Re: [U-Boot] QSPI XIP boot on am437x

2015-11-16 Thread Vignesh R
Hi Albert, On 11/16/2015 05:16 PM, Albert ARIBAUD wrote: > Hello Vignesh, > [...] Do you see any issues with above change? >>> >>> (1) So your s_init runs even before board_init_f_mem(), right? >>> >>> Your working fix seems to imply that as long as s_init() is run after >>> board_ini

Re: [U-Boot] QSPI XIP boot on am437x

2015-11-12 Thread Albert ARIBAUD
Hello Vignesh, On Fri, 13 Nov 2015 11:22:19 +0530, Vignesh R wrote: > Hi, > > On 11/11/2015 02:33 PM, Albert ARIBAUD wrote: > > [...] > > > Alternatively, you could test the patch at > > > > http://patchwork.ozlabs.org/patch/542558/ > > > > Let us know if this solves your issue. If it do

Re: [U-Boot] QSPI XIP boot on am437x

2015-11-11 Thread Albert ARIBAUD
Hello Albert, On Wed, 11 Nov 2015 08:15:31 +0100, Albert ARIBAUD wrote: > Hello Vignesh, > > On Wed, 11 Nov 2015 11:42:55 +0530, R, Vignesh wrote: > > Hi Albert, > > > > Thanks for the response! > > > > On 11/10/2015 5:44 PM, Albert ARIBAUD wrote: > > > Hello Vignesh, > > > > > > On Tue, 10

Re: [U-Boot] QSPI XIP boot on am437x

2015-11-10 Thread Albert ARIBAUD
Hello Vignesh, On Wed, 11 Nov 2015 11:42:55 +0530, R, Vignesh wrote: > Hi Albert, > > Thanks for the response! > > On 11/10/2015 5:44 PM, Albert ARIBAUD wrote: > > Hello Vignesh, > > > > On Tue, 10 Nov 2015 14:29:54 +0530, Vignesh R wrote: > >> Hi, > >> > >> With commit 7ae8350f67eea("ti: arm

Re: [U-Boot] QSPI XIP boot on am437x

2015-11-10 Thread R, Vignesh
Hi Albert, Thanks for the response! On 11/10/2015 5:44 PM, Albert ARIBAUD wrote: > Hello Vignesh, > > On Tue, 10 Nov 2015 14:29:54 +0530, Vignesh R wrote: >> Hi, >> >> With commit 7ae8350f67eea("ti: armv7: Move SPL SDRAM init to the right >> place, drop unused CONFIG_SPL_STACK") QSPI XIP boot a

Re: [U-Boot] QSPI XIP boot on am437x

2015-11-10 Thread Albert ARIBAUD
Hello Vignesh, On Tue, 10 Nov 2015 14:29:54 +0530, Vignesh R wrote: > Hi, > > With commit 7ae8350f67eea("ti: armv7: Move SPL SDRAM init to the right > place, drop unused CONFIG_SPL_STACK") QSPI XIP boot appears to be broken > on AM437x SK EVM. > > Following UART initialization code (as indicate

[U-Boot] QSPI XIP boot on am437x

2015-11-10 Thread Vignesh R
Hi, With commit 7ae8350f67eea("ti: armv7: Move SPL SDRAM init to the right place, drop unused CONFIG_SPL_STACK") QSPI XIP boot appears to be broken on AM437x SK EVM. Following UART initialization code (as indicated by TODO) causes the XIP boot failure. In arch/arm/cpu/armv7/am33xx/board.c: @@ -