summaryrefslogtreecommitdiffstats
path: root/src/soc/amd/cezanne
diff options
context:
space:
mode:
authorSubrata Banik <subrata.banik@intel.com>2021-07-28 15:38:32 +0530
committerFelix Held <felix-coreboot@felixheld.de>2021-11-29 09:45:14 +0000
commit9f91ced9ddaeed6730e53954260d82f665269cb0 (patch)
tree5d769503d148cd45ed3e48b8e8ef77298184e147 /src/soc/amd/cezanne
parent561a2afc1859e6f67f1fc337834a6f0d7ec0c858 (diff)
downloadcoreboot-9f91ced9ddaeed6730e53954260d82f665269cb0.tar.gz
coreboot-9f91ced9ddaeed6730e53954260d82f665269cb0.tar.bz2
coreboot-9f91ced9ddaeed6730e53954260d82f665269cb0.zip
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>
Diffstat (limited to 'src/soc/amd/cezanne')
-rw-r--r--src/soc/amd/cezanne/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/amd/cezanne/Kconfig b/src/soc/amd/cezanne/Kconfig
index 6c8c3e5dab07..b4e808dc475a 100644
--- a/src/soc/amd/cezanne/Kconfig
+++ b/src/soc/amd/cezanne/Kconfig
@@ -73,7 +73,7 @@ config SOC_SPECIFIC_OPTIONS
select SSE2
select UDK_2017_BINDING
select X86_AMD_FIXED_MTRRS
- select X86_AMD_INIT_SIPI
+ select X86_INIT_NEED_1_SIPI
config ARCH_ALL_STAGES_X86
default n