Re: [U-Boot-Users] MPC8360:

Hi,
I am trying to run u-boot on an MPC8360-based board. In the file, start.s under cpu/mpc83xx/, I noticed that it calls cpu_init_f to initialize the CPU. Debugging the code (using a stub written in assembly to glow some LEDs on the board), I noticed that this routine is not executed (because, putting the stub after the call to this routine doesn't glow the LEDs). Do I need to check the stack-pointer setup? Where else could the problem lie? Could someone please help?
Thanks and Regards, Ananth.
------------------------------------------------------ Scopri se hai Vinto un Tv Color LCD! Clicca qui http://click.libero.it/webnation15nov06

ananthsl@libero.it wrote:
Hi,
I am trying to run u-boot on an MPC8360-based board. In the file, start.s under cpu/mpc83xx/, I noticed that it calls cpu_init_f to initialize the CPU. Debugging the code (using a stub written in assembly to glow some LEDs on the board), I noticed that this routine is not executed (because, putting the stub after the call to this routine doesn't glow the LEDs).
cpu_init_f() is definitely called. I think there's a bug in your LED code, or you somehow broke something in start.S.
participants (2)
-
ananthsl@libero.it
-
Timur Tabi