[U-Boot] [PATCH] Kirkwood: Add support for OpenRD-Client & OpenRD-Ultimate

Prafulla Wadaskar prafulla at marvell.com
Wed Feb 9 07:46:40 CET 2011



> -----Original Message-----
> From: Julian Pidancet [mailto:julian.pidancet at citrix.com]
> Sent: Tuesday, February 08, 2011 10:21 AM
> To: u-boot at lists.denx.de
> Cc: tanmay.upadhyay at einfochips.com; Prafulla Wadaskar
> Subject: [PATCH] Kirkwood: Add support for OpenRD-Client & OpenRD-
> Ultimate
> 
> This patch modifies existing OpenRD-Base support to deal with all
> the three OpenRD boards (OpenRD-Base, OpenRD-Client & OpenRD-Ultimate).
> 
> This is a rebase onto master from an original patch sent by Tanmay
> Upadhyay a few months ago.
> All credits goes to him.
> It's been tested on my OpenRD-Ultimate and works perfectly fine.
> 
> Signed-off-by: Julian Pidancet <julian.pidancet at citrix.com>
> <mailto:julian.pidancet at citrix.com>
> ---
>  MAKEALL                                 |    2 +
>  board/Marvell/openrd/Makefile           |   56 ++++++++++
>  board/Marvell/openrd/config.mk          |   33 ++++++
>  board/Marvell/openrd/kwbimage.cfg       |  168
> ++++++++++++++++++++++++++++++
>  board/Marvell/openrd/openrd.c           |  173
> +++++++++++++++++++++++++++++++
>  board/Marvell/openrd/openrd.h           |   50 +++++++++
>  board/Marvell/openrd_base/Makefile      |   56 ----------
>  board/Marvell/openrd_base/kwbimage.cfg  |  168 ------------------------
> ------
>  board/Marvell/openrd_base/openrd_base.c |  153 ------------------------
> ---
>  board/Marvell/openrd_base/openrd_base.h |   46 --------
>  boards.cfg                              |    4 +-
>  include/configs/openrd.h                |  115 ++++++++++++++++++++
>  include/configs/openrd_base.h           |   92 +++--------------
>  include/configs/openrd_client.h         |   50 +++++++++
>  include/configs/openrd_ultimate.h       |   50 +++++++++
>  15 files changed, 714 insertions(+), 502 deletions(-)
>  create mode 100644 board/Marvell/openrd/Makefile
>  create mode 100644 board/Marvell/openrd/config.mk
>  create mode 100644 board/Marvell/openrd/kwbimage.cfg
>  create mode 100644 board/Marvell/openrd/openrd.c
>  create mode 100644 board/Marvell/openrd/openrd.h
>  delete mode 100644 board/Marvell/openrd_base/Makefile
>  delete mode 100644 board/Marvell/openrd_base/kwbimage.cfg
>  delete mode 100644 board/Marvell/openrd_base/openrd_base.c
>  delete mode 100644 board/Marvell/openrd_base/openrd_base.h
>  create mode 100644 include/configs/openrd.h
>  create mode 100644 include/configs/openrd_client.h
>  create mode 100644 include/configs/openrd_ultimate.h

Hi Julian

I suggest not to delete old file, on the other hand you can rename or move them through git.

Regards...
Prafulla . .


More information about the U-Boot mailing list