Re: [PATCH] efi: capsule: Improve capsule update porting to new boards

2024-06-16 Thread Heinrich Schuchardt
On 6/13/24 21:04, Jon Humphreys wrote: Ilias Apalodimas writes: Hi Jon, On Sat, 8 Jun 2024 at 02:44, Jonathan Humphreys wrote: Add to the capsule update porting documentation that when capsule authentication is enabled (via EFI_CAPSULE_AUTHENTICATE), a public key certificate corresponding

Re: [PATCH] efi: capsule: Improve capsule update porting to new boards

2024-06-13 Thread Jon Humphreys
Ilias Apalodimas writes: > Hi Jon, > > On Sat, 8 Jun 2024 at 02:44, Jonathan Humphreys wrote: >> >> Add to the capsule update porting documentation that when capsule >> authentication is enabled (via EFI_CAPSULE_AUTHENTICATE), a public key >> certificate corresponding to the capsule signing key

Re: [PATCH] efi: capsule: Improve capsule update porting to new boards

2024-06-13 Thread Ilias Apalodimas
Hi Jon, On Sat, 8 Jun 2024 at 02:44, Jonathan Humphreys wrote: > > Add to the capsule update porting documentation that when capsule > authentication is enabled (via EFI_CAPSULE_AUTHENTICATE), a public key > certificate corresponding to the capsule signing key must be specified. > > Also add a co

[PATCH] efi: capsule: Improve capsule update porting to new boards

2024-06-07 Thread Jonathan Humphreys
Add to the capsule update porting documentation that when capsule authentication is enabled (via EFI_CAPSULE_AUTHENTICATE), a public key certificate corresponding to the capsule signing key must be specified. Also add a config (EFI_CAPSULE_BOARD_INSECURE) that is set by default and causes a warnin