Attention is currently required from: Anjaneya "Reddy" Chagam, Jonathan Zhang, Johnny Lin, Morgan Jang, Patrick Rudolph. Arthur Heymans has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/55099 )
Change subject: soc/intel/xeon_sp: Remove PARALLEL_MP_AP_WORK ......................................................................
soc/intel/xeon_sp: Remove PARALLEL_MP_AP_WORK
This is not required anymore. ocp/tiogapass however requires this to fill the smbios table.
Change-Id: I36b72e908189b752013eaf898971808224630894 Signed-off-by: Arthur Heymans arthur@aheymans.xyz --- M src/mainboard/ocp/tiogapass/Kconfig M src/soc/intel/xeon_sp/Kconfig 2 files changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/99/55099/1
diff --git a/src/mainboard/ocp/tiogapass/Kconfig b/src/mainboard/ocp/tiogapass/Kconfig index fd4e36f..72becee 100644 --- a/src/mainboard/ocp/tiogapass/Kconfig +++ b/src/mainboard/ocp/tiogapass/Kconfig @@ -14,6 +14,7 @@ select SOC_INTEL_SKYLAKE_SP select SUPERIO_ASPEED_AST2400 select VPD + select PARALLEL_MP_AP_WORK
config MAINBOARD_DIR string diff --git a/src/soc/intel/xeon_sp/Kconfig b/src/soc/intel/xeon_sp/Kconfig index 09f72a3..9345873 100644 --- a/src/soc/intel/xeon_sp/Kconfig +++ b/src/soc/intel/xeon_sp/Kconfig @@ -36,7 +36,6 @@ select POSTCAR_STAGE select IOAPIC select PARALLEL_MP - select PARALLEL_MP_AP_WORK select PMC_GLOBAL_RESET_ENABLE_LOCK select INTEL_DESCRIPTOR_MODE_CAPABLE select SOC_INTEL_COMMON_BLOCK