summaryrefslogtreecommitdiffstats
path: root/src/cpu/amd/car/post_cache_as_ram.c
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/car: Add romstage BSP stack overrun detectionTimothy Pearson2015-11-101-0/+8
* cpu/amd: Add initial AMD Family 15h supportTimothy Pearson2015-11-021-6/+10
* 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
* amd: raminit sysinfo offset fixAaron Durbin2015-08-131-10/+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-141-87/+87
* 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-261-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-021-15/+10
* 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
* amdk8/amdfam10: Use CAR_GLOBAL for sysinfoPatrick Georgi2012-11-281-6/+0
* Clean up #ifsPatrick Georgi2012-05-081-5/+5
* Update AMD SR5650 and SB700efdesign982011-07-221-0/+1
* 1) wraps the s3 parts of chipset code/memory init code with if CONFIG_HAVE_AC...Rudolf Marek2010-11-221-7/+61
* 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-091-0/+1
* - copy_and_run() gets the same calling convention on AMD and on all the others.Stefan Reinauer2010-04-071-1/+1
* Drop \r\n and \n\r as both print_XXX and printk now do this internally.Stefan Reinauer2010-03-311-5/+5
* 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
* Replace spaces with tabs. Trivial.Myles Watson2010-03-111-33/+31
* Replace clear_memory with memset.Myles Watson2010-03-111-4/+8
* Clobber registers as appropriate in AMD CAR code, andRudolf Marek2010-02-231-19/+15
* Define some variables that were not defined. There are a couple left.Myles Watson2009-10-261-3/+0
* 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-161-10/+10
* Remove some warnings.Myles Watson2009-09-291-1/+1
* This patch unifies the use of config options in v2 to all start with CONFIG_Stefan Reinauer2009-06-301-9/+9
* Fix for Erratum 343 for AMD Fam10h CPUs.Marco Schmidt2009-06-061-0/+14
* Rename almost all occurences of LinuxBIOS to coreboot. Stefan Reinauer2008-01-181-1/+1
* Change 'ram' to 'RAM' in user-visible output (closes #60).Uwe Hermann2007-01-161-1/+1
* CONFIG_USE_PRINTK_IN_CAR and ht chain id for HTX support inYinghai Lu2006-10-041-1/+1
OpenPOWER on IntegriCloud