summaryrefslogtreecommitdiffstats
path: root/src/cpu/amd/car
Commit message (Expand)AuthorAgeFilesLines
* drivers/pc80: Add optional spinlock for nvram CBFS accessTimothy Pearson2015-12-181-0/+3
* src/console: Add x86 romstage spinlock option and printk spinlock supportTimothy Pearson2015-12-151-0/+4
* amd/car: don't apply Fam10h/Fam12h Errata 343 fix to Fam0FhJonathan A. Kollasch2015-11-261-5/+5
* cpu/amd/car/post_cache_as_ram: Avoid trailing spacesPaul Menzel2015-11-211-12/+12
* cpu/amd/fam10h-fam15h: Update Fam15h APIC config and startup sequenceTimothy Pearson2015-11-181-1/+16
* cpu/amd: Fix AMD Family 15h ECC initialization reliability issuesTimothy Pearson2015-11-151-0/+4
* cpu/amd/car: Add romstage BSP stack overrun detectionTimothy Pearson2015-11-102-1/+13
* cpu/amd: Add initial AMD Family 15h supportTimothy Pearson2015-11-023-38/+197
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-312-8/+0
* cpu/amd/car: Honor BKDG recommendations for DisFillP in CARTimothy Pearson2015-10-301-0/+27
* cpu/amd/car: Add initial Suspend to RAM (S3) supportTimothy Pearson2015-10-271-0/+10
* cpu/amd/car: Use standard integer types in post_cache_as_ram.cTimothy Pearson2015-10-251-4/+4
* cpu/amd/car: remove PRINTK_IN_CAR #define that was hardcoded to 1Timothy Pearson2015-10-251-17/+7
* cpu/amd: Add initial support for AMD Socket G34 processorsTimothy Pearson2015-10-241-1/+18
* cpu/mtrr.h: Fix macro names for MTRR registersAlexandru Gagniuc2015-10-152-43/+43
* amd: raminit sysinfo offset fixAaron Durbin2015-08-131-10/+2
* x86: Drop -Wa,--divideStefan Reinauer2015-07-071-4/+4
* cpu/amd/car: Move AP stacks below the BSP stack to free up spaceTimothy Pearson2015-07-071-3/+12
* cpu/amd/car: Increase Family 10h CAR size limit to 128kTimothy Pearson2015-07-072-2/+30
* cpu/amd: Detect any conflicts between sysinfo and the stack regionTimothy Pearson2015-07-071-1/+2
* Remove address from GPLv2 headersPatrick Georgi2015-05-212-2/+2
* AMD: Uniformly define MSRs for TOP_MEM and TOP_MEM2Kyösti Mälkki2015-03-071-2/+2
* ACPI: Add acpi_is_wakeup_s3() for romstageKyösti Mälkki2015-01-101-6/+2
* cpu: Drop print_ implementation from non-romcc boardsStefan Reinauer2015-01-061-1/+1
* AMD (K8/fam10): Rewrite CAR migration in post_cache_as_ramKyösti Mälkki2014-11-142-90/+89
* Declare acpi_is_wakeup_early() only onceKyösti Mälkki2014-06-251-0/+1
* AMD: Add common header file for CAR setupKyösti Mälkki2014-04-281-5/+1
* Rename coreboot_ram stage to ramstageFurquan Shaikh2014-04-262-2/+2
* cpu/amd/car: Use define MSR_MCFG_BASE rather than hardcoded valuePatrick Georgi2014-04-091-1/+1
* 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
OpenPOWER on IntegriCloud