This board is based on OMAP3530. More on OMAP3530 (including documentation can be found here): http://focus.ti.com/docs/prod/folders/print/omap3530.html
This file provides initialization in two stages:
Functions | |
| void | board_init (void) |
| void board_init | ( | void | ) |
The basic entry point for board initialization.
Generic Board initialization called from platform.S.
This is called as part of machine init (after arch init). This is again called with stack in SRAM, so not too many constructs possible here.
1.5.6