commit | 7b72c91f75cc3093bd1ce021ec48549b8f1d2b40 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Jul 20 11:49:44 2024 +0100 |
committer | Simon Glass <sjg@chromium.org> | Mon Jul 29 08:42:18 2024 -0600 |
tree | 2bc463281132e9ef1671fc711f18b6410b9b81c9 | |
parent | 482dd318b8dc2f6673e6d2da989fa17f529ad7d0 [diff] |
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>