[PATCH v6 0/5] eficonfig: add UEFI Secure Boot key maintenance interface
Masahisa Kojima
masahisa.kojima at linaro.org
Wed Nov 9 04:31:48 CET 2022
Hi,
I intended to send v7, but I'm mistaken to send an older version.
Please ignore this series, I will send v7 soon.
Sorry for the spam.
Regards,
Masahisa Kojima
On Wed, 9 Nov 2022 at 12:27, Masahisa Kojima <masahisa.kojima at linaro.org> wrote:
>
> This series adds the UEFI Secure Boot key maintenance interface
> to the eficonfig command.
> User can enroll and delete the PK, KEK, db and dbx.
>
> Source code can be cloned with:
> $ git clone https://git.linaro.org/people/masahisa.kojima/u-boot.git -b kojima/eficonfig_sbkey_v6
>
> Masahisa Kojima (5):
> eficonfig: refactor eficonfig_select_file_handler()
> eficonfig: expose append entry function
> eficonfig: refactor change boot order implementation
> eficonfig: add UEFI Secure Boot Key enrollment interface
> eficonfig: add "Show/Delete Signature Database" menu entry
>
> cmd/Makefile | 5 +
> cmd/eficonfig.c | 177 +++--
> cmd/eficonfig_sbkey.c | 727 ++++++++++++++++++
> include/efi_config.h | 10 +
> .../py/tests/test_eficonfig/test_eficonfig.py | 1 +
> 5 files changed, 835 insertions(+), 85 deletions(-)
> create mode 100644 cmd/eficonfig_sbkey.c
>
> --
> 2.17.1
>
More information about the U-Boot
mailing list