Re: [PATCH v14 12/15] test: dm: Add test cases for FWU Metadata uclass

2022-10-18 Thread Sughosh Ganu
On Tue, 18 Oct 2022 at 22:29, Simon Glass wrote: > > Hi, > > On Tue, 18 Oct 2022 at 05:44, Sughosh Ganu wrote: > > > > Add test cases for accessing the FWU Metadata on the sandbox > > platform. The sandbox platform also uses the metadata access driver > > for GPT partitioned block devices. > > >

Re: [PATCH v14 12/15] test: dm: Add test cases for FWU Metadata uclass

2022-10-18 Thread Simon Glass
Hi, On Tue, 18 Oct 2022 at 05:44, Sughosh Ganu wrote: > > Add test cases for accessing the FWU Metadata on the sandbox > platform. The sandbox platform also uses the metadata access driver > for GPT partitioned block devices. > > The FWU feature will be tested on the sandbox64 variant with a raw

Re: [PATCH v14 12/15] test: dm: Add test cases for FWU Metadata uclass

2022-10-18 Thread Ilias Apalodimas
On Tue, Oct 18, 2022 at 05:13:34PM +0530, Sughosh Ganu wrote: > Add test cases for accessing the FWU Metadata on the sandbox > platform. The sandbox platform also uses the metadata access driver > for GPT partitioned block devices. > > The FWU feature will be tested on the sandbox64 variant with

[PATCH v14 12/15] test: dm: Add test cases for FWU Metadata uclass

2022-10-18 Thread Sughosh Ganu
Add test cases for accessing the FWU Metadata on the sandbox platform. The sandbox platform also uses the metadata access driver for GPT partitioned block devices. The FWU feature will be tested on the sandbox64 variant with a raw capsule. Remove the FIT capsule testing from sandbox64 defconfig