summaryrefslogtreecommitdiff
path: root/src/cpu/amd/car
AgeCommit message (Expand)Author
2019-08-21AMD fam10: Remove HAVE_ACPI_RESUME supportKyösti Mälkki
2019-08-18amdfam10-15: Rename DCACHE_BSP_STACK_SIZEKyösti Mälkki
2019-06-21cpu: Add missing #include <commonlib/helpers.h>Elyes HAOUAS
2019-06-21cpu/amd: use ALIGN_UP instead of ALIGN for better readabilityFelix Held
2019-03-08coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner
2018-11-16src: Remove unneeded include <cbmem.h>Elyes HAOUAS
2018-11-12src: Remove unneeded include "{arch,cpu}/cpu.h"Elyes HAOUAS
2018-11-05cpu/amd: Use common AMD's MSRElyes HAOUAS
2018-10-18cpu/amd: Use common AMD's MSRElyes HAOUAS
2018-10-08Move compiler.h to commonlibNico Huber
2018-09-28src/*: normalize Google copyright headersPatrick Georgi
2018-09-18cpu/*/car: fix ancient URL explaining XIP range run-time calculationStefan Tauner
2018-09-14complier.h: add __always_inline and use it in code baseAaron Durbin
2018-08-13src: Get rid of non-local header treated as localElyes HAOUAS
2018-07-09src/{arch,commonlib,cpu}: Use "foo *bar" instead of "foo* bar"Elyes HAOUAS
2018-06-27x86/car: Replace reference of copy_and_run locationKyösti Mälkki
2018-06-04amdfam10: Drop tests for LATE_CBMEM_INITKyösti Mälkki
2018-05-31Remove AMD K8 cpu and northbridge supportKyösti Mälkki
2017-09-09ACPI S3: Handle LATE_CBMEM_INIT boardsKyösti Mälkki
2017-08-22AMD K8 fam10-15: Tidy up CAR stack switchKyösti Mälkki
2017-08-22AMD K8 fam10-15: Consolidate post_cache_as_ram callKyösti Mälkki
2017-08-22AMD K8 fam10-15: Tidy up CAR disableKyösti Mälkki
2017-06-28cpu/amd: add IS_ENABLED() around Kconfig symbol referencesMartin Roth
2017-06-09cpu/amd/car: Fix checkpatch warningsEvelyn Huang
2017-06-07src: change coreboot to lowercaseMartin Roth
2017-06-07Use more secure HTTPS URLs for coreboot sitesPaul Menzel
2017-01-04amdfam10: Perform major include ".c" cleanupDamien Zammit
2016-12-01romstage_handoff: remove code duplicationAaron Durbin
2016-11-09ACPI S3: Remove HIGH_MEMORY_SAVE where possibleKyösti Mälkki
2016-07-31src/cpu: Capitalize ROM and RAMElyes HAOUAS
2016-07-21AMD k8 fam10: Fix CAR GLOBALS late in romstageKyösti Mälkki
2016-07-10AMD k8 fam10: Drop excessive spinlock initializationKyösti Mälkki
2016-07-10AMD k8 fam10: Fix romstage handoffKyösti Mälkki
2016-06-29AMD k8 fam10: Refactor S3 recoveryKyösti Mälkki
2016-06-22Ignore RAMTOP for MTRRsKyösti Mälkki
2016-03-05arch/x86: document CAR symbols and expose them in symbols.hAndrey Petrov
2016-02-14cpu/amd: Update/Add license headersDamien Roth
2016-02-02src/: Fix Kcofig symbols missing CONFIG_ prefixMartin Roth
2015-12-18drivers/pc80: Add optional spinlock for nvram CBFS accessTimothy Pearson
2015-12-15src/console: Add x86 romstage spinlock option and printk spinlock supportTimothy Pearson
2015-11-26amd/car: don't apply Fam10h/Fam12h Errata 343 fix to Fam0FhJonathan A. Kollasch
2015-11-21cpu/amd/car/post_cache_as_ram: Avoid trailing spacesPaul Menzel
2015-11-18cpu/amd/fam10h-fam15h: Update Fam15h APIC config and startup sequenceTimothy Pearson
2015-11-15cpu/amd: Fix AMD Family 15h ECC initialization reliability issuesTimothy Pearson
2015-11-10cpu/amd/car: Add romstage BSP stack overrun detectionTimothy Pearson
2015-11-02cpu/amd: Add initial AMD Family 15h supportTimothy Pearson
2015-10-31tree: drop last paragraph of GPL copyright headerPatrick Georgi
2015-10-30cpu/amd/car: Honor BKDG recommendations for DisFillP in CARTimothy Pearson
2015-10-27cpu/amd/car: Add initial Suspend to RAM (S3) supportTimothy Pearson
2015-10-25cpu/amd/car: Use standard integer types in post_cache_as_ram.cTimothy Pearson