[U-Boot] [PATCH v3] Add initial support for Matrix Vision mvSMR board based on MPC5200B.

Wolfgang Denk wd at denx.de
Sat Apr 10 00:06:20 CEST 2010


Dear Andre Schwarz,

In message <1270150015-10065-1-git-send-email-andre.schwarz at matrix-vision.de> you wrote:
> Add initial support for Matrix Vision mvSMR board based on MPC5200B.
> 
> Signed-off-by: Andre Schwarz <andre.schwarz at matrix-vision.de>
> ---
> 
> Wolfgang,
> thanks for having a look @ v2.
> This is v3 taking all comments into account.
> TIA,
> Andre
> 
>  CREDITS                              |    2 +-
>  MAINTAINERS                          |    1 +
>  MAKEALL                              |    1 +
>  Makefile                             |    5 +
>  board/matrix_vision/mvsmr/Makefile   |   51 ++++++
>  board/matrix_vision/mvsmr/bootscript |   42 +++++
>  board/matrix_vision/mvsmr/config.mk  |   31 ++++
>  board/matrix_vision/mvsmr/fpga.c     |  129 +++++++++++++++
>  board/matrix_vision/mvsmr/fpga.h     |   32 ++++
>  board/matrix_vision/mvsmr/mvsmr.c    |  264 ++++++++++++++++++++++++++++++
>  board/matrix_vision/mvsmr/mvsmr.h    |   43 +++++
>  board/matrix_vision/mvsmr/u-boot.lds |  138 ++++++++++++++++
>  doc/README.mvsmr                     |   55 +++++++
>  include/configs/MVSMR.h              |  295 ++++++++++++++++++++++++++++++++++
>  14 files changed, 1088 insertions(+), 1 deletions(-)
>  create mode 100644 board/matrix_vision/mvsmr/Makefile
>  create mode 100644 board/matrix_vision/mvsmr/bootscript
>  create mode 100644 board/matrix_vision/mvsmr/config.mk
>  create mode 100644 board/matrix_vision/mvsmr/fpga.c
>  create mode 100644 board/matrix_vision/mvsmr/fpga.h
>  create mode 100644 board/matrix_vision/mvsmr/mvsmr.c
>  create mode 100644 board/matrix_vision/mvsmr/mvsmr.h
>  create mode 100644 board/matrix_vision/mvsmr/u-boot.lds
>  create mode 100644 doc/README.mvsmr
>  create mode 100644 include/configs/MVSMR.h

Applied, 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
In C we had to code our own bugs, in C++ we can inherit them.


More information about the U-Boot mailing list