Re: [U-Boot] [PATCH v2] SPL: FIT: Enable SPL_FIT_LOAD in RAM based boot mode

2016-05-19 Thread Michal Simek
On 19.5.2016 21:26, Andreas Dannenberg wrote: > Hi Michael, > > On Thu, May 19, 2016 at 08:33:28PM +0200, Michal Simek wrote: >> Hi Andreas, >> >> 2016-05-19 20:16 GMT+02:00 Andreas Dannenberg : >> >>> Hi Michal, >>> >>> On Thu, May 19, 2016 at 06:38:04PM +0200, Michal Simek wrote: On 19.5.20

Re: [U-Boot] [PATCH v2] SPL: FIT: Enable SPL_FIT_LOAD in RAM based boot mode

2016-05-19 Thread Andreas Dannenberg
Hi Michael, On Thu, May 19, 2016 at 08:33:28PM +0200, Michal Simek wrote: > Hi Andreas, > > 2016-05-19 20:16 GMT+02:00 Andreas Dannenberg : > > > Hi Michal, > > > > On Thu, May 19, 2016 at 06:38:04PM +0200, Michal Simek wrote: > > > On 19.5.2016 18:15, Andreas Dannenberg wrote: > > > > On Tue, M

Re: [U-Boot] [PATCH v2] SPL: FIT: Enable SPL_FIT_LOAD in RAM based boot mode

2016-05-19 Thread Michal Simek
Hi Andreas, 2016-05-19 20:16 GMT+02:00 Andreas Dannenberg : > Hi Michal, > > On Thu, May 19, 2016 at 06:38:04PM +0200, Michal Simek wrote: > > On 19.5.2016 18:15, Andreas Dannenberg wrote: > > > On Tue, May 17, 2016 at 07:00:24PM +0200, Michal Simek wrote: > > >> Support loading FIT in SPL for RA

Re: [U-Boot] [PATCH v2] SPL: FIT: Enable SPL_FIT_LOAD in RAM based boot mode

2016-05-19 Thread Andreas Dannenberg
Hi Michal, On Thu, May 19, 2016 at 06:38:04PM +0200, Michal Simek wrote: > On 19.5.2016 18:15, Andreas Dannenberg wrote: > > On Tue, May 17, 2016 at 07:00:24PM +0200, Michal Simek wrote: > >> Support loading FIT in SPL for RAM bootmode. > >> CONFIG_SPL_LOAD_FIT_ADRESS points to address where FIT i

Re: [U-Boot] [PATCH v2] SPL: FIT: Enable SPL_FIT_LOAD in RAM based boot mode

2016-05-19 Thread Michal Simek
On 19.5.2016 18:15, Andreas Dannenberg wrote: > On Tue, May 17, 2016 at 07:00:24PM +0200, Michal Simek wrote: >> Support loading FIT in SPL for RAM bootmode. >> CONFIG_SPL_LOAD_FIT_ADRESS points to address where FIT image is stored >> in memory. >> >> Signed-off-by: Michal Simek >> Reviewed-by: Si

Re: [U-Boot] [PATCH v2] SPL: FIT: Enable SPL_FIT_LOAD in RAM based boot mode

2016-05-19 Thread Andreas Dannenberg
On Tue, May 17, 2016 at 07:00:24PM +0200, Michal Simek wrote: > Support loading FIT in SPL for RAM bootmode. > CONFIG_SPL_LOAD_FIT_ADRESS points to address where FIT image is stored > in memory. > > Signed-off-by: Michal Simek > Reviewed-by: Simon Glass > --- Reviewed-by: Andreas Dannenberg

Re: [U-Boot] [PATCH v2] SPL: FIT: Enable SPL_FIT_LOAD in RAM based boot mode

2016-05-18 Thread Lokesh Vutla
On 5/18/2016 8:52 PM, Michal Simek wrote: On 18.5.2016 17:12, Lokesh Vutla wrote: On 5/17/2016 10:30 PM, Michal Simek wrote: Support loading FIT in SPL for RAM bootmode. CONFIG_SPL_LOAD_FIT_ADRESS points to address where FIT image is stored in memory. Signed-off-by: Michal Simek Reviewed-

Re: [U-Boot] [PATCH v2] SPL: FIT: Enable SPL_FIT_LOAD in RAM based boot mode

2016-05-18 Thread Lokesh Vutla
On 5/17/2016 10:30 PM, Michal Simek wrote: Support loading FIT in SPL for RAM bootmode. CONFIG_SPL_LOAD_FIT_ADRESS points to address where FIT image is stored in memory. Signed-off-by: Michal Simek Reviewed-by: Simon Glass --- Changes in v2: - Fix empty line - Fix addr name and remove SPL_L

Re: [U-Boot] [PATCH v2] SPL: FIT: Enable SPL_FIT_LOAD in RAM based boot mode

2016-05-18 Thread Michal Simek
On 18.5.2016 17:12, Lokesh Vutla wrote: > > > On 5/17/2016 10:30 PM, Michal Simek wrote: >> Support loading FIT in SPL for RAM bootmode. >> CONFIG_SPL_LOAD_FIT_ADRESS points to address where FIT image is stored >> in memory. >> >> Signed-off-by: Michal Simek >> Reviewed-by: Simon Glass >> --- >

[U-Boot] [PATCH v2] SPL: FIT: Enable SPL_FIT_LOAD in RAM based boot mode

2016-05-17 Thread Michal Simek
Support loading FIT in SPL for RAM bootmode. CONFIG_SPL_LOAD_FIT_ADRESS points to address where FIT image is stored in memory. Signed-off-by: Michal Simek Reviewed-by: Simon Glass --- Changes in v2: - Fix empty line - Fix addr name and remove SPL_LOAD_FIT macro common/spl/spl.c | 45 +