]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
s5pc1xx: add support SMDKC100 board
authorMinkyu Kang <mk7.kang@samsung.com>
Thu, 1 Oct 2009 08:20:40 +0000 (17:20 +0900)
committerMinkyu Kang <mk7.kang@samsung.com>
Fri, 9 Oct 2009 01:53:23 +0000 (10:53 +0900)
commitc0a1dfdec293576b5727d7568bf423e60042f878
tree3676ab4efab02f88ee02a04735d6481c7ff07387
parent7074635021a8a2d8dbf1d0955844819f0ec7c192
s5pc1xx: add support SMDKC100 board

Adds new board SMDKC100 that uses s5pc100 SoC

Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
Signed-off-by: HeungJun, Kim <riverful.kim@samsung.com>
MAINTAINERS
MAKEALL
Makefile
board/samsung/smdkc100/Makefile [new file with mode: 0644]
board/samsung/smdkc100/config.mk [new file with mode: 0644]
board/samsung/smdkc100/lowlevel_init.S [new file with mode: 0644]
board/samsung/smdkc100/mem_setup.S [new file with mode: 0644]
board/samsung/smdkc100/onenand.c [new file with mode: 0644]
board/samsung/smdkc100/smdkc100.c [new file with mode: 0644]
doc/README.s5pc1xx [new file with mode: 0644]
include/configs/smdkc100.h [new file with mode: 0644]