Hi all,
I am trying to know which files in x-loader starts working and in which sequence.
I am using gingerbread. I came to know first file is start.s in x-loader/lib. Now my question is, there is a directory 'x-loader/board/omap3evm/omap3evm.c' in which one function s_init () calls all the pin multiplexing functions as set _mux_conf_regs() and other initialisations of which i am not very sure right now.
this function s_init () is called from platform.s. I want to know if there is any way to confirm that s_init () is called or not from platform.s file . I am trying to print the changed mux configurations in u-boot but this print not working and it hangs.
The reason to confirm this is to know if my gpio_129 mux is configured or not. Currently its not working.