]> git.ipfire.org Git - people/ms/u-boot.git/commit - Makefile
ARM: Add support for S3C6400 based SMDK6400 board
authorGuennadi Liakhovetski <lg@denx.de>
Sat, 30 Aug 2008 22:39:47 +0000 (00:39 +0200)
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Sat, 30 Aug 2008 22:39:47 +0000 (00:39 +0200)
commit11edcfe260f20dcea79284a3e95270989d433854
tree514b5dfdfbaad4e032a60885c21010fe5c6b80d6
parente0056b341069796eaea11eae0fc8eb93a3dceaac
ARM: Add support for S3C6400 based SMDK6400 board

SMDK6400 can only boot U-Boot from NAND-flash. This patch adds a nand_spl
driver for it too. The board can also boot from the NOR flash, but due to
hardware limitations it can only address 64KiB on it, which is not enough
for U-Boot. Based on the original sources by Samsung for U-Boot 1.1.6.

Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
12 files changed:
MAINTAINERS
MAKEALL
Makefile
board/samsung/smdk6400/Makefile [new file with mode: 0644]
board/samsung/smdk6400/config.mk [new file with mode: 0644]
board/samsung/smdk6400/lowlevel_init.S [new file with mode: 0644]
board/samsung/smdk6400/smdk6400.c [new file with mode: 0644]
board/samsung/smdk6400/u-boot-nand.lds [new file with mode: 0644]
include/configs/smdk6400.h [new file with mode: 0644]
nand_spl/board/samsung/smdk6400/Makefile [new file with mode: 0644]
nand_spl/board/samsung/smdk6400/config.mk [new file with mode: 0644]
nand_spl/board/samsung/smdk6400/u-boot.lds [new file with mode: 0644]