From 4ce81a864ca5d1a67faa49ceced858a8432e40a0 Mon Sep 17 00:00:00 2001 From: Tim Crawford Date: Thu, 26 Jan 2023 17:10:21 -0700 Subject: [PATCH] edk2: Add minimal UI for Secure Boot Enable SecureBootConfigDxe with a stripped down UI. It allows users to enable or disable Secure Boot and reset the key data to the defaults. That's it. Signed-off-by: Tim Crawford --- CHANGELOG.md | 1 + edk2 | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e79b74c..a4bb077 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ date followed by an underscore and a short git revision. - Updated coreboot to upstream commit decbf7b4d975 - Enabled support for Secure Boot +- Enabled minimal UI for enforcing Secure Boot and resetting keys ## 2022-11-21 diff --git a/edk2 b/edk2 index ff91020..99891bd 160000 --- a/edk2 +++ b/edk2 @@ -1 +1 @@ -Subproject commit ff91020528aa0b9a5ffec7853ba9097c7b7251d7 +Subproject commit 99891bd41e533f324b041ae8a47c724b08653843