[U-Boot] [PATCH] SPL: Add FIT data-position property support

York Sun york.sun at nxp.com
Tue Nov 28 17:14:58 UTC 2017


On 11/27/2017 07:20 PM, Peng Fan wrote:
> For external data, FIT has a optional property "data-position" which
> can set the external data to a fixed offset to FIT beginning.
> Add the support for this property in SPL FIT.
> 
> Signed-off-by: Ye Li <ye.li at nxp.com>
> Signed-off-by: Peng Fan <peng.fan at nxp.com>
> Cc: Simon Glass <sjg at chromium.org>
> Cc: Pantelis Antoniou <pantelis.antoniou at konsulko.com>
> Cc: "Andrew F. Davis" <afd at ti.com>
> Cc: Igor Grinberg <grinberg at compulab.co.il>
> Cc: "tomas.melin at vaisala.com" <tomas.melin at vaisala.com>
> Cc: Kever Yang <kever.yang at rock-chips.com>
> Cc: Andre Przywara <andre.przywara at arm.com>
> Cc: York Sun <york.sun at nxp.com>
> Cc: Lokesh Vutla <lokeshvutla at ti.com>
> Cc: "Cooper Jr., Franklin" <fcooper at ti.com>
> Cc: George McCollister <george.mccollister at gmail.com>
> Cc: Tuomas Tynkkynen <tuomas.tynkkynen at iki.fi>
> Cc: Jean-Jacques Hiblot <jjhiblot at ti.com>
> Cc: Rick Altherr <raltherr at google.com>
> Cc: Tom Rini <trini at konsulko.com>
> ---
>  common/image-fit.c   | 25 +++++++++++++++++++++++++
>  common/spl/spl_fit.c | 11 +++++++++--
>  include/image.h      |  3 +++
>  3 files changed, 37 insertions(+), 2 deletions(-)


Looks good. Would it be appropriate to update
doc/uImage.FIT/source_file_format.txt to include this property?

York



More information about the U-Boot mailing list