Re: [PATCH v5 4/4] test/py: efi_capsule: test for FMP versioning

2023-04-24 Thread Simon Glass
Hi Masahisa, On Wed, 19 Apr 2023 at 23:17, Masahisa Kojima wrote: > > Hi Simon, > > On Wed, 19 Apr 2023 at 10:47, Simon Glass wrote: > > > > Hi Masahisa, > > > > On Mon, 10 Apr 2023 at 03:07, Masahisa Kojima > > wrote: > > > > > > This test covers FMP versioning for both raw and FIT image, > >

Re: [PATCH v5 4/4] test/py: efi_capsule: test for FMP versioning

2023-04-19 Thread Masahisa Kojima
Hi Simon, On Wed, 19 Apr 2023 at 10:47, Simon Glass wrote: > > Hi Masahisa, > > On Mon, 10 Apr 2023 at 03:07, Masahisa Kojima > wrote: > > > > This test covers FMP versioning for both raw and FIT image, > > and both signed and non-signed capsule update. > > > > Signed-off-by: Masahisa Kojima >

Re: [PATCH v5 4/4] test/py: efi_capsule: test for FMP versioning

2023-04-18 Thread Simon Glass
Hi Masahisa, On Mon, 10 Apr 2023 at 03:07, Masahisa Kojima wrote: > > This test covers FMP versioning for both raw and FIT image, > and both signed and non-signed capsule update. > > Signed-off-by: Masahisa Kojima > --- > Changes in v5: > - get aligned to the device tree based versioning > >

[PATCH v5 4/4] test/py: efi_capsule: test for FMP versioning

2023-04-10 Thread Masahisa Kojima
This test covers FMP versioning for both raw and FIT image, and both signed and non-signed capsule update. Signed-off-by: Masahisa Kojima --- Changes in v5: - get aligned to the device tree based versioning Newly created in v4 test/py/tests/test_efi_capsule/conftest.py| 73 +++