]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
s5pc1xx: Add support for Samsung Goni board
authorMinkyu Kang <mk7.kang@samsung.com>
Mon, 31 May 2010 13:02:42 +0000 (22:02 +0900)
committerMinkyu Kang <mk7.kang@samsung.com>
Wed, 2 Jun 2010 23:48:34 +0000 (08:48 +0900)
commit72b81d399f92a4aa2843f395a9dabfe0961f8d38
tree1b12564e130804ed7146822d55bcffff635d2c77
parentdb3ff917e3a12dd4d46fd5a88ae9593f05182be4
s5pc1xx: Add support for Samsung Goni board

This patch adds support for the Samsung Goni board (S5PC110 SoC)

Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
MAINTAINERS
MAKEALL
Makefile
board/samsung/goni/Makefile [new file with mode: 0644]
board/samsung/goni/config.mk [new file with mode: 0644]
board/samsung/goni/goni.c [new file with mode: 0644]
board/samsung/goni/lowlevel_init.S [new file with mode: 0644]
board/samsung/goni/mem_setup.S [new file with mode: 0644]
board/samsung/goni/onenand.c [new file with mode: 0644]
include/configs/s5p_goni.h [new file with mode: 0644]