[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 3/5] roms/efi: exclude efi shell from secure boot builds
From: |
Gerd Hoffmann |
Subject: |
[PATCH 3/5] roms/efi: exclude efi shell from secure boot builds |
Date: |
Thu, 14 Mar 2024 12:53:01 +0100 |
Bugzilla: https://bugzilla.tianocore.org/show_bug.cgi?id=4641
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
---
roms/edk2-build.config | 1 +
1 file changed, 1 insertion(+)
diff --git a/roms/edk2-build.config b/roms/edk2-build.config
index 05cbafef70cb..ef3eb7beebe7 100644
--- a/roms/edk2-build.config
+++ b/roms/edk2-build.config
@@ -18,6 +18,7 @@ CAVIUM_ERRATUM_27456 = TRUE
[opts.ovmf.sb.smm]
SECURE_BOOT_ENABLE = TRUE
SMM_REQUIRE = TRUE
+BUILD_SHELL = FALSE
[opts.armvirt.silent]
DEBUG_PRINT_ERROR_LEVEL = 0x80000000
--
2.44.0
- [PATCH 0/5] roms/efi: cleanup fix, config update, ekd2 binary rebuild, Gerd Hoffmann, 2024/03/14
- [PATCH 1/5] roms/efi: clean up edk2 build config, Gerd Hoffmann, 2024/03/14
- [PATCH 3/5] roms/efi: exclude efi shell from secure boot builds,
Gerd Hoffmann <=
- [PATCH 4/5] roms/efi: use pure 64-bit build for edk2-x86_64-secure-code.fd, Gerd Hoffmann, 2024/03/14
- [PATCH 2/5] roms/efi: drop workaround for edk2-stable202308, Gerd Hoffmann, 2024/03/14
- [PATCH 5/5] update edk2 binaries for arm, risc-v and x86 secure boot., Gerd Hoffmann, 2024/03/14