History log of /u-boot/tools/binman/test/114_cbfs_offset.dts
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# e073d4e1 08-Jul-2019 Simon Glass <sjg@chromium.org>

binman: Add support for fixed-offset files in CBFS

A feature of CBFS is that it allows files to be positioned at particular
offset (as with binman in general). This is useful to support
execute-in-place (XIP) code, since this may not be relocatable.

Add a new cbfs-offset property to control this.

Signed-off-by: Simon Glass <sjg@chromium.org>