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

2022-09-07 Thread Sughosh Ganu
hi Ilias, On Wed, 7 Sept 2022 at 12:15, Ilias Apalodimas wrote: > > Hi Sughosh, > > On Fri, Aug 26, 2022 at 03:27:03PM +0530, 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

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

2022-09-07 Thread Ilias Apalodimas
Hi Sughosh, On Fri, Aug 26, 2022 at 03:27:03PM +0530, 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

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

2022-09-06 Thread Etienne Carriere
On Fri, 26 Aug 2022 at 11:57, 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 provides functions

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

2022-08-26 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