]> git.sur5r.net Git - u-boot/commit
Support for the MX31ADS evaluation board from Freescale
authorGuennadi Liakhovetski <lg@denx.de>
Wed, 26 Mar 2008 19:41:24 +0000 (20:41 +0100)
committerGuennadi Liakhovetski <lg@denx.de>
Thu, 10 Apr 2008 09:17:33 +0000 (11:17 +0200)
commitc29178c62d21cac93ce4c1c76df8889555f94368
treeb81bdb27eb8ef2b6bba0cc94cc9163b1984a7b89
parent37500d20f94e53076edcf41019aeeb39af929819
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]