From b78b4da1fb7f09622363770638f67229cea8f701 Mon Sep 17 00:00:00 2001 From: Rebecca Cran Date: Tue, 26 Nov 2024 20:56:49 -0700 Subject: [PATCH] ArmPlatformPkg: Allow up to 5 Secure Boot DB certs Update SecureBootDefaultKeys.fdf.inc to add support for 2 more DB certificates, for a total of 5. This allows all the files from https://github.com/microsoft/secureboot_objects/tree/main/PreSignedObjects/DB/Certificates to be supported. Signed-off-by: Rebecca Cran --- ArmPlatformPkg/SecureBootDefaultKeys.fdf.inc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ArmPlatformPkg/SecureBootDefaultKeys.fdf.inc b/ArmPlatformPkg/SecureBootDefaultKeys.fdf.inc index bf4f2d42de..c2cfa0d9d2 100644 --- a/ArmPlatformPkg/SecureBootDefaultKeys.fdf.inc +++ b/ArmPlatformPkg/SecureBootDefaultKeys.fdf.inc @@ -38,6 +38,13 @@ !ifdef $(DB_DEFAULT_FILE3) SECTION RAW = $(DB_DEFAULT_FILE3) !endif + !ifdef $(DB_DEFAULT_FILE4) + SECTION RAW = $(DB_DEFAULT_FILE4) + !endif + !ifdef $(DB_DEFAULT_FILE5) + SECTION RAW = $(DB_DEFAULT_FILE5) + !endif + SECTION UI = "DB Default" }