From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dirk Behme Date: Sat, 04 Apr 2009 10:27:34 +0200 Subject: [U-Boot] [PATCH 1/8] ZOOM2 Add initial support for Zoom2 In-Reply-To: <1238641341-26714-1-git-send-email-Tom.Rix@windriver.com> References: <1238641341-26714-1-git-send-email-Tom.Rix@windriver.com> Message-ID: <49D719F6.7040208@googlemail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Tom, Tom Rix wrote: > Zoom2 is a new board from Texas Instruments and LogicPD > This is the product description > 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. This target compiles but does not yet run. > > To configure, run > make omap3_zoom2_config > > Signed-off-by: Tom Rix > --- > MAINTAINERS | 4 + > MAKEALL | 1 + > Makefile | 3 + > board/omap3/common/Makefile | 1 + > board/omap3/zoom2/Makefile | 49 +++++++ > board/omap3/zoom2/config.mk | 33 +++++ > board/omap3/zoom2/u-boot.lds | 63 +++++++++ > board/omap3/zoom2/zoom2.c | 79 +++++++++++ > board/omap3/zoom2/zoom2.h | 134 ++++++++++++++++++ > include/configs/omap3_zoom2.h | 311 +++++++++++++++++++++++++++++++++++++++++ I'm not sure if I overlooked it in one of the other patches, but if not: Do you like to update doc/README.omap3 too? Best regards Dirk