Re: [PATCH v2 17/21] tools: mkfwumdata: migrate to metadata version 2

2024-02-19 Thread Sughosh Ganu
hi Michal, On Thu, 15 Feb 2024 at 20:01, Michal Simek wrote: > > Hi, > > On 2/12/24 08:47, Sughosh Ganu wrote: > > Migrate the metadata generation tool to generate the version 2 > > metadata. > > > > Signed-off-by: Sughosh Ganu > > --- > > > > Changes since V1: > > * Compute location of struct

Re: [PATCH v2 17/21] tools: mkfwumdata: migrate to metadata version 2

2024-02-15 Thread Michal Simek
Hi, On 2/12/24 08:47, Sughosh Ganu wrote: Migrate the metadata generation tool to generate the version 2 metadata. Signed-off-by: Sughosh Ganu --- Changes since V1: * Compute location of struct fwu_fw_store_desc using pointer arithmetic. tools/mkfwumdata.c | 45

[PATCH v2 17/21] tools: mkfwumdata: migrate to metadata version 2

2024-02-11 Thread Sughosh Ganu
Migrate the metadata generation tool to generate the version 2 metadata. Signed-off-by: Sughosh Ganu --- Changes since V1: * Compute location of struct fwu_fw_store_desc using pointer arithmetic. tools/mkfwumdata.c | 45 ++--- 1 file changed, 34