Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/25860
to look at the new patch set (#2).
Change subject: util/cbfstool: Support FIT payloads ......................................................................
util/cbfstool: Support FIT payloads
Add support for autodecting FIT (uImage) payloads and add them as new CBFS_TYPE 'fit'. The payload is included as is, with no special header. Support for parsing FIT payloads in coreboot is added in a follow on commit.
Tested on Cavium SoC.
Change-Id: Ic5fc30cd5419eb76c4eb50cca3449caea60270de Signed-off-by: Patrick Rudolph patrick.rudolph@9elements.com --- M payloads/libpayload/include/cbfs_core.h M src/commonlib/include/commonlib/cbfs_serialized.h M util/cbfstool/cbfs-mkpayload.c M util/cbfstool/cbfs.h M util/cbfstool/cbfstool.c M util/cbfstool/common.h A util/cbfstool/fdt.h M util/nvramtool/cbfs.h 8 files changed, 81 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/60/25860/2