Re: [PATCH v7 10/13] FWU: cmd: Add a command to read FWU metadata

2022-07-15 Thread Ilias Apalodimas
On Thu, 14 Jul 2022 at 21:40, Sughosh Ganu wrote: > > Add a command to read the metadata as specified in the FWU > specification and print the fields of the metadata. > > Signed-off-by: Sughosh Ganu > --- > Changes since V6: None > > cmd/Kconfig | 7 + > cmd/Makefile| 1 + >

[PATCH v7 10/13] FWU: cmd: Add a command to read FWU metadata

2022-07-14 Thread Sughosh Ganu
Add a command to read the metadata as specified in the FWU specification and print the fields of the metadata. Signed-off-by: Sughosh Ganu --- Changes since V6: None cmd/Kconfig | 7 + cmd/Makefile| 1 + cmd/fwu_mdata.c | 80 + 3