Skip to content

Commit

Permalink
ArmPlatformPkg: Allow up to 5 Secure Boot DB certs
Browse files Browse the repository at this point in the history
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 <rebecca@bsdio.com>
  • Loading branch information
bexcran authored and mergify[bot] committed Nov 27, 2024
1 parent ae8ab71 commit b78b4da
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ArmPlatformPkg/SecureBootDefaultKeys.fdf.inc
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

Expand Down

0 comments on commit b78b4da

Please sign in to comment.