
18 Jul
2019
18 Jul
'19
3:58 a.m.
It is useful to add the CBFS file information (offset, size, etc.) into the FDT so that the layout is complete. Add support for this.
Signed-off-by: Simon Glass sjg@chromium.org ---
Changes in v2: None
tools/binman/etype/cbfs.py | 49 +++++++++++++++++++++++++-- tools/binman/ftest.py | 25 ++++++++++++++ tools/binman/test/125_cbfs_update.dts | 21 ++++++++++++ 3 files changed, 92 insertions(+), 3 deletions(-) create mode 100644 tools/binman/test/125_cbfs_update.dts
Applied to u-boot-dm, thanks!