summaryrefslogtreecommitdiffstats
path: root/src/soc/amd/cezanne/Kconfig
diff options
context:
space:
mode:
authorKarthikeyan Ramasubramanian <kramasub@google.com>2023-11-27 15:37:01 +0000
committerMatt DeVillier <matt.devillier@gmail.com>2023-11-28 16:49:09 +0000
commit892711fd776c34d748a9c1a32a9eb06179e5fa02 (patch)
treee6e5959914ec2131e2e6628be8a6ba82dad2fd37 /src/soc/amd/cezanne/Kconfig
parentb6ab7baa3868a59eda6bc0d369c5725958954af7 (diff)
downloadcoreboot-892711fd776c34d748a9c1a32a9eb06179e5fa02.tar.gz
coreboot-892711fd776c34d748a9c1a32a9eb06179e5fa02.tar.bz2
coreboot-892711fd776c34d748a9c1a32a9eb06179e5fa02.zip
soc/amd/cezanne: Move PSP_VERSTAGE_MAP_ENTIRE_SPIROM config
Select PSP_VERSTAGE_MAP_ENTIRE_SPIROM in Cezanne Kconfig instead of common Kconfig. BUG=None TEST=Build BIOS image and boot to OS in dewatt. Change-Id: I476971700824fed06d17000001afc075105fa1ee Signed-off-by: Karthikeyan Ramasubramanian <kramasub@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/79306 Reviewed-by: Matt DeVillier <matt.devillier@gmail.com> Reviewed-by: Tim Van Patten <timvp@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/amd/cezanne/Kconfig')
-rw-r--r--src/soc/amd/cezanne/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/amd/cezanne/Kconfig b/src/soc/amd/cezanne/Kconfig
index 452e3ec3547d..3700f187720a 100644
--- a/src/soc/amd/cezanne/Kconfig
+++ b/src/soc/amd/cezanne/Kconfig
@@ -22,6 +22,7 @@ config SOC_AMD_CEZANNE
select PLATFORM_USES_FSP2_0
select PROVIDES_ROM_SHARING
select PSP_VERSTAGE_CCP_DMA if VBOOT_STARTS_BEFORE_BOOTBLOCK
+ select PSP_VERSTAGE_MAP_ENTIRE_SPIROM if VBOOT_STARTS_BEFORE_BOOTBLOCK
select RESET_VECTOR_IN_RAM
select RTC
select SOC_AMD_COMMON