binman: Allow different operations in FIT generator nodes
authorSimon Glass <sjg@chromium.org>
Tue, 8 Feb 2022 18:50:03 +0000 (11:50 -0700)
committerSimon Glass <sjg@chromium.org>
Tue, 22 Feb 2022 17:05:44 +0000 (10:05 -0700)
commit6a0b5f8b9caa0c8e3a39ed8c979cfdbbf66b1841
tree670382a6d22c9d8205b11d7d270ef41971f1f04d
parent98e0de3fb788cfd9b895840982a15dfcbe460920
binman: Allow different operations in FIT generator nodes

At present we only support expanding out FDT nodes. Make the operation
into an @operation property, so that others can be supported.

Re-arrange and tidy up the documentation so that it has separate
headings for each topic.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/binman/entries.rst
tools/binman/etype/fit.py
tools/binman/ftest.py
tools/binman/test/223_fit_fdt_oper.dts [new file with mode: 0644]
tools/binman/test/224_fit_bad_oper.dts [new file with mode: 0644]