Re: [U-Boot] [PATCH v2 4/5] spl: fit: Support both external and embedded data

2017-08-14 Thread York Sun
On 08/13/2017 02:35 PM, Simon Glass wrote: > Hi York, > > On 7 August 2017 at 17:16, York Sun wrote: >> SPL supports U-Boot image in FIT format which has data outside of >> FIT structure. This adds support for embedded data for normal FIT >> images. >> >> Signed-off-by: York

Re: [U-Boot] [PATCH v2 4/5] spl: fit: Support both external and embedded data

2017-08-13 Thread Simon Glass
Hi York, On 7 August 2017 at 17:16, York Sun wrote: > SPL supports U-Boot image in FIT format which has data outside of > FIT structure. This adds support for embedded data for normal FIT > images. > > Signed-off-by: York Sun > > --- > > Changes in v2: >

Re: [U-Boot] [PATCH v2 4/5] spl: fit: Support both external and embedded data

2017-08-09 Thread Tom Rini
On Mon, Aug 07, 2017 at 04:16:25PM -0700, York Sun wrote: > SPL supports U-Boot image in FIT format which has data outside of > FIT structure. This adds support for embedded data for normal FIT > images. > > Signed-off-by: York Sun > Reviewed-by: Tom Rini

[U-Boot] [PATCH v2 4/5] spl: fit: Support both external and embedded data

2017-08-07 Thread York Sun
SPL supports U-Boot image in FIT format which has data outside of FIT structure. This adds support for embedded data for normal FIT images. Signed-off-by: York Sun --- Changes in v2: Rebase on top of "SPL: FIT: factor out spl_load_fit_image()" by Andre Przywara