commit | 90ec245e85b9259d323045b2fc406cdb58f5229e | [log] [tgz] |
---|---|---|
author | Sughosh Ganu <sughosh.ganu@linaro.org> | Fri Mar 22 16:27:27 2024 +0530 |
committer | Tom Rini <trini@konsulko.com> | Fri May 24 13:40:04 2024 -0600 |
tree | 995f0bbcdb39f93d64a635199e66ee13c659c1a8 | |
parent | a7188b48a4c19996914d2163b1486b8f5bb80bec [diff] |
cmd: fwu: make changes for supporting FWU metadata version 2 Add support for displaying data specific to FWU metadata version 2. Because the size of the v2 metadata structure is read from the structure itself, allocate memory for the metadata structure by first getting the size of the structure. Signed-off-by: Sughosh Ganu <sughosh.ganu@linaro.org> Tested-by: Michal Simek <michal.simek@amd.com>