commit | 704784b44dc2bbcc104a23b8f658d961e615f3df | [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 | 7a61c6beb7bbfa00f6f1c38f3c8ca86a16d7a3f2 [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>