Re: [PATCH v3 0/6] eficonfig: add UEFI Secure Boot key maintenance interface

2022-10-23 Thread Masahisa Kojima
Hi Heinrich, On Sun, 23 Oct 2022 at 17:07, Heinrich Schuchardt wrote: > > On 10/23/22 08:13, Masahisa Kojima wrote: > > Hi Heinrich, > > > > > > On Sat, 22 Oct 2022 at 17:31, Heinrich Schuchardt > > wrote: > >> > >> On 10/14/22 08:56, Masahisa Kojima wrote: > > > > >> Python tests with this se

Re: [PATCH v3 0/6] eficonfig: add UEFI Secure Boot key maintenance interface

2022-10-23 Thread Heinrich Schuchardt
On 10/23/22 08:13, Masahisa Kojima wrote: Hi Heinrich, On Sat, 22 Oct 2022 at 17:31, Heinrich Schuchardt wrote: On 10/14/22 08:56, Masahisa Kojima wrote: Python tests with this series fail. See https://source.denx.de/u-boot/custodians/u-boot-efi/-/jobs/518130 Failing item is test_cap

Re: [PATCH v3 0/6] eficonfig: add UEFI Secure Boot key maintenance interface

2022-10-22 Thread Masahisa Kojima
Hi Heinrich, On Sat, 22 Oct 2022 at 17:31, Heinrich Schuchardt wrote: > > On 10/14/22 08:56, Masahisa Kojima wrote: > > This series adds the UEFI Secure Boot key maintenance interface > > to the eficonfig command. > > User can enroll and delete the PK, KEK, db and dbx. > > > > Source code can be

Re: [PATCH v3 0/6] eficonfig: add UEFI Secure Boot key maintenance interface

2022-10-22 Thread Heinrich Schuchardt
On 10/14/22 08:56, Masahisa Kojima wrote: This series adds the UEFI Secure Boot key maintenance interface to the eficonfig command. User can enroll and delete the PK, KEK, db and dbx. Source code can be cloned with: $ git clone https://git.linaro.org/people/masahisa.kojima/u-boot.git -b kojima/

[PATCH v3 0/6] eficonfig: add UEFI Secure Boot key maintenance interface

2022-10-13 Thread Masahisa Kojima
This series adds the UEFI Secure Boot key maintenance interface to the eficonfig command. User can enroll and delete the PK, KEK, db and dbx. Source code can be cloned with: $ git clone https://git.linaro.org/people/masahisa.kojima/u-boot.git -b kojima/eficonfig_sbkey_v3 [Major Changes] - rebase