Re: [U-Boot] [PATCH 1/9] arm: Add warnings about using gdata

2014-12-30 Thread Simon Glass
Hi Igor, On 30 December 2014 at 00:39, Igor Grinberg wrote: > Hi Simon, > > On 12/29/14 18:24, Simon Glass wrote: >> Hi Igor, >> >> On 23 December 2014 at 23:53, Igor Grinberg wrote: >>> Hi Simon, >>> >>> On 12/23/14 21:04, Simon Glass wrote: We need to get rid of this SPL-specific setting

Re: [U-Boot] [PATCH 1/9] arm: Add warnings about using gdata

2014-12-29 Thread Igor Grinberg
Hi Simon, On 12/29/14 18:24, Simon Glass wrote: > Hi Igor, > > On 23 December 2014 at 23:53, Igor Grinberg wrote: >> Hi Simon, >> >> On 12/23/14 21:04, Simon Glass wrote: >>> We need to get rid of this SPL-specific setting of the global_data pointer. >>> It is already set up in start.S immediate

Re: [U-Boot] [PATCH 1/9] arm: Add warnings about using gdata

2014-12-29 Thread Simon Glass
Hi Igor, On 23 December 2014 at 23:53, Igor Grinberg wrote: > Hi Simon, > > On 12/23/14 21:04, Simon Glass wrote: >> We need to get rid of this SPL-specific setting of the global_data pointer. >> It is already set up in start.S immediately before board_init_f() is called, >> and there may be info

Re: [U-Boot] [PATCH 1/9] arm: Add warnings about using gdata

2014-12-23 Thread Igor Grinberg
Hi Simon, On 12/23/14 21:04, Simon Glass wrote: > We need to get rid of this SPL-specific setting of the global_data pointer. > It is already set up in start.S immediately before board_init_f() is called, > and there may be information there that is needed (e.g. pre-reloc malloc > info). > > Sign

[U-Boot] [PATCH 1/9] arm: Add warnings about using gdata

2014-12-23 Thread Simon Glass
We need to get rid of this SPL-specific setting of the global_data pointer. It is already set up in start.S immediately before board_init_f() is called, and there may be information there that is needed (e.g. pre-reloc malloc info). Signed-off-by: Simon Glass --- arch/arm/lib/spl.c | 7 ++-