commit | e073d4e14ff76f545a71dc40fa324618ce80adcb | [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 | 7c173ced645b9fff4d5b41849375275a8b63f04d [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>