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

2017-12-04 Thread York Sun
> On Dec 4, 2017, at 21:02, Peng Fan wrote: > >> On Tue, Nov 28, 2017 at 05:14:58PM +, York Sun wrote: >>> 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

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

2017-12-04 Thread Peng Fan
On Tue, Nov 28, 2017 at 05:14:58PM +, York Sun wrote: >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. >> >>

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

2017-11-28 Thread Tomas Melin
On 11/28/2017 05:19 AM, 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 > Signed-off-by: Peng Fan

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

2017-11-28 Thread York Sun
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 > Signed-off-by: Peng Fan

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

2017-11-27 Thread Simon Glass
On 27 November 2017 at 20:19, 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 >

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

2017-11-27 Thread Peng Fan
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 Signed-off-by: Peng Fan Cc: Simon Glass Cc: