cpu/x86: Rename X86_AMD_INIT_SIPI to X86_INIT_NEED_1_SIPI
commit9f91ced9ddaeed6730e53954260d82f665269cb0
authorSubrata Banik <subrata.banik@intel.com>
Wed, 28 Jul 2021 10:08:32 +0000 (28 15:38 +0530)
committerFelix Held <felix-coreboot@felixheld.de>
Mon, 29 Nov 2021 09:45:14 +0000 (29 09:45 +0000)
tree5d769503d148cd45ed3e48b8e8ef77298184e147
parent561a2afc1859e6f67f1fc337834a6f0d7ec0c858
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>
src/cpu/x86/Kconfig
src/cpu/x86/mp_init.c
src/soc/amd/cezanne/Kconfig
src/soc/amd/picasso/Kconfig