Re: [PATCH v11 02/15] FWU: Add FWU metadata structure and driver for accessing metadata

2022-10-02 Thread Sughosh Ganu
hi Etienne, On Fri, 30 Sept 2022 at 11:24, Etienne Carriere wrote: > > Hello Sughosh, > > On Wed, 28 Sept 2022 at 11:30, Sughosh Ganu wrote: > > > > In the FWU Multi Bank Update feature, the information about the > > updatable images is stored as part of the metadata, which is stored on > > a de

Re: [PATCH v11 02/15] FWU: Add FWU metadata structure and driver for accessing metadata

2022-09-29 Thread Etienne Carriere
Hello Sughosh, On Wed, 28 Sept 2022 at 11:30, Sughosh Ganu wrote: > > In the FWU Multi Bank Update feature, the information about the > updatable images is stored as part of the metadata, which is stored on > a dedicated partition. Add the metadata structure, and a driver model > uclass which pro

[PATCH v11 02/15] FWU: Add FWU metadata structure and driver for accessing metadata

2022-09-28 Thread Sughosh Ganu
In the FWU Multi Bank Update feature, the information about the updatable images is stored as part of the metadata, which is stored on a dedicated partition. Add the metadata structure, and a driver model uclass which provides functions to access the metadata. These are generic API's, and implement