rhel9 nx config fix
This commit is contained in:
parent
06a1ed32c8
commit
430b16be15
@ -27,6 +27,12 @@ DEBUG_PRINT_ERROR_LEVEL = 0x8040004F
|
|||||||
[opts.armvirt.silent]
|
[opts.armvirt.silent]
|
||||||
DEBUG_PRINT_ERROR_LEVEL = 0x80000000
|
DEBUG_PRINT_ERROR_LEVEL = 0x80000000
|
||||||
|
|
||||||
|
[pcds.nx.strict]
|
||||||
|
PcdDxeNxMemoryProtectionPolicy = 0xC000000000007FD5
|
||||||
|
|
||||||
|
[pcds.nx.broken.grub]
|
||||||
|
# grub.efi uses EfiLoaderData for code
|
||||||
|
PcdDxeNxMemoryProtectionPolicy = 0xC000000000007FD1
|
||||||
|
|
||||||
#####################################################################
|
#####################################################################
|
||||||
# stateful ovmf builds (with vars in flash)
|
# stateful ovmf builds (with vars in flash)
|
||||||
@ -89,6 +95,7 @@ conf = ArmVirtPkg/ArmVirtQemu.dsc
|
|||||||
arch = AARCH64
|
arch = AARCH64
|
||||||
opts = ovmf.common
|
opts = ovmf.common
|
||||||
armvirt.verbose
|
armvirt.verbose
|
||||||
|
pcds = nx.broken.grub
|
||||||
plat = ArmVirtQemu-AARCH64
|
plat = ArmVirtQemu-AARCH64
|
||||||
dest = RHEL-9/aarch64
|
dest = RHEL-9/aarch64
|
||||||
cpy1 = FV/QEMU_EFI.fd
|
cpy1 = FV/QEMU_EFI.fd
|
||||||
@ -104,6 +111,7 @@ conf = ArmVirtPkg/ArmVirtQemu.dsc
|
|||||||
arch = AARCH64
|
arch = AARCH64
|
||||||
opts = ovmf.common
|
opts = ovmf.common
|
||||||
armvirt.silent
|
armvirt.silent
|
||||||
|
pcds = nx.broken.grub
|
||||||
plat = ArmVirtQemu-AARCH64
|
plat = ArmVirtQemu-AARCH64
|
||||||
dest = RHEL-9/aarch64
|
dest = RHEL-9/aarch64
|
||||||
cpy1 = FV/QEMU_EFI.fd QEMU_EFI.silent.fd
|
cpy1 = FV/QEMU_EFI.fd QEMU_EFI.silent.fd
|
||||||
|
Loading…
Reference in New Issue
Block a user