CloudHv: Disable PcdFirstTimeWakeUpAPsBySipi

Disable PcdFirstTimeWakeUpAPsBySipi to use INIT-SIPI-SIPI sequence to
wakeup APs.

Signed-off-by: Praveen K Paladugu <prapal@linux.microsoft.com>
This commit is contained in:
Praveen K Paladugu 2025-01-13 12:47:45 -06:00 committed by mergify[bot]
parent cbe8a09dba
commit f2a8bb9dfb

View File

@ -577,6 +577,14 @@
gEfiMdeModulePkgTokenSpaceGuid.PcdUse1GPageTable|TRUE
#
# 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