binman: Add support for Intel IFWI entries
authorSimon Glass <sjg@chromium.org>
Mon, 8 Jul 2019 19:18:54 +0000 (13:18 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 24 Jul 2019 19:53:46 +0000 (12:53 -0700)
commitc5ac138828c504812f09971a7a95bd73e186782e
tree65245cbdfc83e7e14d56ed52e2333126c5ab415e
parentac62fba459ad94d0d6b457a47d90628cc7b76496
binman: Add support for Intel IFWI entries

An Integrated Firmware Image is used to hold various binaries used for
booting with Apollolake and some later devices. Add support for this.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/binman/etype/intel_descriptor.py
tools/binman/etype/intel_ifwi.py [new file with mode: 0644]
tools/binman/ftest.py
tools/binman/test/111_x86-rom-ifwi.dts [new file with mode: 0644]
tools/binman/test/112_x86-rom-ifwi-nodesc.dts [new file with mode: 0644]
tools/binman/test/113_x86-rom-ifwi-nodata.dts [new file with mode: 0644]
tools/binman/test/fitimage.bin.gz [new file with mode: 0644]
tools/binman/test/ifwi.bin.gz [new file with mode: 0644]