commit | 912339fb0ef1898e271ed32464c4d17cffea4c20 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Feb 08 11:50:03 2022 -0700 |
committer | Simon Glass <sjg@chromium.org> | Tue Feb 22 10:05:44 2022 -0700 |
tree | 670382a6d22c9d8205b11d7d270ef41971f1f04d | |
parent | 9f1c6b9c8af4f3155fe79797b1199ce1728e5eba [diff] |
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>