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(+),
From: Julian Pidancet
This patch adds proper initialization code for the two PHYs
present on the board.
Signed-off-by: Julian Pidancet
create mode 100644 include/configs/openrd_ultimate.h
diff --git a/MAKEALL b/MAKEALL
index ddf4a70..4b6da98 100755
--- a/MAKEALL
+++ b/MAKEALL
@@ -362,6
From: Julian Pidancet
This patch takes care of initializing the second PHY of the
OpenRD board.
Signed-off-by: Julian Pidancet
create mode 100644 include/configs/openrd_client.h
diff --git a/MAKEALL b/MAKEALL
index a732e6a..ddf4a70 100755
--- a/MAKEALL
+++ b/MAKEALL
@@ -361,6 +361,7
From: Julian Pidancet
Renamed from "Openrd_base" to "OpenRD-Base"
Signed-off-by: Julian Pidancet
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/include/configs/openrd_b
From: Julian Pidancet
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
rename board/Marvell/{openrd_base => openrd}/Makefile (98%)
rename bo
From: Julian Pidancet
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 of this patch has
-Ultimate and works perfectly fine.
Signed-off-by: Julian Pidancet
---
MAKEALL |2 +
board/Marvell/openrd/Makefile | 56 ++
board/Marvell/openrd/config.mk | 33 ++
board/Marvell/openrd/kwbimage.cfg
7 matches
Mail list logo