summaryrefslogtreecommitdiffstats
path: root/src/cpu/amd/car
Commit message (Expand)AuthorAgeFilesLines
* AMD K8/fam10: Fix CBMEM on S3 resumeKyösti Mälkki2014-01-221-1/+1
* AMD boards (non-AGESA): Cleanup post_cache_as_ram.c includesKyösti Mälkki2013-12-261-1/+1
* AMD boards (non-AGESA): Cleanup earlymtrr.c includesKyösti Mälkki2013-12-261-1/+1
* amd/car/post_cache_as_ram: Switch stack in assembly rather than in CVladimir Serbinenko2013-12-022-15/+22
* CBMEM: Drop parameter from cbmem_reinit()Kyösti Mälkki2013-09-111-8/+1
* CBMEM: Backup top_of_ram instead of cbmem_tocKyösti Mälkki2013-09-111-1/+2
* cpu: Fix spellingMartin Roth2013-07-111-2/+2
* copy_and_run: drop boot_complete parameterStefan Reinauer2013-05-081-1/+1
* GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«Paul Menzel2013-03-012-2/+2
* amdk8/amdfam10: Use CAR_GLOBAL for sysinfoPatrick Georgi2012-11-282-12/+3
* Clean up #ifsPatrick Georgi2012-05-081-5/+5
* Replace cache control magic numbers with symbolsPatrick Georgi2012-04-252-2/+5
* Remove whitespace.Patrick Georgi2012-02-171-1/+1
* Remove XIP_ROM_BASEPatrick Georgi2011-11-011-2/+2
* Fix slow CAR execution introduced by 7c7d87182feb78cb2bc02fb3558bef56a41682c9Rudolf Marek2011-10-301-1/+1
* Get rid of AUTO_XIP_ROM_BASEPatrick Georgi2011-10-281-10/+4
* Update AMD SR5650 and SB700efdesign982011-07-221-0/+1
* more ifdef -> if fixesStefan Reinauer2011-04-211-1/+1
* Use symbolic names for some MTRR bits instead of numbers in CAR codeStefan Reinauer2011-04-141-2/+2
* According to AMD documentation, cache type WP should be used forScott Duplichan2011-02-101-2/+2
* Revert r5902 to make code more readable again. At least three people like toStefan Reinauer2011-01-191-6/+16
* 1) wraps the s3 parts of chipset code/memory init code with if CONFIG_HAVE_AC...Rudolf Marek2010-11-221-7/+61
* For AMD family 10h processors, msr c0010058 is always programmedScott Duplichan2010-10-191-8/+28
* Reduce duplicate definition in CAR code.Warren Turkal2010-10-121-17/+42
* Add comments to make it clear why these two lines are written like that:Uwe Hermann2010-10-021-0/+5
* Factor out common CAR asm snippets.Uwe Hermann2010-10-011-16/+6
* Add missing parenthesis (trivial).Uwe Hermann2010-10-011-1/+1
* 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
OpenPOWER on IntegriCloud