summaryrefslogtreecommitdiffstats
path: root/src/cpu/x86/car.c
Commit message (Expand)AuthorAgeFilesLines
* arch/*/*/early_variables.h: drop unused filesArthur Heymans2019-11-301-94/+0
* arch/x86/cache.h: Use ENV_CACHE_AS_RAM macroArthur Heymans2019-11-301-5/+0
* drivers/intel/fsp1_0: Drop supportArthur Heymans2019-11-211-43/+1
* arch/x86: Drop _car_relocatable_data symbolsKyösti Mälkki2019-09-111-3/+3
* AUTHORS: Move src/cpu copyrights into AUTHORS fileMartin Roth2019-09-101-2/+0
* arch/x86: Refactor CAR_GLOBAL quirk for FSP1.0Kyösti Mälkki2019-09-091-27/+22
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-081-4/+4
* x86/car: Fix incorrect config usageJulius Werner2019-03-061-1/+1
* arch/x86: Add function to determine if we're currently running from CARJulius Werner2017-05-301-0/+5
* cpu/x86: Fix various issues detected by checkpatch.plLee Leahy2017-03-161-2/+2
* src/cpu/x86: Remove space between * and variable nameLee Leahy2017-03-161-5/+5
* arch/x86: document CAR symbols and expose them in symbols.hAndrey Petrov2016-03-051-5/+5
* FSP 1.0: Fix CAR issues - broken timestamps and consoleBen Gardner2015-11-241-8/+14
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-311-4/+0
* amd: raminit sysinfo offset fixAaron Durbin2015-08-131-6/+3
* Remove unused Kconfig symbols in c codeMartin Roth2015-07-171-1/+1
* cbmem: add indicator to hooks if cbmem is being recoveredAaron Durbin2015-06-091-1/+1
* cbmem: Unify CBMEM init tasks with CBMEM_INIT_HOOK() APIKyösti Mälkki2015-06-091-15/+3
* Remove address from GPLv2 headersPatrick Georgi2015-05-211-1/+1
* fsp: Move fsp to fsp1_0Marc Jones2015-04-241-5/+5
* x86 cache-as-ram: Remove BROKEN_CAR_MIGRATE optionKyösti Mälkki2015-03-101-3/+2
* FSP & CBMEM: Fix broken cbmem CAR transition.Martin Roth2015-02-061-7/+16
* CBMEM: Tidy up CAR migrationKyösti Mälkki2015-01-271-1/+7
* CBMEM console: Fix CAR migration stepKyösti Mälkki2015-01-271-0/+32
* CBMEM: Always build for x86 romstageKyösti Mälkki2014-12-301-1/+7
* CAR_GLOBAL: enforce compiler to check if _start != _endEdward O'Callaghan2014-02-241-2/+1
* Rename cpu/x86/car.h to arch/early_variables.hStefan Reinauer2013-10-131-1/+1
* cpu: Fix spellingMartin Roth2013-07-111-1/+1
* Do CAR variable migration only onceAaron Durbin2013-06-221-0/+4
* x86: add cache-as-ram migration optionAaron Durbin2013-05-161-0/+101