mirror of
https://github.com/acidanthera/audk.git
synced 2025-04-08 17:05:09 +02:00
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:
parent
cbe8a09dba
commit
f2a8bb9dfb
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user