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>
This commit is contained in:
parent
fc95c94d81
commit
08562ba9b4
@ -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"},
|
||||
|
Loading…
x
Reference in New Issue
Block a user