Re: [RFC PATCH v2 1/8] FWU: Add FWU metadata structure and functions for accessing metadata

2021-12-20 Thread Sughosh Ganu
On Tue, 21 Dec 2021 at 11:46, AKASHI Takahiro wrote: > On Tue, Dec 21, 2021 at 11:17:47AM +0530, Sughosh Ganu wrote: > > On Tue, 21 Dec 2021 at 10:33, AKASHI Takahiro < > takahiro.aka...@linaro.org> > > wrote: > > > > > On Tue, Dec 21, 2021 at 10:05:57AM +0530, Sughosh Ganu wrote: > > > > hi

Re: [RFC PATCH v2 1/8] FWU: Add FWU metadata structure and functions for accessing metadata

2021-12-20 Thread AKASHI Takahiro
On Tue, Dec 21, 2021 at 11:17:47AM +0530, Sughosh Ganu wrote: > On Tue, 21 Dec 2021 at 10:33, AKASHI Takahiro > wrote: > > > On Tue, Dec 21, 2021 at 10:05:57AM +0530, Sughosh Ganu wrote: > > > hi Masami, > > > > > > On Tue, 21 Dec 2021 at 05:40, Masami Hiramatsu < > >

Re: [RFC PATCH v2 1/8] FWU: Add FWU metadata structure and functions for accessing metadata

2021-12-20 Thread Sughosh Ganu
hi Masami, On Tue, 21 Dec 2021 at 11:31, Masami Hiramatsu wrote: > Hi Sughosh, > > > 2021年12月21日(火) 14:47 Sughosh Ganu : > > > > > > On Tue, 21 Dec 2021 at 10:33, AKASHI Takahiro < > takahiro.aka...@linaro.org> wrote: > >> > >> On Tue, Dec 21, 2021 at 10:05:57AM +0530, Sughosh Ganu wrote: > >>

Re: [RFC PATCH v2 1/8] FWU: Add FWU metadata structure and functions for accessing metadata

2021-12-20 Thread Masami Hiramatsu
Hi Sughosh, 2021年12月21日(火) 14:47 Sughosh Ganu : > > > On Tue, 21 Dec 2021 at 10:33, AKASHI Takahiro > wrote: >> >> On Tue, Dec 21, 2021 at 10:05:57AM +0530, Sughosh Ganu wrote: >> > hi Masami, >> > >> > On Tue, 21 Dec 2021 at 05:40, Masami Hiramatsu >> > >> > wrote: >> > >> > > Hi Sughosh,

Re: [RFC PATCH v2 1/8] FWU: Add FWU metadata structure and functions for accessing metadata

2021-12-20 Thread Sughosh Ganu
On Tue, 21 Dec 2021 at 10:33, AKASHI Takahiro wrote: > On Tue, Dec 21, 2021 at 10:05:57AM +0530, Sughosh Ganu wrote: > > hi Masami, > > > > On Tue, 21 Dec 2021 at 05:40, Masami Hiramatsu < > masami.hirama...@linaro.org> > > wrote: > > > > > Hi Sughosh, > > > > > > 2021年12月19日(日) 16:06 Sughosh

Re: [RFC PATCH v2 1/8] FWU: Add FWU metadata structure and functions for accessing metadata

2021-12-20 Thread AKASHI Takahiro
On Tue, Dec 21, 2021 at 10:05:57AM +0530, Sughosh Ganu wrote: > hi Masami, > > On Tue, 21 Dec 2021 at 05:40, Masami Hiramatsu > wrote: > > > Hi Sughosh, > > > > 2021年12月19日(日) 16:06 Sughosh Ganu : > > > > > > In the FWU Multi Bank Update feature, the information about the > > > updatable images

Re: [RFC PATCH v2 1/8] FWU: Add FWU metadata structure and functions for accessing metadata

2021-12-20 Thread Sughosh Ganu
hi Masami, On Tue, 21 Dec 2021 at 05:40, Masami Hiramatsu wrote: > Hi Sughosh, > > 2021年12月19日(日) 16:06 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.

Re: [RFC PATCH v2 1/8] FWU: Add FWU metadata structure and functions for accessing metadata

2021-12-20 Thread Masami Hiramatsu
Hi Sughosh, 2021年12月19日(日) 16:06 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 functions to > access the metadata. These are

[RFC PATCH v2 1/8] FWU: Add FWU metadata structure and functions for accessing metadata

2021-12-18 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 functions to access the metadata. These are generic API's, and implementations can be added based on