]> git.baikalelectronics.ru Git - uboot.git/commit
binman: Add a command to generate bintool docs
authorSimon Glass <sjg@chromium.org>
Mon, 10 Jan 2022 03:14:11 +0000 (20:14 -0700)
committerSimon Glass <sjg@chromium.org>
Tue, 25 Jan 2022 19:36:11 +0000 (12:36 -0700)
commit7788fe70c85f8f36e41ab10aa81357d45626a178
tree0d7fced04fa974be33eaa80d39e83a56c68c4fdb
parent226672d8dd71b3d706a25838252535271890e017
binman: Add a command to generate bintool docs

Each bintool has some documentation which can be useful for the user.
Add a new command that collects this and writes it into a .rst file.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/binman/bintool.py
tools/binman/cmdline.py
tools/binman/control.py
tools/binman/ftest.py
tools/binman/main.py