]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ZOOM2 Add initial support for Zoom2
authorTom Rix <Tom.Rix@windriver.com>
Fri, 15 May 2009 21:48:36 +0000 (23:48 +0200)
committerWolfgang Denk <wd@denx.de>
Fri, 12 Jun 2009 18:39:50 +0000 (20:39 +0200)
commit376aee78dd66ae0dc4ce496cbe93ecc80aaad48e
treeced869a84b030e02160de88bfd589417398a97d9
parent53925acf1b5c1a1e6230cda2697640cd05bd1104
ZOOM2 Add initial support for Zoom2

Zoom2 is a new board from Texas Instruments and LogicPD

The logicpd web site is a good source for general information on this board.
Please start looking here if the below links are broken.
http://www.logicpd.com

This is a pdf of the product
http://www.logicpd.com/sites/default/files/1012659A_Zoom_OMAP34x-II_MDP_Brief.pdf
This is the product description web page
http://www.logicpd.com/products/development-kits/texas-instruments-zoom%E2%84%A2-omap34x-ii-mdp

This patch provides a zoom2 base target by copying zoom1 and by making some
obvious changes.

To configure, run
make omap3_zoom2_config

Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
MAINTAINERS
MAKEALL
Makefile
board/omap3/common/Makefile
board/omap3/zoom2/Makefile [new file with mode: 0644]
board/omap3/zoom2/config.mk [new file with mode: 0644]
board/omap3/zoom2/zoom2.c [new file with mode: 0644]
board/omap3/zoom2/zoom2.h [new file with mode: 0644]
doc/README.omap3
include/configs/omap3_zoom2.h [new file with mode: 0644]