Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ArmPlatformPkg: Allow up to 5 Secure Boot DB certs | Rebecca Cran | 2024-11-27 | 1 | -0/+7 |
| | | | | | | | | | 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> | ||||
* | ArmPlatformPkg: Create include file for default key content. | Grzegorz Bernacki | 2021-08-03 | 1 | -0/+70 |
This commits add file which can be included by platform Flash Description File. It allows to specify certificate files, which will be embedded into binary file. The content of these files can be used to initialize Secure Boot default keys and databases. Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com> Reviewed-by: Sunny Wang <sunny.wang@arm.com> Reviewed-by: Ard Biesheuvel <ardb@kernel.org> |