Re: [U-Boot] hang: ARM64/Relocating u-boot from u-boot

2015-07-10 Thread Albert ARIBAUD
Hello Wolfgang, On Thu, 09 Jul 2015 22:38:48 +0200, Wolfgang Denk wrote: > Dear Albert, > > In message <20150708084625.5a18e9a5@lilith> you wrote: > > > > > http://www.denx.de/wiki/view/DULG/CanUBootBeConfiguredSuchThatItCanBeStartedInRAM > > > > If I may, this FAQ is slightly outdated, in tha

Re: [U-Boot] hang: ARM64/Relocating u-boot from u-boot

2015-07-09 Thread Wolfgang Denk
Dear Jagan, In message you wrote: > > On that note, I have tried the same by loading u-boot on external-RAM with > TEXT_BASE and it ran very feasibly. the design is like the SOC has ROM with > first stage bootloader and second stage is u-boot and external-RAM got > initialized > in first stage b

Re: [U-Boot] hang: ARM64/Relocating u-boot from u-boot

2015-07-09 Thread Wolfgang Denk
Dear Albert, In message <20150708084625.5a18e9a5@lilith> you wrote: > > > http://www.denx.de/wiki/view/DULG/CanUBootBeConfiguredSuchThatItCanBeStartedInRAM > > If I may, this FAQ is slightly outdated, in that chainloading U-Boot is > not only possible but actually made possible by design, at lea

Re: [U-Boot] hang: ARM64/Relocating u-boot from u-boot

2015-07-09 Thread Jagan Teki
On 8 July 2015 at 12:16, Albert ARIBAUD wrote: > Hello Wolfgang, > > On Wed, 08 Jul 2015 00:36:52 +0200, Wolfgang Denk wrote: >> Dear Jagan, >> >> In message >> you >> wrote: >> > >> > I'm running u-boot from u-boot prompt, just like a standalone >> > application with CONFIG_SYS_TEXT_BASE addr

Re: [U-Boot] hang: ARM64/Relocating u-boot from u-boot

2015-07-07 Thread Albert ARIBAUD
Hello Wolfgang, On Wed, 08 Jul 2015 00:36:52 +0200, Wolfgang Denk wrote: > Dear Jagan, > > In message > you > wrote: > > > > I'm running u-boot from u-boot prompt, just like a standalone > > application with CONFIG_SYS_TEXT_BASE address. > ... (note: the board here identifies itself as "ARM

Re: [U-Boot] hang: ARM64/Relocating u-boot from u-boot

2015-07-07 Thread Wolfgang Denk
Dear Jagan, In message you wrote: > > I'm running u-boot from u-boot prompt, just like a standalone > application with CONFIG_SYS_TEXT_BASE address. ... > Has any one tried the same before, please let me know for any inputs? Actually this is even a FAQ: http://www.denx.de/wiki/view/DULG/CanUB

[U-Boot] hang: ARM64/Relocating u-boot from u-boot

2015-07-07 Thread Jagan Teki
Hi All, I'm running u-boot from u-boot prompt, just like a standalone application with CONFIG_SYS_TEXT_BASE address. Cache were turned off #define CONFIG_SYS_DCACHE_OFF #define CONFIG_SYS_ICACHE_OFF Log: u-boot# tftp 0x0 u-boot.bin u-boot# go 0x0 ## Starting application at 0x ... U-Boo