Re: [PATCH v6 3/7] fwu: move meta-data management in core

2023-03-16 Thread Ilias Apalodimas
On Mon, Mar 06, 2023 at 05:18:28PM -0600, jassisinghb...@gmail.com 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

[PATCH v6 3/7] fwu: move meta-data management in core

2023-03-06 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