PHY
initialization. This patch adds support for both modes.
Signed-off-by: Alexandr Smirnov <[EMAIL PROTECTED]>
diff -pruN powerpc.orig/drivers/net/phy/marvell.c
powerpc/drivers/net/phy/marvell.c
--- powerpc.orig/drivers/net/phy/marvell.c 2008-02-07 14:59:32.0
+0300
+++ p
Hi all,
The following sequence of patches intended to add support for Emerson KSI8560
board.
Thanks,
Alexandr.
___
Linuxppc-dev mailing list
Linuxppc-dev@ozlabs.org
https://ozlabs.org/mailman/listinfo/linuxppc-dev
diff --git a/arch/powerpc/boot/Makefile b/arch/powerpc/boot/Makefile
index e3993a6..f43dd6e 100644
--- a/arch/powerpc/boot/Makefile
+++ b/arch/powerpc/boot/Makefile
@@ -255,6 +255,7 @@ image-$(CONFIG_TQM8555) +=
cuImage.tqm8555
image-$(CONFIG_TQM8560)+
diff --git a/arch/powerpc/boot/dts/ksi8560.dts
b/arch/powerpc/boot/dts/ksi8560.dts
new file mode 100644
index 000..d6e8d8b
--- /dev/null
+++ b/arch/powerpc/boot/dts/ksi8560.dts
@@ -0,0 +1,269 @@
+/*
+ * Device Tree Source for Emerson KSI8560
+ *
+ * Author: Alexandr Smirnov <[EMAIL PROTEC
diff --git a/arch/powerpc/configs/ksi8560_defconfig
b/arch/powerpc/configs/ksi8560_defconfig
new file mode 100644
index 000..2d0debc
--- /dev/null
+++ b/arch/powerpc/configs/ksi8560_defconfig
@@ -0,0 +1,899 @@
+#
+# Automatically generated make config: don't edit
+# Linux kernel version: 2.6.
l
+++ b/arch/powerpc/platforms/85xx/ksi8560.c
@@ -0,0 +1,253 @@
+/*
+ * Board setup routines for the Emerson KSI8560
+ *
+ * Author: Alexandr Smirnov <[EMAIL PROTECTED]>
+ *
+ * Based on mpc85xx_ads.c maintained by Kumar Gala
+ *
+ * 2008 (c) MontaVista, Software, Inc. This file is licensed unde
Signed-off-by: Alexandr Smirnov <[EMAIL PROTECTED]>
arch/powerpc/boot/dts/ksi8560.dts | 267 ++
1 file changed, 267 insertions(+)
diff --git a/arch/powerpc/boot/dts/ksi8560.dts
b/arch/powerpc/boot/dts/ksi8560.dts
new file mode 100644
index 000..3
Signed-off-by: Alexandr Smirnov <[EMAIL PROTECTED]>
arch/powerpc/boot/Makefile |1 +
arch/powerpc/boot/wrapper |2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/arch/powerpc/boot/Makefile b/arch/powerpc/boot/Makefile
index e3993a6..f43dd6e 100644
--- a/arch/p
Signed-off-by: Alexandr Smirnov <[EMAIL PROTECTED]>
arch/powerpc/configs/ksi8560_defconfig | 899 +
1 file changed, 899 insertions(+)
diff --git a/arch/powerpc/configs/ksi8560_defconfig
b/arch/powerpc/configs/ksi8560_defconfig
new file mode 100644
Hi all,
I've fixed the code according to your comments.
Thanks,
Alexandr
___
Linuxppc-dev mailing list
Linuxppc-dev@ozlabs.org
https://ozlabs.org/mailman/listinfo/linuxppc-dev
Signed-off-by: Alexandr Smirnov <[EMAIL PROTECTED]>
arch/powerpc/platforms/85xx/Kconfig |7
arch/powerpc/platforms/85xx/Makefile |1
arch/powerpc/platforms/85xx/ksi8560.c | 257 ++
3 files changed, 265 insertions(+)
diff --git a/arch/p
Hi Paul,
I've added short description for this board as header for the base support
patch.
Hope this is enough, board diagram is available at Emerson website. Let me know
more information needed.
Thanks,
Alexandr.
___
Linuxppc-dev mailing list
Linuxpp
Add device tree file for Emerson KSI8560 board.
Signed-off-by: Alexandr Smirnov <[EMAIL PROTECTED]>
arch/powerpc/boot/dts/ksi8560.dts | 267 ++
1 file changed, 267 insertions(+)
diff --git a/arch/powerpc/boot/dts/ksi8560.dts
b/arch/powerpc/boot/dts/k
cards.
The board has altera maxii CPLD, that is used to obtain and manage board
configuration. Also there are two SCC UART serial consoles and FCC ethernet,
that is routed to the front panel, while other ethernet controlers (TSEC's) are
routed to the backplane.
Signed-off-by: Alexandr Sm
Add default config for Emerson KSI8560 board.
Signed-off-by: Alexandr Smirnov <[EMAIL PROTECTED]>
arch/powerpc/configs/ksi8560_defconfig | 899 +
1 file changed, 899 insertions(+)
diff --git a/arch/powerpc/configs/ksi8560_defconfig
b/arch/powerpc/c
Add boot wrapper for Emerson KSI8560 board.
Signed-off-by: Alexandr Smirnov <[EMAIL PROTECTED]>
arch/powerpc/boot/Makefile |1 +
arch/powerpc/boot/wrapper |2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/arch/powerpc/boot/Makefile b/arch/powerpc/boot/Makefile
Hi
David, could you please explain what do you mean by "old bindind"? I
looked through ppc_dev listing,
documentation, and how it's done for other boards, but didn't find any
difference with my code. Maybe
you're talking about future changes in ethernet driver registration?
Thanks,
Alexandr.
D
Add device tree file for Emerson KSI8560 board.
Signed-off-by: Alexandr Smirnov <[EMAIL PROTECTED]>
b/arch/powerpc/boot/dts/ksi8560.dts | 264
1 file changed, 264 insertions(+)
diff --git a/arch/powerpc/boot/dts/ksi8560.dts
b/arch/powerpc/bo
cards.
The board has altera maxii CPLD, that is used to obtain and manage board
configuration. Also there are two SCC UART serial consoles and FCC ethernet,
that is routed to the front panel, while other ethernet controlers (TSEC's) are
routed to the backplane.
Signed-off-by: Alexandr Smirnov &l
Hi all,
The following sequence of patches intended to add support for Emerson ATCA-C125
board.
Thanks,
Alexandr
___
Linuxppc-dev mailing list
Linuxppc-dev@ozlabs.org
https://ozlabs.org/mailman/listinfo/linuxppc-dev
Default config for Emerson ATCA-C125 board
Signed-off-by: Alexandr Smirnov <[EMAIL PROTECTED]>
b/arch/powerpc/configs/c125_defconfig | 903 ++
1 file changed, 903 insertions(+)
diff --git a/arch/powerpc/configs/c125_defconfig
b/arch/powerpc/c
+
3 files changed, 198 insertions(+)
Signed-off-by: Alexandr Smirnov <[EMAIL PROTECTED]>
diff --git a/arch/powerpc/platforms/85xx/Kconfig
b/arch/powerpc/platforms/85xx/Kconfig
index 7e76ddb..1f159a8 100644
--- a/arch/powerpc/platforms/85xx/Kconfig
+++ b/arch/p
Bootwraper for Emerson ATCA-C125 board. This board has
four ethernet ports, so it has to use this code instead
of generic.
Signed-off-by: Alexandr Smirnov <[EMAIL PROTECTED]>
b/arch/powerpc/boot/Makefile |3 +
b/arch/powerpc/boot/cuboot-c125.c
Device tree for Emerson ATCA-C125 board
Signed-off-by: Alexandr Smirnov <[EMAIL PROTECTED]>
b/arch/powerpc/boot/dts/c125.dts | 283 +++
1 file changed, 283 insertions(+)
diff --git a/arch/powerpc/boot/dts/c125.dts b/arch/powerpc/boot/dts/c125.dts
ne
David,
+ /* Unfortunately, the specific model number is encoded in the
+* soc node name in existing dts files -- once that is fixed,
+* this can do a simple path lookup.
+*/
Since this is a new board, couldn't you name the soc node /soc and
dispense with this
25 matches
Mail list logo