[U-Boot] [PATCH v3] OMAP3: mvblx: Initial support for mvBlueLYNX-X

Wolfgang Denk wd at denx.de
Fri Oct 7 00:06:56 CEST 2011


Dear Michael Jones,

In message <1312465577-20517-1-git-send-email-michael.jones at matrix-vision.de> you wrote:
> Add support for the MATRIX VISION mvBlueLYNX-X, an OMAP3-based
> intelligent camera.
> 
> Signed-off-by: Michael Jones <michael.jones at matrix-vision.de>
> ---
> Changes for v3:
>   - Use CONFIG_MACH_TYPE to set gd->bd->bi_arch_number
> 
> Changes for v2:
>   - None. Resubmitting to include custodian in cc:
> 
>  MAINTAINERS                            |    4 +
>  MAKEALL                                |    1 +
>  board/matrix_vision/mvblx/Makefile     |   53 +++++
>  board/matrix_vision/mvblx/config.mk    |   33 +++
>  board/matrix_vision/mvblx/fpga.c       |  222 ++++++++++++++++++
>  board/matrix_vision/mvblx/fpga.h       |   32 +++
>  board/matrix_vision/mvblx/mvblx.c      |  169 ++++++++++++++
>  board/matrix_vision/mvblx/mvblx.h      |  362 +++++++++++++++++++++++++++++
>  board/matrix_vision/mvblx/sys_eeprom.c |  395 ++++++++++++++++++++++++++++++++
>  boards.cfg                             |    1 +
>  doc/README.omap3                       |    5 +
>  include/configs/omap3_mvblx.h          |  313 +++++++++++++++++++++++++
>  12 files changed, 1590 insertions(+), 0 deletions(-)
>  create mode 100644 board/matrix_vision/mvblx/Makefile
>  create mode 100644 board/matrix_vision/mvblx/config.mk
>  create mode 100644 board/matrix_vision/mvblx/fpga.c
>  create mode 100644 board/matrix_vision/mvblx/fpga.h
>  create mode 100644 board/matrix_vision/mvblx/mvblx.c
>  create mode 100644 board/matrix_vision/mvblx/mvblx.h
>  create mode 100644 board/matrix_vision/mvblx/sys_eeprom.c
>  create mode 100644 include/configs/omap3_mvblx.h

Checkpatch says:

total: 0 errors, 49 warnings, 1614 lines checked

Please clean up and resubmit.  Thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
On the subject of C program indentation: "In My Egotistical  Opinion,
most  people's  C  programs  should be indented six feet downward and
covered with dirt."                               - Blair P. Houghton


More information about the U-Boot mailing list