]> git.ipfire.org Git - thirdparty/u-boot.git/commit
binman: Flesh out the pkcs11-tool bintool docstring
authorSimon Glass <sjg@chromium.org>
Tue, 5 May 2026 18:12:53 +0000 (12:12 -0600)
committerSimon Glass <sjg@chromium.org>
Mon, 11 May 2026 18:05:10 +0000 (12:05 -0600)
commit40c94fbf62b39a89171402054f0940d08fb05c9d
treee9cd19efc661965b8cf7469daea4547fc0fe8886
parent4dc8f10edf90cab4d7f6b7106f5e52f6c23099ed
binman: Flesh out the pkcs11-tool bintool docstring

The Sphinx-generated bintools.rst currently produces an empty section
for this bintool, since its class docstring is only a single line and
so the body under the heading is blank.

Extend the docstring with a short description of what pkcs11-tool does
and how binman uses it, so the generated documentation has useful
content.

Suggested-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Simon Glass <sjg@chromium.org>
tools/binman/btool/pkcs11_tool.py