]> git.dujemihanovic.xyz Git - u-boot.git/commit
binman: Allow entry types to override FDT contents
authorSimon Glass <sjg@chromium.org>
Sat, 20 Jul 2024 10:49:44 +0000 (11:49 +0100)
committerSimon Glass <sjg@chromium.org>
Mon, 29 Jul 2024 14:42:18 +0000 (08:42 -0600)
commitdaed9b42b42cee1d0ea33a568707fb9eef423f9f
tree2bc463281132e9ef1671fc711f18b6410b9b81c9
parent2e3697b954c09bd731e8b351f561f25480238aca
binman: Allow entry types to override FDT contents

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 <sjg@chromium.org>
tools/binman/entry.py
tools/binman/etype/blob_dtb.py
tools/binman/image.py