Hi,
what I could find in u-boot's code is something like this
| /* Initialize the jump table for applications */ |
jumptable_init();
in the arch\powerpc\lib\board.c file.
When you start a standalone application in u-boot it's just jumping to a particular address,
I'm thinking that if you know that address you can just add a breakpoint there, the debugger will
stop and then you can execute step-by-step.
regards,
Catalin