Re: [PATCH v8 12/12] (RFC) efi_loader, dts: add public keys for capsules to device tree

2022-01-16 Thread AKASHI Takahiro
On Wed, Jan 12, 2022 at 01:03:54PM -0700, Simon Glass wrote: > Hi Heinrich, > > On Sat, 1 Jan 2022 at 15:53, Heinrich Schuchardt wrote: > > > > On 12/20/21 06:02, AKASHI Takahiro wrote: > > > By specifying CONFIG_EFI_CAPSULE_KEY_PATH, the build process will > > > automatically insert the given ke

Re: [PATCH v8 12/12] (RFC) efi_loader, dts: add public keys for capsules to device tree

2022-01-12 Thread Simon Glass
Hi Heinrich, On Sat, 1 Jan 2022 at 15:53, Heinrich Schuchardt wrote: > > On 12/20/21 06:02, AKASHI Takahiro wrote: > > By specifying CONFIG_EFI_CAPSULE_KEY_PATH, the build process will > > automatically insert the given key into the device tree. > > Otherwise, users are required to do so manually

Re: [PATCH v8 12/12] (RFC) efi_loader, dts: add public keys for capsules to device tree

2022-01-01 Thread Heinrich Schuchardt
On 12/20/21 06:02, AKASHI Takahiro wrote: By specifying CONFIG_EFI_CAPSULE_KEY_PATH, the build process will automatically insert the given key into the device tree. Otherwise, users are required to do so manually, possibly, with the utility script, fdtsig.sh. Why do we need a script fdtsig.sh?

[PATCH v8 12/12] (RFC) efi_loader, dts: add public keys for capsules to device tree

2021-12-19 Thread AKASHI Takahiro
By specifying CONFIG_EFI_CAPSULE_KEY_PATH, the build process will automatically insert the given key into the device tree. Otherwise, users are required to do so manually, possibly, with the utility script, fdtsig.sh. Signed-off-by: AKASHI Takahiro --- doc/develop/uefi/uefi.rst | 4 dts/Ma