Re: [PATCH 1/6] efistub: pass uefi secureboot flag via fdt params

2020-10-12 Thread Ard Biesheuvel
On Mon, 5 Oct 2020 at 04:20, Chester Lin wrote: > > On Mon, Sep 14, 2020 at 04:05:22PM +0800, Chester Lin wrote: > > Hi Ard, > > > > On Fri, Sep 11, 2020 at 06:01:09PM +0300, Ard Biesheuvel wrote: > > > On Fri, 4 Sep 2020 at 10:29, Chester Lin wrote: > > > > > > > > Add a new UEFI parameter: "lin

Re: [PATCH 1/6] efistub: pass uefi secureboot flag via fdt params

2020-10-04 Thread Chester Lin
On Mon, Sep 14, 2020 at 04:05:22PM +0800, Chester Lin wrote: > Hi Ard, > > On Fri, Sep 11, 2020 at 06:01:09PM +0300, Ard Biesheuvel wrote: > > On Fri, 4 Sep 2020 at 10:29, Chester Lin wrote: > > > > > > Add a new UEFI parameter: "linux,uefi-secure-boot" in fdt boot params > > > as other architect

Re: [PATCH 1/6] efistub: pass uefi secureboot flag via fdt params

2020-09-14 Thread Chester Lin
Hi Ard, On Fri, Sep 11, 2020 at 06:01:09PM +0300, Ard Biesheuvel wrote: > On Fri, 4 Sep 2020 at 10:29, Chester Lin wrote: > > > > Add a new UEFI parameter: "linux,uefi-secure-boot" in fdt boot params > > as other architectures have done in their own boot data. For example, > > the boot_params->se

Re: [PATCH 1/6] efistub: pass uefi secureboot flag via fdt params

2020-09-11 Thread Ard Biesheuvel
On Fri, 4 Sep 2020 at 10:29, Chester Lin wrote: > > Add a new UEFI parameter: "linux,uefi-secure-boot" in fdt boot params > as other architectures have done in their own boot data. For example, > the boot_params->secure_boot in x86. > > Signed-off-by: Chester Lin Why do we need this flag? Can't

[PATCH 1/6] efistub: pass uefi secureboot flag via fdt params

2020-09-04 Thread Chester Lin
Add a new UEFI parameter: "linux,uefi-secure-boot" in fdt boot params as other architectures have done in their own boot data. For example, the boot_params->secure_boot in x86. Signed-off-by: Chester Lin --- drivers/firmware/efi/libstub/fdt.c | 39 +- 1 file changed,