Skip to content

Commit

Permalink
edk2: workaround edk-stable202308 bug
Browse files Browse the repository at this point in the history
Set PCD to workaround two fixes missing the release.
tianocore/edk2@8b66f9d
tianocore/edk2@020cc9e

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
  • Loading branch information
kraxel committed Sep 18, 2023
1 parent b0494f1 commit 3bb5051
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions roms/edk2-build.config
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ DEBUG_PRINT_ERROR_LEVEL = 0x80000000
# grub.efi uses EfiLoaderData for code
PcdDxeNxMemoryProtectionPolicy = 0xC000000000007FD1

[pcds.workaround.202308]
PcdFirstTimeWakeUpAPsBySipi = FALSE

####################################################################################
# i386

Expand Down Expand Up @@ -57,6 +60,7 @@ desc = ovmf build (64-bit)
conf = OvmfPkg/OvmfPkgX64.dsc
arch = X64
opts = common
pcds = workaround.202308
plat = OvmfX64
dest = ../pc-bios
cpy1 = FV/OVMF_CODE.fd edk2-x86_64-code.fd
Expand All @@ -67,6 +71,7 @@ conf = OvmfPkg/OvmfPkgIa32X64.dsc
arch = IA32 X64
opts = common
ovmf.sb.smm
pcds = workaround.202308
plat = Ovmf3264
dest = ../pc-bios
cpy1 = FV/OVMF_CODE.fd edk2-x86_64-secure-code.fd
Expand All @@ -76,6 +81,7 @@ desc = ovmf build for microvm
conf = OvmfPkg/Microvm/MicrovmX64.dsc
arch = X64
opts = common
pcds = workaround.202308
plat = MicrovmX64
dest = ../pc-bios
cpy1 = FV/MICROVM.fd edk2-x86_64-microvm.fd
Expand Down

0 comments on commit 3bb5051

Please sign in to comment.