[U-Boot] [PATCH] Add support for the DevKit8000 board

Jean-Christophe PLAGNIOL-VILLARD plagnioj at jcrosoft.com
Tue Aug 25 07:22:06 CEST 2009


On 12:56 Sun 23 Aug     , Frederik Kriewitz wrote:
> This patch adds support for the DevKit8000 board.
> 
> Signed-off-by: Frederik Kriewitz <frederik at kriewitz.eu>
> ---
> mach-types.h needs to be synced (MACH_TYPE_DEVKIT8000)
> ---
>  MAINTAINERS                         |    4 +
>  MAKEALL                             |    1 +
>  Makefile                            |    3 +
>  board/timll/devkit8000/Makefile     |   52 +++++
>  board/timll/devkit8000/config.mk    |   35 ++++
>  board/timll/devkit8000/devkit8000.c |  131 ++++++++++++
>  board/timll/devkit8000/devkit8000.h |  373 +++++++++++++++++++++++++++++++++++
>  doc/README.timll                    |   15 ++
>  include/configs/devkit8000.h        |  307 ++++++++++++++++++++++++++++
>  9 files changed, 921 insertions(+), 0 deletions(-)
>  create mode 100644 board/timll/devkit8000/Makefile
>  create mode 100644 board/timll/devkit8000/config.mk
>  create mode 100644 board/timll/devkit8000/devkit8000.c
>  create mode 100644 board/timll/devkit8000/devkit8000.h
>  create mode 100644 doc/README.timll
>  create mode 100644 include/configs/devkit8000.
this one is fine
but for the next time please specify in the subject the patch version to known
which one is the last

Best Regards,
J.


More information about the U-Boot mailing list