commit | c2f1aeda880fbccf3f1d12e07a9b03ceef3a2c10 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Jul 08 13:18:56 2019 -0600 |
committer | Simon Glass <sjg@chromium.org> | Wed Jul 24 12:53:46 2019 -0700 |
tree | 203f4e7197ce2986f8fde0e55b423314096224e0 | |
parent | a61e6feeb3bea2dd6d880a19a9b1d17cc4807f26 [diff] |
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>