[PATCH v3 25/27] binman: Incorporate entry documentation

Simon Glass sjg at chromium.org
Sat Mar 20 00:52:38 CET 2021


Update this to avoid sphinx warnings and incorporate it into the new
documentaiton tree.

Signed-off-by: Simon Glass <sjg at chromium.org>
---

(no changes since v1)

 tools/binman/cmdline.py                      |  2 +-
 tools/binman/{README.entries => entries.rst} | 79 +++++++++++---------
 tools/binman/etype/cbfs.py                   | 10 +--
 tools/binman/etype/fdtmap.py                 | 30 ++++----
 tools/binman/etype/fit.py                    | 19 +++--
 tools/binman/etype/intel_ifwi.py             |  8 +-
 tools/binman/etype/mkimage.py                |  2 +-
 tools/binman/etype/section.py                |  6 +-
 tools/binman/etype/text.py                   |  6 +-
 tools/binman/setup.py                        |  2 +-
 10 files changed, 87 insertions(+), 77 deletions(-)
 rename tools/binman/{README.entries => entries.rst} (97%)

Applied to u-boot-dm/next, thanks!


More information about the U-Boot mailing list