cpu/x86: Rename X86_AMD_INIT_SIPI to X86_INIT_NEED_1_SIPI
This patch renames X86_AMD_INIT_SIPI Kconfig to leverage the same logic (to skip 2nd SIPI and reduce delay between INIT and SIPI while perform AP initialization) even on newer Intel platform. Change-Id: I7a4e6a8b1edc6e8ba43597259bd8b2de697e4e62 Signed-off-by: Subrata Banik <subrata.banik@intel.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/56651 Reviewed-by: Arthur Heymans <arthur@aheymans.xyz> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
committed by
Felix Held
parent
561a2afc18
commit
9f91ced9dd
@@ -16,7 +16,7 @@ config CPU_SPECIFIC_OPTIONS
|
||||
select ARCH_X86
|
||||
select RESET_VECTOR_IN_RAM
|
||||
select X86_AMD_FIXED_MTRRS
|
||||
select X86_AMD_INIT_SIPI
|
||||
select X86_INIT_NEED_1_SIPI
|
||||
select ACPI_SOC_NVS
|
||||
select ADD_FSP_BINARIES if USE_AMD_BLOBS
|
||||
select DRIVERS_I2C_DESIGNWARE
|
||||
|
Reference in New Issue
Block a user