OvmfPkg: Disable PcdFirstTimeWakeUpAPsBySipi

Disable PcdFirstTimeWakeUpAPsBySipi for IntelTdx, Microvm, and Xen to
preserve the original execution of INIT-SIPI-SIPI.

Cc: Eric Dong <eric.dong@intel.com>
Cc: Ray Ni <ray.ni@intel.com>
Cc: Rahul Kumar <rahul1.kumar@intel.com>
Cc: Gerd Hoffmann <kraxel@redhat.com>
Cc: Ard Biesheuvel <ardb+tianocore@kernel.org>
Cc: Jiewen Yao <jiewen.yao@intel.com>
Cc: Jordan Justen <jordan.l.justen@intel.com>
Signed-off-by: Yuanhao Xie <yuanhao.xie@intel.com>
Acked-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:
YuanhaoXie
2023-08-22 09:52:14 +08:00
committed by mergify[bot]
parent a107fcb618
commit 020cc9e2e7
3 changed files with 24 additions and 0 deletions

View File

@@ -566,6 +566,14 @@
gEfiMdeModulePkgTokenSpaceGuid.PcdSerialPciDeviceInfo|{0xFF}
gEfiMdeModulePkgTokenSpaceGuid.PcdSerialRegisterBase|0x3f8
#
# PcdFirstTimeWakeUpAPsBySipi determines whether to employ
# SIPI instead of the INIT-SIPI-SIPI sequence during APs
# initialization. Deactivate this parameter to preserve
# the original execution of INIT-SIPI-SIPI.
#
gUefiCpuPkgTokenSpaceGuid.PcdFirstTimeWakeUpAPsBySipi|FALSE
################################################################################
#
# Pcd Dynamic Section - list of all EDK II PCD Entries defined by this Platform