From 08562ba9b470c838848553d782d7200e6b0490b7 Mon Sep 17 00:00:00 2001 From: Vladimir Serbinenko Date: Fri, 29 Sep 2023 14:25:06 +0200 Subject: cbfstool: Add printing of legacy stage type This is useful for listing older images. Change-Id: I588028d4327f59538f7c9920b671458fc631cb4c Signed-off-by: Vladimir Serbinenko Reviewed-on: https://review.coreboot.org/c/coreboot/+/81504 Tested-by: build bot (Jenkins) Reviewed-by: Julius Werner --- util/cbfstool/cbfs.h | 1 + 1 file changed, 1 insertion(+) (limited to 'util/cbfstool') diff --git a/util/cbfstool/cbfs.h b/util/cbfstool/cbfs.h index eca7168787..3336e08930 100644 --- a/util/cbfstool/cbfs.h +++ b/util/cbfstool/cbfs.h @@ -31,6 +31,7 @@ static const struct typedesc_t types_cbfs_compression[] = { static struct typedesc_t filetypes[] unused = { {CBFS_TYPE_BOOTBLOCK, "bootblock"}, {CBFS_TYPE_CBFSHEADER, "cbfs header"}, + {CBFS_TYPE_LEGACY_STAGE, "legacy stage"}, {CBFS_TYPE_STAGE, "stage"}, {CBFS_TYPE_SELF, "simple elf"}, {CBFS_TYPE_FIT_PAYLOAD, "fit_payload"}, -- cgit v1.2.3