aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/amd/car/post_cache_as_ram.c
AgeCommit message (Expand)Author
2012-05-08Clean up #ifsPatrick Georgi
2011-07-22Update AMD SR5650 and SB700efdesign98
2010-11-221) wraps the s3 parts of chipset code/memory init code with if CONFIG_HAVE_AC...Rudolf Marek
2010-05-14Remove another set of includes from Fam10 romstages:Patrick Georgi
2010-05-09Move includes to where they are needed. This allows to simplifyPatrick Georgi
2010-04-09drop unused filesStefan Reinauer
2010-04-07- copy_and_run() gets the same calling convention on AMD and on all the others.Stefan Reinauer
2010-03-31Drop \r\n and \n\r as both print_XXX and printk now do this internally.Stefan Reinauer
2010-03-22Revert my debugging patch that got committed by accident. Sorry.Myles Watson
2010-03-22Fix all the format string warnings.Myles Watson
2010-03-22printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer
2010-03-19The parameters of memset() should beZheng Bao
2010-03-11Replace spaces with tabs. Trivial.Myles Watson
2010-03-11Replace clear_memory with memset.Myles Watson
2010-02-23Clobber registers as appropriate in AMD CAR code, andRudolf Marek
2009-10-26Define some variables that were not defined. There are a couple left.Myles Watson
2009-10-23Remove PRINTK_IN_CAR tests from AMD files.Myles Watson
2009-10-16Change CONFIG_LB_MEM_TOPK to CONFIG_RAMTOP to match CONFIG_RAMBASE.Myles Watson
2009-09-29Remove some warnings.Myles Watson
2009-06-30This patch unifies the use of config options in v2 to all start with CONFIG_Stefan Reinauer
2009-06-06Fix for Erratum 343 for AMD Fam10h CPUs.Marco Schmidt
2008-01-18Rename almost all occurences of LinuxBIOS to coreboot. Stefan Reinauer
2007-01-16Change 'ram' to 'RAM' in user-visible output (closes #60).Uwe Hermann
2006-10-04CONFIG_USE_PRINTK_IN_CAR and ht chain id for HTX support inYinghai Lu
2006-10-04AMD Rev F supportYinghai Lu
2006-04-03new cache_as_ram support Yinghai Lu
2005-12-14issue 51 and 52: set mtrr for ap before stop it, and _RAMBASE above 1MYinghai Lu
2005-12-01Applying 11_26_car_tyan.diff from Yinghai Lu.Stefan Reinauer
2005-11-23CAR patch from YH LURonald G. Minnich