aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/x86/car.c
AgeCommit message (Expand)Author
2019-11-30arch/*/*/early_variables.h: drop unused filesArthur Heymans
2019-11-30arch/x86/cache.h: Use ENV_CACHE_AS_RAM macroArthur Heymans
2019-11-21drivers/intel/fsp1_0: Drop supportArthur Heymans
2019-09-11arch/x86: Drop _car_relocatable_data symbolsKyösti Mälkki
2019-09-10AUTHORS: Move src/cpu copyrights into AUTHORS fileMartin Roth
2019-09-09arch/x86: Refactor CAR_GLOBAL quirk for FSP1.0Kyösti Mälkki
2019-03-08coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner
2019-03-06x86/car: Fix incorrect config usageJulius Werner
2017-05-30arch/x86: Add function to determine if we're currently running from CARJulius Werner
2017-03-16cpu/x86: Fix various issues detected by checkpatch.plLee Leahy
2017-03-16src/cpu/x86: Remove space between * and variable nameLee Leahy
2016-03-05arch/x86: document CAR symbols and expose them in symbols.hAndrey Petrov
2015-11-24FSP 1.0: Fix CAR issues - broken timestamps and consoleBen Gardner
2015-10-31tree: drop last paragraph of GPL copyright headerPatrick Georgi
2015-08-13amd: raminit sysinfo offset fixAaron Durbin
2015-07-17Remove unused Kconfig symbols in c codeMartin Roth
2015-06-09cbmem: add indicator to hooks if cbmem is being recoveredAaron Durbin
2015-06-09cbmem: Unify CBMEM init tasks with CBMEM_INIT_HOOK() APIKyösti Mälkki
2015-05-21Remove address from GPLv2 headersPatrick Georgi
2015-04-24fsp: Move fsp to fsp1_0Marc Jones
2015-03-10x86 cache-as-ram: Remove BROKEN_CAR_MIGRATE optionKyösti Mälkki
2015-02-06FSP & CBMEM: Fix broken cbmem CAR transition.Martin Roth
2015-01-27CBMEM: Tidy up CAR migrationKyösti Mälkki
2015-01-27CBMEM console: Fix CAR migration stepKyösti Mälkki
2014-12-30CBMEM: Always build for x86 romstageKyösti Mälkki
2014-02-24CAR_GLOBAL: enforce compiler to check if _start != _endEdward O'Callaghan
2013-10-13Rename cpu/x86/car.h to arch/early_variables.hStefan Reinauer
2013-07-11cpu: Fix spellingMartin Roth
2013-06-22Do CAR variable migration only onceAaron Durbin
2013-05-16x86: add cache-as-ram migration optionAaron Durbin