Re: [PATCH v5 01/16] efi_loader: add CONFIG_EFI_SECURE_BOOT config option

2020-02-24 Thread AKASHI Takahiro
On Sun, Feb 23, 2020 at 11:56:09AM +0100, Heinrich Schuchardt wrote: > On 1/28/20 9:25 AM, AKASHI Takahiro wrote: > > Under this configuration, UEFI secure boot support will be added > > in later patches. > > > > Signed-off-by: AKASHI Takahiro > > This patch should be after all the patches that

Re: [PATCH v5 01/16] efi_loader: add CONFIG_EFI_SECURE_BOOT config option

2020-02-23 Thread Heinrich Schuchardt
On 1/28/20 9:25 AM, AKASHI Takahiro wrote: Under this configuration, UEFI secure boot support will be added in later patches. Signed-off-by: AKASHI Takahiro This patch should be after all the patches that are necessary for secure boot, i.e. after patch 09/16. I can take care of that. Best

[PATCH v5 01/16] efi_loader: add CONFIG_EFI_SECURE_BOOT config option

2020-01-28 Thread AKASHI Takahiro
Under this configuration, UEFI secure boot support will be added in later patches. Signed-off-by: AKASHI Takahiro --- lib/efi_loader/Kconfig | 18 ++ 1 file changed, 18 insertions(+) diff --git a/lib/efi_loader/Kconfig b/lib/efi_loader/Kconfig index a7afa3f29e88..4b09a07f1b0a