mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-28 16:14:04 +02:00
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 <rebecca@bsdio.com>
This commit is contained in:
parent
ae8ab7190c
commit
b78b4da1fb
@ -38,6 +38,13 @@
|
|||||||
!ifdef $(DB_DEFAULT_FILE3)
|
!ifdef $(DB_DEFAULT_FILE3)
|
||||||
SECTION RAW = $(DB_DEFAULT_FILE3)
|
SECTION RAW = $(DB_DEFAULT_FILE3)
|
||||||
!endif
|
!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"
|
SECTION UI = "DB Default"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user