Revert "soc/amd/cezanne: Disable Co-op multitasking"
This reverts commit 5f80e7c764
.
The smm_do_relocation failure has been fixed. I also added CPU_INFO_V2
into this patch to satisfy the dependency.
BUG=b:194391185, b:179699789
TEST=reboot stress test guybrush for 50 iterations.
Signed-off-by: Raul E Rangel <rrangel@chromium.org>
Change-Id: I134c14748711a9c9865e0cc3e3185825f85248ea
Reviewed-on: https://review.coreboot.org/c/coreboot/+/57894
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Eric Peers <epeers@google.com>
Reviewed-by: Karthik Ramasubramanian <kramasub@google.com>
This commit is contained in:
parent
c842c59b3e
commit
968f140ecb
|
@ -16,8 +16,10 @@ config SOC_SPECIFIC_OPTIONS
|
|||
select ARCH_RAMSTAGE_X86_32
|
||||
select ARCH_X86
|
||||
select BOOT_DEVICE_SUPPORTS_WRITES if BOOT_DEVICE_SPI_FLASH
|
||||
select CPU_INFO_V2
|
||||
select DRIVERS_USB_ACPI
|
||||
select DRIVERS_I2C_DESIGNWARE
|
||||
select COOP_MULTITASKING
|
||||
select DRIVERS_USB_PCI_XHCI
|
||||
select FSP_COMPRESS_FSP_M_LZMA
|
||||
select FSP_COMPRESS_FSP_S_LZMA
|
||||
|
@ -30,6 +32,7 @@ config SOC_SPECIFIC_OPTIONS
|
|||
select IDT_IN_EVERY_STAGE
|
||||
select IOAPIC
|
||||
select PARALLEL_MP_AP_WORK
|
||||
select PAYLOAD_PRELOAD
|
||||
select PLATFORM_USES_FSP2_0
|
||||
select PROVIDES_ROM_SHARING
|
||||
select PSP_VERSTAGE_CCP_DMA if VBOOT_STARTS_BEFORE_BOOTBLOCK
|
||||
|
|
Loading…
Reference in New Issue