Re: [U-Boot] [PATCH 2/3] Initialize second PHY on OpenRD-Client and OpenRD-Ultimate.

2011-04-12 Thread Julian Pidancet
Thank you for reworking this patch. On 04/12/2011 09:09 AM, Clint Adams wrote: (rework of Julian Pidancet's patch) --- board/Marvell/openrd_base/openrd_base.c | 22 ++ include/configs/openrd_base.h | 14 -- 2 files changed, 30 insertions(+), 6

[U-Boot] [PATCH v2 0/4] Kirkwood: Add support for OpenRD-Client OpenRD-Ultimate

2011-03-25 Thread julian . pidancet
From: Julian Pidancet julian.pidan...@citrix.com This patch modifies existing OpenRD-Base support to deal with all the three OpenRD boards (OpenRD-Base, OpenRD-Client OpenRD-Ultimate). This is based on an original patch sent by Tanmay Upadhyay. Most of the credits goes to him. Previous version

[U-Boot] [PATCH v2 1/4] Kirkwood: Rename openrd_base board files to openrd.

2011-03-25 Thread julian . pidancet
From: Julian Pidancet julian.pidan...@citrix.com This patch renames openrd_base to openrd in order to add support for other boards of the OpenRD family in future commits. The openrd_base board name remain in use. Signed-off-by: Julian Pidancet julian.pidan...@citrix.com rename board/Marvell

[U-Boot] [PATCH v2 2/4] Change OpenRD Base board identification string.

2011-03-25 Thread julian . pidancet
From: Julian Pidancet julian.pidan...@citrix.com Renamed from Openrd_base to OpenRD-Base Signed-off-by: Julian Pidancet julian.pidan...@citrix.com diff --git a/include/configs/openrd_base.h b/include/configs/openrd_base.h index 136d3bf..ba57d90 100644 --- a/include/configs/openrd_base.h +++ b

[U-Boot] [PATCH v2 3/4] Add support for the Client variant of the OpenRD board.

2011-03-25 Thread julian . pidancet
From: Julian Pidancet julian.pidan...@citrix.com This patch takes care of initializing the second PHY of the OpenRD board. Signed-off-by: Julian Pidancet julian.pidan...@citrix.com create mode 100644 include/configs/openrd_client.h diff --git a/MAKEALL b/MAKEALL index a732e6a..ddf4a70 100755

[U-Boot] [PATCH v2 4/4] Add support for the Ultimate variant of the OpenRD board

2011-03-25 Thread julian . pidancet
From: Julian Pidancet julian.pidan...@citrix.com This patch adds proper initialization code for the two PHYs present on the board. Signed-off-by: Julian Pidancet julian.pidan...@citrix.com create mode 100644 include/configs/openrd_ultimate.h diff --git a/MAKEALL b/MAKEALL index ddf4a70

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

2011-02-08 Thread Julian Pidancet
and works perfectly fine. Signed-off-by: Julian Pidancet julian.pidan...@citrix.com --- MAKEALL |2 + board/Marvell/openrd/Makefile | 56 ++ board/Marvell/openrd/config.mk | 33 ++ board/Marvell/openrd/kwbimage.cfg | 168