summaryrefslogtreecommitdiffstats
path: root/src/cpu/amd/car
Commit message (Expand)AuthorAgeFilesLines
* drop unused filesStefan Reinauer2010-04-092-17/+1
* copy_and_run.c is not needed twice, and it is used on non-car too.Stefan Reinauer2010-04-091-32/+0
* thin out romcc epilogue and have it call copy_and_run asStefan Reinauer2010-04-091-2/+2
* - copy_and_run() gets the same calling convention on AMD and on all the others.Stefan Reinauer2010-04-072-8/+21
* Drop \r\n and \n\r as both print_XXX and printk now do this internally.Stefan Reinauer2010-03-311-5/+5
* get coreboot_ap memory training in cache mechanism in place. Didn't work sinceStefan Reinauer2010-03-301-1/+1
* Revert my debugging patch that got committed by accident. Sorry.Myles Watson2010-03-221-1/+1
* Fix all the format string warnings.Myles Watson2010-03-221-1/+1
* printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer2010-03-221-1/+1
* The parameters of memset() should beZheng Bao2010-03-191-6/+6
* Remove remaining uses ofPatrick Georgi2010-03-181-17/+0
* Replace spaces with tabs. Trivial.Myles Watson2010-03-113-66/+64
* Replace clear_memory with memset.Myles Watson2010-03-112-27/+8
* Clobber registers as appropriate in AMD CAR code, andRudolf Marek2010-02-232-49/+32
* Random cosmetic fixes (trivial).Uwe Hermann2010-02-221-1/+1
* Allow building images with different prefixes (ie. normal/romstage,Patrick Georgi2010-02-091-10/+2
* - Let AMD CAR code pick the right XIP areaRudolf Marek2010-01-051-1/+8
* Define some variables that were not defined. There are a couple left.Myles Watson2009-10-262-4/+1
* White space and comment fixes for cache_as_ram.inc files so it's easier to spotMyles Watson2009-10-231-17/+18
* Remove PRINTK_IN_CAR tests from AMD files.Myles Watson2009-10-231-4/+0
* Change CONFIG_LB_MEM_TOPK to CONFIG_RAMTOP to match CONFIG_RAMBASE.Myles Watson2009-10-163-14/+14
* White space and typo fixes. This makes it easier to compare the s2895 & s2892.Myles Watson2009-10-141-2/+0
* Remove:Patrick Georgi2009-10-031-39/+3
* Remove some warnings.Myles Watson2009-09-292-2/+2
* This patch unifies the use of config options in v2 to all start with CONFIG_Stefan Reinauer2009-06-305-30/+30
* Fix for Erratum 343 for AMD Fam10h CPUs.Marco Schmidt2009-06-062-0/+32
* Move coreboot_ram and coreboot_apc to CBFS. This allows to Patrick Georgi2009-05-271-0/+26
* The rev 4099 broke ECC boards, they need to have tidy the ECC tags. Myles rev...Rudolf Marek2009-05-041-1/+6
* Refactor copy_and_run so that it uses a single code base instead ofPatrick Georgi2009-04-301-97/+14
* Revert 4099 patch that causes an ECC error. Memory has to be written while ECCMyles Watson2009-04-271-1/+2
* Following patch adds necessary hooks and as well the compile time checks forRudolf Marek2009-04-131-2/+1
* Unify CAR so the same compiled code does the right thing on bothPatrick Georgi2009-02-171-18/+56
* adapt Uncompressing.. patch for AMD code. Also replace "linxbios" by "coreboot"Stefan Reinauer2008-08-021-5/+6
* Rename almost all occurences of LinuxBIOS to coreboot. Stefan Reinauer2008-01-183-6/+6
* Please bear with me - another rename checkin. This qualifies as trivial, noStefan Reinauer2008-01-181-1/+1
* Add a workaround for a bug in some binutils version which strictlyCarl-Daniel Hailfinger2008-01-101-0/+7
* This patch introduces 4k CAR size granularity for the AMD x86 CAR code.Carl-Daniel Hailfinger2008-01-101-69/+58
* Remove some DOS line endings accidentially introduced in r3014.Carl-Daniel Hailfinger2008-01-081-11/+11
* Initial AMD Barcelona support for rev Bx.Marc Jones2007-12-191-25/+179
* Whitespace and other code cleanup in peperation for AMD Barcelona support.Marc Jones2007-12-191-126/+143
* Change 'ram' to 'RAM' in user-visible output (closes #60).Uwe Hermann2007-01-162-2/+2
* CONFIG_USE_PRINTK_IN_CAR and ht chain id for HTX support inYinghai Lu2006-10-043-17/+11
* AMD Rev F supportYinghai Lu2006-10-043-22/+119
* fix the treeStefan Reinauer2006-05-041-5/+3
* core range and set_init_ram_accessYinghai Lu2006-05-041-43/+2
* rm unused fileYinghai Lu2006-05-041-111/+0
* merge zrom to rom_stream and print olen ilenYinghai Lu2006-05-042-11/+14
* oops! Slap me on the head for this one. Quick fix for ward untilStefan Reinauer2006-05-031-2/+2
* add automatic payload compression method to LinuxBIOSStefan Reinauer2006-05-021-65/+4
* new cache_as_ram support Yinghai Lu2006-04-035-69/+139