At present the contents of an FDT (for each phase) are fixed, determined by the build and provided to Binman as input files.
Provide a means for entry types to provide their own FDT, so that it can be processed, if needed. Signed-off-by: Simon Glass <s...@chromium.org> --- tools/binman/entry.py | 12 ++++++++++++ tools/binman/etype/blob_dtb.py | 4 ++-- tools/binman/image.py | 4 ++++ 3 files changed, 18 insertions(+), 2 deletions(-) Applied to u-boot-dm, thanks!