summaryrefslogtreecommitdiffstats
path: root/src/cpu/amd/car
Commit message (Expand)AuthorAgeFilesLines
* CAR simplifications, typos, readability improvements (trivial).Uwe Hermann2010-10-011-10/+9
* Various cosmetic and coding style fixes in CAR code (trivial).Uwe Hermann2010-09-301-108/+116
* Use existing, readable MTRR #defines instead of hardcoding numbers.Uwe Hermann2010-09-301-8/+9
* This patch corrects a coding error in the original implementationScott Duplichan2010-09-141-2/+2
* CONFIG_MMCONF_SUPPORT is always defined. Fix build.Myles Watson2010-09-131-1/+1
* Move initialization of MMCONF BAR to cache_as_ram setup phase, in orderArne Georg Gleditsch2010-09-131-1/+15
* Fix all warnings in the tree Stefan Reinauer2010-07-081-7/+8
* replace outb -> port 0x80 with post_code() in some places.Stefan Reinauer2010-06-071-15/+7
* Following patch reworks car_disable into C. Tested, works here. I comparedRudolf Marek2010-05-161-36/+41
* Remove another set of includes from Fam10 romstages:Patrick Georgi2010-05-141-0/+2
* Move includes to where they are needed. This allows to simplifyPatrick Georgi2010-05-091-0/+1
* 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
OpenPOWER on IntegriCloud