commit | 525fc06744b0942dc95dbbf982a90badcfa8aa14 | [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 | e50e2878b26a2081da7b57edcf0db1cea80b8007 [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>