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

2019-11-14 Thread AKASHI Takahiro
Heinrich, This patch set won't be applied cleanly to v2020.01-rc2 due to bef18454044e ("freescale/powerpc: Rename the config CONFIG_SECURE_BOOT name") 5536c3c9d0d1 ("freescale/layerscape: Rename the config CONFIG_SECURE_BOOT name") Do you want to see another re-spin version

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

2019-11-12 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