Re: [RFC PATCH] cmd: fwu: Dump custom fields from mdata structure

2025-04-04 Thread Sughosh Ganu
On Wed, 5 Jun 2024 at 20:25, Michal Simek wrote: > > The commit cb9ae40a16f0 ("tools: mkfwumdata: add logic to append vendor > data to the FWU metadata") added support for adding vendor data to mdata > structure but it is not visible anywhere that's why extend fwu command to > dump it. > > Signed-

Re: [RFC PATCH] cmd: fwu: Dump custom fields from mdata structure

2025-03-21 Thread Sughosh Ganu
On Fri, 21 Mar 2025 at 14:09, Michal Simek wrote: > > > > On 3/21/25 08:40, Sughosh Ganu wrote: > > On Wed, 5 Jun 2024 at 20:25, Michal Simek wrote: > >> > >> The commit cb9ae40a16f0 ("tools: mkfwumdata: add logic to append vendor > >> data to the FWU metadata") added support for adding vendor da

Re: [RFC PATCH] cmd: fwu: Dump custom fields from mdata structure

2025-03-21 Thread Michal Simek
On 3/21/25 08:40, Sughosh Ganu wrote: On Wed, 5 Jun 2024 at 20:25, Michal Simek wrote: The commit cb9ae40a16f0 ("tools: mkfwumdata: add logic to append vendor data to the FWU metadata") added support for adding vendor data to mdata structure but it is not visible anywhere that's why extend

Re: [RFC PATCH] cmd: fwu: Dump custom fields from mdata structure

2025-03-17 Thread Sughosh Ganu
On Mon, 17 Mar 2025 at 15:36, Michal Simek wrote: > > Hi Sughosh and Ilias, > > On 6/5/24 16:55, Michal Simek wrote: > > The commit cb9ae40a16f0 ("tools: mkfwumdata: add logic to append vendor > > data to the FWU metadata") added support for adding vendor data to mdata > > structure but it is not

Re: [RFC PATCH] cmd: fwu: Dump custom fields from mdata structure

2025-03-17 Thread Michal Simek
Hi Sughosh and Ilias, On 6/5/24 16:55, Michal Simek wrote: The commit cb9ae40a16f0 ("tools: mkfwumdata: add logic to append vendor data to the FWU metadata") added support for adding vendor data to mdata structure but it is not visible anywhere that's why extend fwu command to dump it. Signed-o

[RFC PATCH] cmd: fwu: Dump custom fields from mdata structure

2024-06-05 Thread Michal Simek
The commit cb9ae40a16f0 ("tools: mkfwumdata: add logic to append vendor data to the FWU metadata") added support for adding vendor data to mdata structure but it is not visible anywhere that's why extend fwu command to dump it. Signed-off-by: Michal Simek --- I am using this for some time to che