Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-01 | binman: Enhance the map and fdt-update output | Simon Glass | |
At present the .map file produced for each image does not include the overall image size. This is useful information. Update the code to generate it in the .map file as well as the updated FDT. Also fix a few comments while we are here. Signed-off-by: Simon Glass <sjg@chromium.org> | |||
2018-06-07 | binman: Add support for sections | Simon Glass | |
It is useful to be able to split an image into multiple sections, each with its own size and position, for cases where a flash device has read-only and read-write portions. Add support for this. Signed-off-by: Simon Glass <sjg@chromium.org> |