Re: [U-Boot] [PATCH v2 00/16] efi_loader: add secure boot support

2019-11-28 Thread Ilias Apalodimas
On Tue, Nov 26, 2019 at 09:51:04AM +0900, AKASHI Takahiro wrote: > One of major missing features in current UEFI implementation is "secure boot." > The ultimate goal of my attempt is to implement image authentication based > on signature and provide UEFI secure boot support which would be fully > c

Re: [U-Boot] [PATCH v2 00/16] efi_loader: add secure boot support

2019-11-25 Thread AKASHI Takahiro
Some updates, On Tue, Nov 26, 2019 at 09:51:04AM +0900, AKASHI Takahiro wrote: > One of major missing features in current UEFI implementation is "secure boot." > The ultimate goal of my attempt is to implement image authentication based > on signature and provide UEFI secure boot support which wou

[U-Boot] [PATCH v2 00/16] efi_loader: add secure boot support

2019-11-25 Thread AKASHI Takahiro
One of major missing features in current UEFI implementation is "secure boot." The ultimate goal of my attempt is to implement image authentication based on signature and provide UEFI secure boot support which would be fully compliant with UEFI specification, section 32[1]. (The code was originally