]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Support for the MX31ADS evaluation board from Freescale
authorGuennadi Liakhovetski <lg@denx.de>
Mon, 14 Apr 2008 08:53:12 +0000 (10:53 +0200)
committerWolfgang Denk <wd@denx.de>
Fri, 18 Apr 2008 17:05:14 +0000 (10:05 -0700)
commitb5dc9b304d289831f291843ff88a45cbdf1a6290
tree063c13280555e9da0b7d2b86781ddb14281f725f
parent5e3dca577b7c1bf58bd2b48449b18b7e7dcd8e04
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]