Attention is currently required from: Jason Glenesk, Marshall Dawson, Felix Held. Raul Rangel has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/58861 )
Change subject: soc/amd/cezanne: Add dependency for COOP_MULTITASKING and PAYLOAD_PRELOAD ......................................................................
soc/amd/cezanne: Add dependency for COOP_MULTITASKING and PAYLOAD_PRELOAD
This makes it easy to disable preloading by unselecting SOC_AMD_COMMON_BLOCK_LPC_SPI_DMA.
Signed-off-by: Raul E Rangel rrangel@chromium.org Change-Id: Ie839e54fa38b81a5d18715f190c0c92467bd9371 --- M src/soc/amd/cezanne/Kconfig 1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/61/58861/1
diff --git a/src/soc/amd/cezanne/Kconfig b/src/soc/amd/cezanne/Kconfig index b9b7c70..63d9e13 100644 --- a/src/soc/amd/cezanne/Kconfig +++ b/src/soc/amd/cezanne/Kconfig @@ -19,7 +19,7 @@ select CPU_INFO_V2 select DRIVERS_USB_ACPI select DRIVERS_I2C_DESIGNWARE - select COOP_MULTITASKING + select COOP_MULTITASKING if SOC_AMD_COMMON_BLOCK_LPC_SPI_DMA select DRIVERS_USB_PCI_XHCI select FSP_COMPRESS_FSP_M_LZMA select FSP_COMPRESS_FSP_S_LZMA @@ -31,7 +31,7 @@ select HAVE_SMI_HANDLER select IDT_IN_EVERY_STAGE select PARALLEL_MP_AP_WORK - select PAYLOAD_PRELOAD + select PAYLOAD_PRELOAD if SOC_AMD_COMMON_BLOCK_LPC_SPI_DMA select PLATFORM_USES_FSP2_0 select PROVIDES_ROM_SHARING select PSP_VERSTAGE_CCP_DMA if VBOOT_STARTS_BEFORE_BOOTBLOCK