summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/xeon_sp/Kconfig
diff options
context:
space:
mode:
authorArthur Heymans <arthur@aheymans.xyz>2020-12-08 13:21:49 +0100
committerPatrick Georgi <pgeorgi@google.com>2021-02-01 08:45:15 +0000
commit129ed0a26470ab8b0bbecd77700c7016d14ef95d (patch)
treed936523fa60c06e22c1780beb7b85a6e00532d18 /src/soc/intel/xeon_sp/Kconfig
parent98cc7830e77d9395034a9346ce890b69c23f00e8 (diff)
downloadcoreboot-129ed0a26470ab8b0bbecd77700c7016d14ef95d.tar.gz
coreboot-129ed0a26470ab8b0bbecd77700c7016d14ef95d.tar.bz2
coreboot-129ed0a26470ab8b0bbecd77700c7016d14ef95d.zip
soc/intel/xeon_sp: Use native CAR teardown
This cleans up the postcar frame setup, which now gets used instead of just going with TempRamExit MTRR's. Note that ramstage CPU init sets up different final MTRRs anyway. TESTED on ocp/deltalake and ocp/tiogapass. Change-Id: I756c2d479fef859a460696300422f08013a300f1 Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/c/coreboot/+/48467 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/soc/intel/xeon_sp/Kconfig')
-rw-r--r--src/soc/intel/xeon_sp/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/soc/intel/xeon_sp/Kconfig b/src/soc/intel/xeon_sp/Kconfig
index 6c10c350391a..d84a80e12a31 100644
--- a/src/soc/intel/xeon_sp/Kconfig
+++ b/src/soc/intel/xeon_sp/Kconfig
@@ -67,6 +67,8 @@ config CPU_SPECIFIC_OPTIONS
select HAVE_SMI_HANDLER
select X86_SMM_LOADER_VERSION2
select REG_SCRIPT
+ select NO_FSP_TEMP_RAM_EXIT
+ select INTEL_CAR_NEM # For postcar only now
config MAINBOARD_USES_FSP2_0
bool