]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commitfd6ab16826ac0708203fcf71ec9914051456d28f
tree670382a6d22c9d8205b11d7d270ef41971f1f04d
parent9a1434bf1a0dbdbc9a8fa821398629790414936f
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]