FileName:
board/omap/board-beagle.c
Beagle Board from Texas Instruments as described here: http://www.beagleboard.org
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:
- boot time initialization - do basics required to get SDRAM working. This is run from SRAM - so no case constructs and global vars can be used.
- run time initialization - this is for the rest of the initializations such as flash, uart etc.
Boot time initialization includes:
- SDRAM initialization.
- Pin Muxing relevant for Beagle.
Run time initialization includes
Originally from
board/omap/board-sdp343x.c