Martin L Roth has submitted this change. ( https://review.coreboot.org/c/coreboot/+/81504?usp=email )
Change subject: cbfstool: Add printing of legacy stage type ......................................................................
cbfstool: Add printing of legacy stage type
This is useful for listing older images.
Change-Id: I588028d4327f59538f7c9920b671458fc631cb4c Signed-off-by: Vladimir Serbinenko phcoder@gmail.com Reviewed-on: https://review.coreboot.org/c/coreboot/+/81504 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Julius Werner jwerner@chromium.org --- M util/cbfstool/cbfs.h 1 file changed, 1 insertion(+), 0 deletions(-)
Approvals: build bot (Jenkins): Verified Julius Werner: Looks good to me, approved
diff --git a/util/cbfstool/cbfs.h b/util/cbfstool/cbfs.h index eca7168..3336e08 100644 --- a/util/cbfstool/cbfs.h +++ b/util/cbfstool/cbfs.h @@ -31,6 +31,7 @@ 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"},