From 0057262b38724ea9236335de7856dd287e440cf8 Mon Sep 17 00:00:00 2001 From: Julius Werner Date: Thu, 26 May 2022 20:29:42 -0700 Subject: cbfs: Rename TYPE_FIT to TYPE_FIT_PAYLOAD There are too many "FIT" in firmware land. In order to reduce possible confusion of CBFS_TYPE_FIT with the Intel Firmware Interface Table, this patch renames it to CBFS_TYPE_FIT_PAYLOAD (including the cbfstool argument, so calling scripts will now need to replace `-t fit` with `-t fit_payload`). Signed-off-by: Julius Werner Change-Id: I826cefce54ade06c6612c8a7bb53e02092e7b11a Reviewed-on: https://review.coreboot.org/c/coreboot/+/64735 Tested-by: build bot (Jenkins) Reviewed-by: Yu-Ping Wu --- src/commonlib/bsd/include/commonlib/bsd/cbfs_serialized.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/commonlib') diff --git a/src/commonlib/bsd/include/commonlib/bsd/cbfs_serialized.h b/src/commonlib/bsd/include/commonlib/bsd/cbfs_serialized.h index dc80ed0d3db8..be5c9cdc00a7 100644 --- a/src/commonlib/bsd/include/commonlib/bsd/cbfs_serialized.h +++ b/src/commonlib/bsd/include/commonlib/bsd/cbfs_serialized.h @@ -23,7 +23,7 @@ enum cbfs_type { CBFS_TYPE_LEGACY_STAGE = 0x10, CBFS_TYPE_STAGE = 0x11, CBFS_TYPE_SELF = 0x20, - CBFS_TYPE_FIT = 0x21, + CBFS_TYPE_FIT_PAYLOAD = 0x21, CBFS_TYPE_OPTIONROM = 0x30, CBFS_TYPE_BOOTSPLASH = 0x40, CBFS_TYPE_RAW = 0x50, -- cgit v1.2.3