Hi Sinan,
Thanks for point me to config file, yes after tweaking config file I could able to avoid the infinite_debug_loop.
Then somewhere down the line, it was not able to access the stack set-up under init_ram, in my case its at oxffd0_0000, which I mapped to L2SRAM via config file then all function call were fine.
Now I got stuck at function "cpu_init_early_f ", basically control is not coming out of this function, because LR is re-loading with wrong value at the end of this routine, but while entering the routine the LR was right. so to skip I forced the LR to "cpu_init_early_f + 0x04" . but after reaching here target is getting freezed.
I made use of buildroot to set-up cross-compiler and finaly I have
"powerpc-unkown-linux-uclibcspe-gcc-4.5.3"
please suggest is it must to use compiler with "EABI" extention as its SPE for me now
Thanks,
Venkat