]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Add initial support for Matrix Vision mvSMR board based on MPC5200B.
authorAndre Schwarz <andre.schwarz@matrix-vision.de>
Thu, 1 Apr 2010 19:26:55 +0000 (21:26 +0200)
committerWolfgang Denk <wd@denx.de>
Fri, 9 Apr 2010 22:06:05 +0000 (00:06 +0200)
commit1f2463d7642c582339c9f9d96471d5d2a169b9bb
tree5ff446160f2be2e3dbdae14b6ae29dbe6347dd90
parent9acd4f0e914913796e4e56f550726d216f7b16e5
Add initial support for Matrix Vision mvSMR board based on MPC5200B.

Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
14 files changed:
CREDITS
MAINTAINERS
MAKEALL
Makefile
board/matrix_vision/mvsmr/Makefile [new file with mode: 0644]
board/matrix_vision/mvsmr/bootscript [new file with mode: 0644]
board/matrix_vision/mvsmr/config.mk [new file with mode: 0644]
board/matrix_vision/mvsmr/fpga.c [new file with mode: 0644]
board/matrix_vision/mvsmr/fpga.h [new file with mode: 0644]
board/matrix_vision/mvsmr/mvsmr.c [new file with mode: 0644]
board/matrix_vision/mvsmr/mvsmr.h [new file with mode: 0644]
board/matrix_vision/mvsmr/u-boot.lds [new file with mode: 0644]
doc/README.mvsmr [new file with mode: 0644]
include/configs/MVSMR.h [new file with mode: 0644]