Attention is currently required from: Philipp Hug, Patrick Rudolph, Christian Walter, Julius Werner, ron minnich. Hello build bot (Jenkins), Philipp Hug, Patrick Rudolph, Christian Walter, Arthur Heymans, Yu-Ping Wu, ron minnich,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/64735
to look at the new patch set (#2).
Change subject: cbfs: Rename TYPE_FIT to TYPE_FIT_PAYLOAD ......................................................................
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 jwerner@chromium.org Change-Id: I826cefce54ade06c6612c8a7bb53e02092e7b11a --- M src/arch/arm/boot.c M src/arch/riscv/boot.c M src/commonlib/bsd/include/commonlib/bsd/cbfs_serialized.h M src/lib/prog_loaders.c M src/security/tpm/tspi/crtm.c M util/cbfstool/cbfs.h M util/cbfstool/cbfstool.c M util/nvramtool/cbfs.h 8 files changed, 16 insertions(+), 16 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/35/64735/2