[U-Boot] [PATCH v2 05/31] binman: Add an FDT map

sjg at google.com sjg at google.com
Thu Jul 18 01:58:59 UTC 2019


An FDT map is an entry which holds a full description of the image
entries, in FDT format. It can be discovered using the magic string at
its start. Tools can locate and read this entry to find out what entries
are in the image and where each entry is located.

Signed-off-by: Simon Glass <sjg at chromium.org>
---

Changes in v2: None

 tools/binman/README              |   5 +-
 tools/binman/README.entries      |  38 +++++++++++
 tools/binman/etype/fdtmap.py     | 109 +++++++++++++++++++++++++++++++
 tools/binman/ftest.py            |  52 +++++++++++++--
 tools/binman/state.py            |   2 +-
 tools/binman/test/115_fdtmap.dts |  13 ++++
 6 files changed, 211 insertions(+), 8 deletions(-)
 create mode 100644 tools/binman/etype/fdtmap.py
 create mode 100644 tools/binman/test/115_fdtmap.dts

Applied to u-boot-dm, thanks!


More information about the U-Boot mailing list