[PATCH 14/20] binman: Allow entry types to override FDT contents
Simon Glass
sjg at chromium.org
Mon Jul 29 18:19:25 CEST 2024
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 at 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!
More information about the U-Boot
mailing list