Tool/software: Linux
Hi ,
I am trying to understand the code flow of both SPL and u-boot.
I am using ti-processor-sdk-linux-am57xx-evm-04.02.00.09.
Please help me in understanding the code flow of SPL as well as U-boot.
In case of earlier GLSDK u-boot code flow:
s_init->board_init_f-()>board_init_r()
s_init() is called from lowlevel_init.S
arch/arm/lib/spl.c board_init_f() called common/spl/spl.c of board_init_r
But the same flow i am not finding in my current PSDK U-boot.
Regards,
Biswajit