Re: [U-Boot] OMAP3: relocation and bss usage (timer, gpmc, ...)

2010-12-02 Thread zfsdk
Maybe in init sequens asm func, i used turn on led to check which func faild. -- View this message in context: http://old.nabble.com/-U-Boot--OMAP3%3A-relocation-and-bss-usage-%28timer%2C-gpmc%2C-...%29-tp30341173p30358424.html Sent from the Uboot - Users mailing list archive at Nabble.com.

Re: [U-Boot] OMAP3: relocation and bss usage (timer, gpmc, ...)

2010-12-02 Thread Alexander Holler
Am 02.12.2010 14:33, schrieb zfsdk: Maybe in init sequens asm func, i used turn on led to check which func faild. Using a LED for debugging is time consuming. And you won't see which code still uses BSS before relocation as such code does not have to fail (it still might work). I prefer

[U-Boot] OMAP3: relocation and bss usage (timer, gpmc, ...)

2010-11-30 Thread Alexander Holler
Hello, browsing through some code searching for a reason why an u-boot compiled with gcc 4.5.1 fails to boot on a beagleboard, I've come through another place where bss is used before relocation: gpmc_init (gpmc_cfg) in arch/arm/cpu/armv7/omap3/mem.c. I haven't fixed it up to now, but I want

Re: [U-Boot] OMAP3: relocation and bss usage (timer, gpmc, ...)

2010-11-30 Thread Premi, Sanjeev
-Original Message- From: u-boot-boun...@lists.denx.de [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Alexander Holler Sent: Tuesday, November 30, 2010 9:59 PM To: u-boot@lists.denx.de Subject: [U-Boot] OMAP3: relocation and bss usage (timer, gpmc, ...) Hello, browsing

Re: [U-Boot] OMAP3: relocation and bss usage (timer, gpmc, ...)

2010-11-30 Thread Alexander Holler
Hello, Am 30.11.2010 19:21, schrieb Premi, Sanjeev: For omap3evm - I was getting multiple errors during compilation. Most for undefined symbols - which existed in the compiled objects but, I suspect, not in right sequence. Haven't still been able to look back at these errors; still