Re: [U-Boot] [PATCH v2 37/37] binman: Add support for fixed-offset files in CBFS

2019-07-17 Thread sjg
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 --- Changes in v2: -

[U-Boot] [PATCH v2 37/37] binman: Add support for fixed-offset files in CBFS

2019-07-08 Thread Simon Glass
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 --- Changes in v2: -