Re: [PATCH v5 10/23] FWU: cmd: Add a command to read FWU metadata

2022-06-21 Thread Patrick DELAUNAY
On 6/9/22 14:29, 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 --- cmd/Kconfig | 7 + cmd/Makefile| 1 + cmd/fwu_mdata.c | 74

Re: [PATCH v5 10/23] FWU: cmd: Add a command to read FWU metadata

2022-06-20 Thread Michal Simek
On 6/9/22 14:29, 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 --- cmd/Kconfig | 7 + cmd/Makefile| 1 + cmd/fwu_mdata.c | 74

Re: [PATCH v5 10/23] FWU: cmd: Add a command to read FWU metadata

2022-06-13 Thread Sughosh Ganu
hi Ilias, On Fri, 10 Jun 2022 at 17:37, Ilias Apalodimas wrote: > > On Thu, Jun 09, 2022 at 05:59:57PM +0530, 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 > > --- >

Re: [PATCH v5 10/23] FWU: cmd: Add a command to read FWU metadata

2022-06-10 Thread Ilias Apalodimas
On Thu, Jun 09, 2022 at 05:59:57PM +0530, 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 > --- > cmd/Kconfig | 7 + > cmd/Makefile| 1 + > cmd/fwu_mdata.c | 74

[PATCH v5 10/23] FWU: cmd: Add a command to read FWU metadata

2022-06-09 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 --- cmd/Kconfig | 7 + cmd/Makefile| 1 + cmd/fwu_mdata.c | 74 + 3 files changed, 82