Re: [PATCHv3 2/5] fwu: move meta-data management in core

2023-02-04 Thread Jassi Brar
On Mon, 9 Jan 2023 at 06:54, Ilias Apalodimas wrote: > > Hi Jassi, > > On Mon, Jan 02, 2023 at 12:26:40PM -0600, Jassi Brar wrote: > > Instead of each i/f having to implement their own meta-data verification > > and storage, move the logic in common code. This simplifies the i/f code > > much simp

Re: [PATCHv3 2/5] fwu: move meta-data management in core

2023-01-09 Thread Ilias Apalodimas
Hi Jassi, On Mon, Jan 02, 2023 at 12:26:40PM -0600, Jassi Brar wrote: > Instead of each i/f having to implement their own meta-data verification > and storage, move the logic in common code. This simplifies the i/f code > much simpler and compact. > > Signed-off-by: Jassi Brar > --- > drivers/f

[PATCHv3 2/5] fwu: move meta-data management in core

2023-01-02 Thread Jassi Brar
Instead of each i/f having to implement their own meta-data verification and storage, move the logic in common code. This simplifies the i/f code much simpler and compact. Signed-off-by: Jassi Brar --- drivers/fwu-mdata/fwu-mdata-uclass.c | 34 +++ include/fwu.h| 41