]> git.dujemihanovic.xyz Git - u-boot.git/commit
binman: Add a bintool for fdtgrep
authorSimon Glass <sjg@chromium.org>
Sat, 20 Jul 2024 10:49:42 +0000 (11:49 +0100)
committerSimon Glass <sjg@chromium.org>
Mon, 29 Jul 2024 14:42:18 +0000 (08:42 -0600)
commit76cbda76e7e9d90eaaa1dc1931943a1a2b62c92c
tree83974b39a86384d9d2b04be4a91c378997f97edb
parenta56ea60627b5672ba792fe461752f8a348538387
binman: Add a bintool for fdtgrep

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
tools/binman/btool/fdtgrep.py [new file with mode: 0644]