
29 Jul
2024
29 Jul
'24
6:19 p.m.
Binman needs the ability to run fdtgrep to prepare devicetree subsets for use by SPL and TPL. Add a new bintool in preparation for this.
Signed-off-by: Simon Glass sjg@chromium.org ---
tools/binman/bintools.rst | 8 ++ tools/binman/btool/fdtgrep.py | 137 ++++++++++++++++++++++++++++++++++ 2 files changed, 145 insertions(+) create mode 100644 tools/binman/btool/fdtgrep.py
Applied to u-boot-dm, thanks!