[U-Boot] [PATCH v4] OMAP3: add CM-T35 board

Paulraj, Sandeep s-paulraj at ti.com
Sun Nov 15 19:58:08 CET 2009


> 
> Add CM-T35 board support
> 
> Signed-off-by: Mike Rapoport <mike at compulab.co.il>
> 
> --
> v2 changes:
> - rename board config file from omap3_cm-t35.h to cm-t35.h
> - remove SZ_xx references
> - add MAKEALL/MAINTEINERS entries
> 
> v3 changes:
> - fix whitespace and indentation
> - remove eth_init from board_eth_init
> - add CM-T35 entry to doc/README.omap3
> - fixed board name in MAINTAINERS
> 
> v4 changes:
> - rebased agains u-boot-ti/next branch
> 
> ---
>  MAINTAINERS              |    4 +
>  MAKEALL                  |    1 +
>  Makefile                 |    2 +
>  board/cm-t35/Makefile    |   47 +++++++
>  board/cm-t35/cm-t35.c    |  190 +++++++++++++++++++++++++++++
>  board/cm-t35/cm-t35.h    |  173 ++++++++++++++++++++++++++
>  board/cm-t35/config.mk   |   30 +++++
>  doc/README.omap3         |   16 ++-
>  include/configs/cm-t35.h |  299
> ++++++++++++++++++++++++++++++++++++++++++++++
>  9 files changed, 760 insertions(+), 2 deletions(-)
>  create mode 100644 board/cm-t35/Makefile
>  create mode 100644 board/cm-t35/cm-t35.c
>  create mode 100644 board/cm-t35/cm-t35.h
>  create mode 100644 board/cm-t35/config.mk
>  create mode 100644 include/configs/cm-t35.h

Tom,

Looks like all outstanding comments have been addressed.
If its OK with you I'm going to do 2 things

1) merge my next with my master because the next branch has the OMAP3 DDR patches which created some issue before.
2) apply this patch to my master after the merge because it was made against the u-boot-ti/next branch.

Sandeep



More information about the U-Boot mailing list