Re: [U-Boot] [PATCH 1/4] sunxi: Make FEL mode usable again

2015-02-02 Thread Simon Glass
Hi Siarhei, On 1 February 2015 at 16:59, Siarhei Siamashka wrote: > > On Sun, 1 Feb 2015 13:59:41 -0700 > Simon Glass wrote: > > > Hi Siarhei, > > > > On 1 February 2015 at 11:48, Siarhei Siamashka > > wrote: > > > On Sun, 1 Feb 2015 09:28:36 -0700 > > > Simon Glass wrote: > > > > > >> Hi, > >

Re: [U-Boot] [PATCH 1/4] sunxi: Make FEL mode usable again

2015-02-01 Thread Siarhei Siamashka
On Sun, 1 Feb 2015 13:59:41 -0700 Simon Glass wrote: > Hi Siarhei, > > On 1 February 2015 at 11:48, Siarhei Siamashka > wrote: > > On Sun, 1 Feb 2015 09:28:36 -0700 > > Simon Glass wrote: > > > >> Hi, > >> > >> On 30 January 2015 at 04:58, Siarhei Siamashka > >> wrote: > >> > The commit f6309

Re: [U-Boot] [PATCH 1/4] sunxi: Make FEL mode usable again

2015-02-01 Thread Simon Glass
Hi Siarhei, On 1 February 2015 at 11:48, Siarhei Siamashka wrote: > On Sun, 1 Feb 2015 09:28:36 -0700 > Simon Glass wrote: > >> Hi, >> >> On 30 January 2015 at 04:58, Siarhei Siamashka >> wrote: >> > The commit f630974ccb3ce93e9607a3354e9acb266a8b7e95 >> > 'sunxi: Move SPL s_init() code to boar

Re: [U-Boot] [PATCH 1/4] sunxi: Make FEL mode usable again

2015-02-01 Thread Siarhei Siamashka
On Sun, 1 Feb 2015 09:28:36 -0700 Simon Glass wrote: > Hi, > > On 30 January 2015 at 04:58, Siarhei Siamashka > wrote: > > The commit f630974ccb3ce93e9607a3354e9acb266a8b7e95 > > 'sunxi: Move SPL s_init() code to board_init_f()' > > broke the FEL boot mode. > > > > This patch moves the DRAM ini

Re: [U-Boot] [PATCH 1/4] sunxi: Make FEL mode usable again

2015-02-01 Thread Simon Glass
Hi, On 30 January 2015 at 04:58, Siarhei Siamashka wrote: > The commit f630974ccb3ce93e9607a3354e9acb266a8b7e95 > 'sunxi: Move SPL s_init() code to board_init_f()' > broke the FEL boot mode. > > This patch moves the DRAM initialization back to s_init() and > introduces an assembly entry point for

Re: [U-Boot] [PATCH 1/4] sunxi: Make FEL mode usable again

2015-01-30 Thread Siarhei Siamashka
On Fri, 30 Jan 2015 13:58:46 +0200 Siarhei Siamashka wrote: > The commit f630974ccb3ce93e9607a3354e9acb266a8b7e95 > 'sunxi: Move SPL s_init() code to board_init_f()' > broke the FEL boot mode. > > This patch moves the DRAM initialization back to s_init() and > introduces an assembly entry point

[U-Boot] [PATCH 1/4] sunxi: Make FEL mode usable again

2015-01-30 Thread Siarhei Siamashka
The commit f630974ccb3ce93e9607a3354e9acb266a8b7e95 'sunxi: Move SPL s_init() code to board_init_f()' broke the FEL boot mode. This patch moves the DRAM initialization back to s_init() and introduces an assembly entry point for FEL in order to provide guaranteed initialization of the gdata pointer