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)
commitbc570646f6de07278b866eb73381d7d8d5e2c355
tree0d7fced04fa974be33eaa80d39e83a56c68c4fdb
parenta00d9713e4c01de7e7753c9394a95dca27e47e21
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