]> git.sur5r.net Git - u-boot/commit
mkimage: fit: spl: Add an optional static offset for external data
authorTeddy Reed <teddy.reed@gmail.com>
Fri, 10 Jun 2016 02:38:02 +0000 (19:38 -0700)
committerTom Rini <trini@konsulko.com>
Fri, 24 Jun 2016 21:23:06 +0000 (17:23 -0400)
commitf8f9107d97b849afe69ca86e7abd8d1748ea7acd
treeb210c79fc53f0459b0af6cecb90d7c1cdc1f3016
parent92dfd9221c97265ff303bf9437481b9767bd72ea
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>
doc/mkimage.1
doc/uImage.FIT/source_file_format.txt
tools/fit_image.c
tools/imagetool.h
tools/mkimage.c