[PATCH v2 1/6] tools: mkeficapsule: Add support to print capsule headers
Simon Glass
sjg at chromium.org
Sat Oct 14 00:00:38 CEST 2023
Add support to dump the contents of capsule headers. This is useful as
a debug feature for checking the contents of the capsule headers, and
can also be used in capsule verification.
Signed-off-by: Sughosh Ganu <sughosh.ganu at linaro.org>
Reviewed-by: Simon Glass <sjg at chromium.org>
---
Changes since V1:
* Get rid of the superfluous hdr_size variable in the
dump_fmp_payload_header() function
tools/eficapsule.h | 2 +
tools/mkeficapsule.c | 227 ++++++++++++++++++++++++++++++++++++++++++-
2 files changed, 228 insertions(+), 1 deletion(-)
Applied to u-boot-dm, thanks!
More information about the U-Boot
mailing list