18 Oct
2025
18 Oct
'25
8:40 a.m.
From: Simon Glass <sjg@chromium.org> Add an entry for BLOBLISTT_EFI_LOG to the tag_name[] array, so that 'bloblist list' will show the tag as a string. Signed-off-by: Simon Glass <sjg@chromium.org> --- common/bloblist.c | 1 + 1 file changed, 1 insertion(+) diff --git a/common/bloblist.c b/common/bloblist.c index 790b0ea892d..d1d7ddb956a 100644 --- a/common/bloblist.c +++ b/common/bloblist.c @@ -63,6 +63,7 @@ static struct tag_name { { BLOBLISTT_U_BOOT_SPL_HANDOFF, "SPL hand-off" }, { BLOBLISTT_VBE, "VBE" }, { BLOBLISTT_U_BOOT_VIDEO, "SPL video handoff" }, + { BLOBLISTT_EFI_LOG, "EFI-call log" }, /* BLOBLISTT_VENDOR_AREA */ }; -- 2.43.0