Re: [PATCHv2 2/4] fwu: move meta-data management in core

2023-01-02 Thread Jassi Brar
On Tue, 13 Dec 2022 at 09:00, Etienne Carriere wrote: > > Hello Jassi, > > On Sat, 3 Dec 2022 at 04:17, wrote: > > > > From: 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 >

Re: [PATCHv2 2/4] fwu: move meta-data management in core

2022-12-13 Thread Etienne Carriere
Hello Jassi, On Sat, 3 Dec 2022 at 04:17, wrote: > > From: 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 > --- > driver

[PATCHv2 2/4] fwu: move meta-data management in core

2022-12-02 Thread jassisinghbrar
From: 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