[U-Boot] [PATCH 1/8] ZOOM2 Add initial support for Zoom2

Dirk Behme dirk.behme at googlemail.com
Sat Apr 4 10:27:34 CEST 2009


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 <Tom.Rix at windriver.com>
> ---
>  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


More information about the U-Boot mailing list