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>
This commit is contained in:
Karthikeyan Ramasubramanian 2023-11-27 15:37:01 +00:00 committed by Matt DeVillier
parent b6ab7baa38
commit 892711fd77
2 changed files with 1 additions and 1 deletions

View File

@ -22,6 +22,7 @@ config SOC_AMD_CEZANNE
select PLATFORM_USES_FSP2_0 select PLATFORM_USES_FSP2_0
select PROVIDES_ROM_SHARING select PROVIDES_ROM_SHARING
select PSP_VERSTAGE_CCP_DMA if VBOOT_STARTS_BEFORE_BOOTBLOCK 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 RESET_VECTOR_IN_RAM
select RTC select RTC
select SOC_AMD_COMMON select SOC_AMD_COMMON

View File

@ -46,7 +46,6 @@ config PSP_VERSTAGE_STACK_IS_MAPPED
config PSP_VERSTAGE_MAP_ENTIRE_SPIROM config PSP_VERSTAGE_MAP_ENTIRE_SPIROM
bool bool
default y if SOC_AMD_CEZANNE
default n default n
help help
This configuration indicates whether PSP Verstage needs to map the entire SPI ROM. This configuration indicates whether PSP Verstage needs to map the entire SPI ROM.