SPEAr : Support added for SPEAr600 board
authorVipin KUMAR <vipin.kumar@st.com>
Fri, 15 Jan 2010 13:45:48 +0000 (19:15 +0530)
committerTom Rix <Tom.Rix@windriver.com>
Thu, 21 Jan 2010 19:35:17 +0000 (13:35 -0600)
commitf68d0678c878b33fe690e8bcfc9f88b67d870e39
tree395461e8b60bbd6c223b194d29f305f7208e8898
parent2f11000558ce1d73ff56f083c08b78fe29cb3e41
SPEAr : Support added for SPEAr600 board

SPEAr600 SoC support contains basic spear600 support along with the
usage of following drivers
- serial driver(UART)
- i2c driver
- smi driver
- nand driver(FSMC)
- usbd driver

Signed-off-by: Vipin <vipin.kumar@st.com>
12 files changed:
MAKEALL
Makefile
board/spear/common/Makefile [new file with mode: 0644]
board/spear/common/spr_lowlevel_init.S [new file with mode: 0755]
board/spear/common/spr_misc.c [new file with mode: 0755]
board/spear/spear600/Makefile [new file with mode: 0755]
board/spear/spear600/config.mk [new file with mode: 0755]
board/spear/spear600/spear600.c [new file with mode: 0755]
include/asm-arm/arch-spear/spr_defs.h [new file with mode: 0644]
include/asm-arm/arch-spear/spr_xloader_table.h [new file with mode: 0755]
include/configs/spear-common.h [new file with mode: 0644]
include/configs/spear6xx.h [new file with mode: 0755]