]> git.karo-electronics.de Git - karo-tx-uboot.git/commit
ARM: Add X600 board support (SPEAr600 based)
authorStefan Roese <sr@denx.de>
Wed, 30 May 2012 22:59:08 +0000 (22:59 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Thu, 4 Oct 2012 08:18:32 +0000 (10:18 +0200)
commit995b72ddda77ffa471930fdc1c3e587d5a6b4aa8
tree00b2a6b056e6c570a9d9559e6aa90ee2265f46b5
parent386c6cb10d644cf51d764223fe2fcaaae4ac2b75
ARM: Add X600 board support (SPEAr600 based)

This patch adds support for the X600 SPEAr600 based board. Its also
the first SPEAr600 board that uses the newly introduced SPEAr600
SPL support. Xloader is not necessary any more. By using the new
"u-boot.spr" make target, one image will generated containing both,
U-Boot SPL (with mkimage header as needed by the SPEAr BootROM, and
the main U-Boot with mkimage header.

Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Amit Virdi <amit.virdi@st.com>
Cc: Vipin Kumar <vipin.kumar@st.com>
MAINTAINERS
board/spear/x600/Makefile [new file with mode: 0644]
board/spear/x600/fpga.c [new file with mode: 0644]
board/spear/x600/fpga.h [new file with mode: 0644]
board/spear/x600/x600.c [new file with mode: 0644]
boards.cfg
include/configs/x600.h [new file with mode: 0644]