binman: Allow creation of entry documentation
authorSimon Glass <sjg@chromium.org>
Tue, 17 Jul 2018 19:25:36 +0000 (13:25 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 1 Aug 2018 22:30:48 +0000 (16:30 -0600)
commitfd8d1f79623d2944d9ca8469a3681d53b8b277f9
treee8faca4c85020b0d712e576f4dd23f80664d098b
parent3fb397bba01a511f8ca2b091a359495e18badd7e
binman: Allow creation of entry documentation

Binman supports quite a number of different entries now. The operation of
these is not always obvious but at present the source code is the only
reference for understanding how an entry works.

Add a way to create documentation (from the source code) which can be put
in a new 'README.entries' file.

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