diff options
author | Steve Sakoman <steve@sakoman.com> | 2010-06-11 20:35:26 -0700 |
---|---|---|
committer | Sandeep Paulraj <s-paulraj@ti.com> | 2010-07-05 20:00:22 -0400 |
commit | c57cca255ce403fdfe77e7b040b578a29514da0b (patch) | |
tree | 092742762cdd906cd823436a47b487e4894c85d8 /boards.cfg | |
parent | 3e76d62a664bb258f686be7f4517e19badfefea5 (diff) | |
download | u-boot-imx-c57cca255ce403fdfe77e7b040b578a29514da0b.zip u-boot-imx-c57cca255ce403fdfe77e7b040b578a29514da0b.tar.gz u-boot-imx-c57cca255ce403fdfe77e7b040b578a29514da0b.tar.bz2 |
ARMV7: Add support for TI OMAP4 Panda
OMAP4 Panda is a reference board based on OMAP4430, an ARMV7 Cortex A9 CPU
This patch adds basic support for booting the board. It includes i2c and mmc
support. It assumes U-boot is loaded to SDRAM with the help of another small
bootloader (x-load) running from SRAM. U-boot currently relies on x-load for
clock, mux, and SDRAM initialization
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
Diffstat (limited to 'boards.cfg')
-rw-r--r-- | boards.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -262,6 +262,7 @@ omap3_zoom2 arm armv7 zoom2 logicpd omap3 omap3_beagle arm armv7 beagle ti omap3 omap3_evm arm armv7 evm ti omap3 omap3_sdp3430 arm armv7 sdp3430 ti omap3 +omap4_panda arm armv7 panda ti omap4 omap4_sdp4430 arm armv7 sdp4430 ti omap4 am3517_evm arm armv7 am3517evm logicpd omap3 devkit8000 arm armv7 devkit8000 timll omap3 |