binman: Support FDT update for CBFS
authorSimon Glass <sjg@chromium.org>
Mon, 8 Jul 2019 20:25:41 +0000 (14:25 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 24 Jul 2019 19:54:08 +0000 (12:54 -0700)
commit69f7cb31a083c697ef0a4180a30219d2258b3662
tree939a4059b56f2fb5a91caf167412a984695b7ebe
parent52107ee4df878d26923a498b62beedbbaa5c1f7e
binman: Support FDT update for CBFS

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>
tools/binman/etype/cbfs.py
tools/binman/ftest.py
tools/binman/test/125_cbfs_update.dts [new file with mode: 0644]