]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
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>
Sat, 23 Jan 2010 14:15:49 +0000 (08:15 -0600)
commit566c9c16fe4e501c3193ae6605bc9c663c6ea706
tree90e278d6dde40bb9cea815a214a4aa8f9b8a92f0
parent62db1c0d79f1fd75961eec81edc8c0a1bc1f09a6
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]