Support for the MX31ADS evaluation board from Freescale
authorGuennadi Liakhovetski <[lg@denx.de]>
Sun, 30 Mar 2008 10:32:30 +0000 (11:32 +0100)
committerPeter Pearse <peter.pearse@arm.com>
Sun, 30 Mar 2008 10:32:30 +0000 (11:32 +0100)
commit7a837b7310166ae8fc8b8d66d7ef01b60a80f9d6
tree45d63a99c8d1e949238d55f9ff679b3158eab9c2
parentc88ae20580b2b01487b4cdcc8b2a113f551aee36
Support for the MX31ADS evaluation board from Freescale

This patch adds support for the MX31ADS evaluation board from Freescale,
initialization code is copied from RedBoot sources, also provided by Freescale.

Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
MAKEALL
Makefile
board/mx31ads/Makefile [new file with mode: 0644]
board/mx31ads/config.mk [new file with mode: 0644]
board/mx31ads/lowlevel_init.S [new file with mode: 0644]
board/mx31ads/mx31ads.c [new file with mode: 0644]
board/mx31ads/u-boot.lds [new file with mode: 0644]
include/asm-arm/arch-mx31/mx31-regs.h
include/configs/mx31ads.h [new file with mode: 0644]