From: Tanmay Upadhyay - Embedded <tanmay.upadhyay@einfochips.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] Kirkwood: Add support for OpenRD-Client & OpenRD-Ultimate
Date: Wed, 9 Feb 2011 14:47:32 +0530 (IST) [thread overview]
Message-ID: <1322459005.71739.1297243052617.JavaMail.root@ahm.einfochips.com> (raw)
In-Reply-To: <529607250.71524.1297240973291.JavaMail.root@ahm.einfochips.com>
----- Original Message -----
From: "Prafulla Wadaskar" <prafulla@marvell.com>
To: "Julian Pidancet" <julian.pidancet@citrix.com>, u-boot at lists.denx.de
Cc: "tanmay upadhyay" <tanmay.upadhyay@einfochips.com>, "Prabhanjan Sarnaik" <sarnaik@marvell.com>, "Ashish Karkare" <akarkare@marvell.com>
Sent: Wednesday, February 9, 2011 12:16:40 PM
Subject: RE: [PATCH] Kirkwood: Add support for OpenRD-Client & OpenRD-Ultimate
> -----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@citrix.com>
> <mailto:julian.pidancet@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 . .
Hi Prafulla,
In original patch I had moved files with 'git mv' command, but the patch showed up like this. Am I missing appropriate git command?
Thanks,
Tanmay
next parent reply other threads:[~2011-02-09 9:17 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <529607250.71524.1297240973291.JavaMail.root@ahm.einfochips.com>
2011-02-09 9:17 ` Tanmay Upadhyay - Embedded [this message]
2011-02-09 9:36 ` [U-Boot] [PATCH] Kirkwood: Add support for OpenRD-Client & OpenRD-Ultimate Prafulla Wadaskar
[not found] <1081846693.71693.1297242765854.JavaMail.root@ahm.einfochips.com>
2011-02-09 9:16 ` Tanmay Upadhyay - Embedded
2011-02-09 10:17 ` Wolfgang Denk
2011-02-09 12:23 ` Tanmay Upadhyay
2011-02-08 18:20 Julian Pidancet
2011-02-09 6:46 ` Prafulla Wadaskar
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1322459005.71739.1297243052617.JavaMail.root@ahm.einfochips.com \
--to=tanmay.upadhyay@einfochips.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.