----- Original Message ----- 
From: "Prafulla Wadaskar" <[email protected]> 
To: "Julian Pidancet" <[email protected]>, [email protected] 
Cc: "tanmay upadhyay" <[email protected]>, "Prabhanjan Sarnaik" 
<[email protected]>, "Ashish Karkare" <[email protected]> 
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:[email protected]] 
> Sent: Tuesday, February 08, 2011 10:21 AM 
> To: [email protected] 
> Cc: [email protected]; 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 <[email protected]> 
> <mailto:[email protected]> 
> --- 
> 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 
_______________________________________________
U-Boot mailing list
[email protected]
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to