mkimage: fit: spl: Add an optional static offset for external data
When building a FIT with external data (-E), U-Boot proper may require
absolute positioning for executing the external firmware. To acheive this
use the (-p) switch, which will replace the amended 'data-offset' with
'data-position' indicating the absolute position of external data.
It is considered an error if the requested absolute position overlaps with the
initial data required for the compact FIT.
Signed-off-by:
Teddy Reed <teddy.reed@gmail.com>
Showing
- doc/mkimage.1 6 additions, 0 deletionsdoc/mkimage.1
- doc/uImage.FIT/source_file_format.txt 3 additions, 0 deletionsdoc/uImage.FIT/source_file_format.txt
- tools/fit_image.c 18 additions, 1 deletiontools/fit_image.c
- tools/imagetool.h 1 addition, 0 deletionstools/imagetool.h
- tools/mkimage.c 11 additions, 2 deletionstools/mkimage.c
Loading
Please register or sign in to comment