commit | 36bba2c92517d44e98cd513e274bdc6644454a6d | [log] [tgz] |
---|---|---|
author | AKASHI Takahiro <takahiro.akashi@linaro.org> | Tue Apr 14 11:51:48 2020 +0900 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Thu Apr 16 08:12:47 2020 +0200 |
tree | 6e1e855b1426fd6c7f6242f4482e1df88f412efa | |
parent | bd7defa01024c36625266c7d82212870055adfb2 [diff] |
cmd: efidebug: add "test bootmgr" sub-command This sub-command will be used to test image authentication, in particular, a case where efi_load_image() failed with EFI_SECURITY_VIOLATION but we still want to try efi_start_image(). We won't run such a case under normal bootmgr because it simply refuses to call efi_start_image() if anything but EFI_SUCCESS is returned when loading an image. Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org>