Re: [PATCH v5 17/17] test/py: add a test for uefi firmware update capsule of raw image

2020-08-31 Thread Heinrich Schuchardt
On 28.08.20 06:07, Heinrich Schuchardt wrote: > On 8/3/20 7:43 AM, AKASHI Takahiro wrote: >> The test can run on sandbox build and it attempts to execute a firmware >> update via a capsule-on-disk, using a raw image capsule, >> CONFIG_EFI_CAPSULE_RAW. >> >> To run this test successfully, you need c

Re: [PATCH v5 17/17] test/py: add a test for uefi firmware update capsule of raw image

2020-08-30 Thread AKASHI Takahiro
On Fri, Aug 28, 2020 at 06:07:10AM +0200, Heinrich Schuchardt wrote: > On 8/3/20 7:43 AM, AKASHI Takahiro wrote: > > The test can run on sandbox build and it attempts to execute a firmware > > update via a capsule-on-disk, using a raw image capsule, > > CONFIG_EFI_CAPSULE_RAW. > > > > To run this t

Re: [PATCH v5 17/17] test/py: add a test for uefi firmware update capsule of raw image

2020-08-27 Thread Heinrich Schuchardt
On 8/3/20 7:43 AM, AKASHI Takahiro wrote: > The test can run on sandbox build and it attempts to execute a firmware > update via a capsule-on-disk, using a raw image capsule, > CONFIG_EFI_CAPSULE_RAW. > > To run this test successfully, you need configure U-Boot specifically; > See test_capsule_firm

[PATCH v5 17/17] test/py: add a test for uefi firmware update capsule of raw image

2020-08-02 Thread AKASHI Takahiro
The test can run on sandbox build and it attempts to execute a firmware update via a capsule-on-disk, using a raw image capsule, CONFIG_EFI_CAPSULE_RAW. To run this test successfully, you need configure U-Boot specifically; See test_capsule_firmware.py for requirements, and hence it won't run on T