]> 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)
committerTom Rix <Tom.Rix@windriver.com>
Wed, 14 Oct 2009 02:13:55 +0000 (21:13 -0500)
commit8bc4ee9e8213abe4031ea1720aa02fa98d4402ad
tree872b17c47c35ae22906ec8bfef45ed23d1904117
parentdd2c9e6a3b67c8ff56694e515e6e3c7baddd8f52
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]