[U-Boot] Help Request - Command parsing, find_cmd (), possible linker script problem

2008-09-20 Thread Graeme Russ
Hi All, So far I have my sc520 board booting into main_loop (), DRAM configured and serial ports working. Now I seem to be stuck on getting commands to execute (even help). Using printf() I have traced my problem into find_cmd (). I added the following into find_cmd() just before the for loop:

Re: [U-Boot] [patch 0/3] Improve stability USB memory sticks for the common OHCI USB layer.

2008-09-20 Thread Remy Bohmer
Hello Stelian, Thanks, and I expect to hear some more positive news ;-))) I'm afraid I have more bad news. Grmbl, Now my weekend is ruined ;- I updated my tree to the latest git. I use the ELDK 4.1 arm compiler. Tested on an AT91SAM9263, with two different USB sticks: U-Boot usb reset

Re: [U-Boot] Help Request - Command parsing, find_cmd (), possible linker script problem

2008-09-20 Thread Jerry Van Baren
Graeme Russ wrote: Hi All, So far I have my sc520 board booting into main_loop (), DRAM configured and serial ports working. Now I seem to be stuck on getting commands to execute (even help). Using printf() I have traced my problem into find_cmd (). I added the following into find_cmd()

Re: [U-Boot] [PATCH 04/11 v1] ARM: OMAP3: Add assembly startup and sys_info common files

2008-09-20 Thread Dirk Behme
Dear Wolfgang, Wolfgang Denk wrote: Dear Dirk Behme, Just Dirk ;) In message [EMAIL PROTECTED] you wrote: Yes, from strict technical point of view you are correct. Cortex A8 is the 'CPU' and OMAP3 is the SoC. But what do we win adding an additional directory layer cpu/arm_cortexa8/omap3?