]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ZOOM2 Add support for debug board detection.
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)
commitde193e8e369f5f029ed3b6e2fc60341098eea766
tree31aa3bdd8990e6f5367370c8261ee09da8634e0f
parent0c872ecd01d6782ae9d37b6eb721404a4a48f356
ZOOM2 Add support for debug board detection.

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 a pdf of the product quick start guide.
The debug board is described here.
http://support.logicpd.com/downloads/1165/

This is a wiki showing the debug board in use
https://omapzoom.org/gf/project/omapzoom/wiki/?pagename=GettingStartedWithZoomII_AKA_OMAP34XII_MDP

The zoom2 has an auxillary board that contains the serial, net, jtag and
battery simulator.  This change supports a runtime check if the debug board is
connected.

Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
board/omap3/zoom2/Makefile
board/omap3/zoom2/debug_board.c [new file with mode: 0644]