commit | 11e36ccea174043229319263f9d0b5b7f7cca654 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Jul 17 13:25:38 2018 -0600 |
committer | Simon Glass <sjg@chromium.org> | Wed Aug 01 16:30:48 2018 -0600 |
tree | ae97c27416a1f44cf45da09364480818784e4eea | |
parent | 5a5da7ce153b19bc3106e0bdb625b2e211852914 [diff] |
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>