Re: [PATCHv3 1/5] FWU: Add FWU metadata access driver for MTD storage regions

2023-02-27 Thread Jassi Brar
On Sat, 4 Feb 2023 at 22:09, Jassi Brar wrote: > > > > + fwu-mdata { > > + compatible = "u-boot,fwu-mdata-mtd"; > > + fwu-mdata-store = <_flash>; > > + mdata-offsets = <0x50 0x53>; > > + }; > > >

Re: [PATCHv3 1/5] FWU: Add FWU metadata access driver for MTD storage regions

2023-02-04 Thread Jassi Brar
On Wed, 18 Jan 2023 at 08:24, Michal Simek wrote: > > > > On 1/9/23 02:06, Jassi Brar wrote: > > From: Sughosh Ganu > > > > In the FWU Multi Bank Update feature, the information about the > > updatable images is stored as part of the metadata, on a separate > > region. Add a driver for reading

Re: [PATCHv3 1/5] FWU: Add FWU metadata access driver for MTD storage regions

2023-01-18 Thread Michal Simek
On 1/9/23 02:06, Jassi Brar wrote: From: Sughosh Ganu In the FWU Multi Bank Update feature, the information about the updatable images is stored as part of the metadata, on a separate region. Add a driver for reading from and writing to the metadata when the updatable images and the

Re: [PATCHv3 1/5] FWU: Add FWU metadata access driver for MTD storage regions

2023-01-13 Thread Sughosh Ganu
On Mon, 9 Jan 2023 at 06:36, Jassi Brar wrote: > > From: Sughosh Ganu > > In the FWU Multi Bank Update feature, the information about the > updatable images is stored as part of the metadata, on a separate > region. Add a driver for reading from and writing to the metadata > when the updatable

[PATCHv3 1/5] FWU: Add FWU metadata access driver for MTD storage regions

2023-01-08 Thread Jassi Brar
From: Sughosh Ganu In the FWU Multi Bank Update feature, the information about the updatable images is stored as part of the metadata, on a separate region. Add a driver for reading from and writing to the metadata when the updatable images and the metadata are stored on a raw MTD region.