Re: [PATCH v5 3/6] fwu: move meta-data management in core

2023-03-06 Thread Jassi Brar
On Wed, Mar 1, 2023 at 5:16 AM Etienne Carriere wrote: > On Tue, 28 Feb 2023 at 01:52, 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 an

Re: [PATCH v5 3/6] fwu: move meta-data management in core

2023-03-01 Thread Etienne Carriere
Hello Jassi, On Tue, 28 Feb 2023 at 01:52, 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 > --- > drive

[PATCH v5 3/6] fwu: move meta-data management in core

2023-02-27 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