[PATCH v2 36/38] binman: Add a command to generate bintool docs
Simon Glass
sjg at chromium.org
Wed Jan 26 16:36:35 CET 2022
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 at chromium.org>
---
(no changes since v1)
tools/binman/bintool.py | 45 +++++++++++++++++++++++++++++++++++++++++
tools/binman/cmdline.py | 3 +++
tools/binman/control.py | 14 ++++++++++++-
tools/binman/ftest.py | 15 ++++++++++++++
tools/binman/main.py | 4 ++++
5 files changed, 80 insertions(+), 1 deletion(-)
Applied to u-boot-dm, thanks!
More information about the U-Boot
mailing list