binman: Add support for flashrom FMAP
authorSimon Glass <sjg@chromium.org>
Tue, 17 Jul 2018 19:25:38 +0000 (13:25 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 1 Aug 2018 22:30:48 +0000 (16:30 -0600)
commit11e36ccea174043229319263f9d0b5b7f7cca654
treeae97c27416a1f44cf45da09364480818784e4eea
parent5a5da7ce153b19bc3106e0bdb625b2e211852914
binman: Add support for flashrom FMAP

Add an entry which can hold an FMAP region as used by flashrom, an
open-source flashing tool used on Linux x86 machines. This provides a
simplified non-hierarchical view of the entries in the image and has a
signature at the start to allow flashrom to find it in the image.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/binman/README.entries
tools/binman/entry.py
tools/binman/etype/fmap.py [new file with mode: 0644]
tools/binman/etype/section.py
tools/binman/fmap_util.py [new file with mode: 0644]
tools/binman/ftest.py
tools/binman/test/67_fmap.dts [new file with mode: 0644]