Re: [PATCH 1/4] Emerson ATCA-C125 bootwrapper

2008-03-17 Thread Alexandr Smirnov
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

[PATCH 4/4] Emerson ATCA-C125 base support

2008-03-14 Thread Alexandr Smirnov
+ 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

[PATCH 3/4] Emerson ATCA-C125 default config

2008-03-14 Thread Alexandr Smirnov
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

[PATCH 2/4] Emerson ATCA-C125 device tree

2008-03-14 Thread Alexandr Smirnov
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

[PATCH 1/4] Emerson ATCA-C125 bootwrapper

2008-03-14 Thread Alexandr Smirnov
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

PATCH [0/4] Add support for Emerson ATCA-C125 board

2008-03-14 Thread Alexandr Smirnov
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

[PATCH 1/4] Emerson KSI8560 base support

2008-03-06 Thread Alexandr Smirnov
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

[PATCH 3/4] Emerson KSI8560 device tree

2008-03-06 Thread Alexandr Smirnov
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

Re: [PATCH 3/4] Emerson KSI8560 device tree

2008-03-05 Thread Alexandr Smirnov
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

[PATCH 4/4] Emerson KSI8560 default config

2008-03-04 Thread Alexandr Smirnov
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

[PATCH 3/4] Emerson KSI8560 device tree

2008-03-04 Thread Alexandr Smirnov
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

[PATCH 2/4] Emerson KSI8560 bootwrapper

2008-03-04 Thread Alexandr Smirnov
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

[PATCH 1/4] Emerson KSI8560 base support

2008-03-04 Thread Alexandr Smirnov
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

[PATCH 0/4] Add Emerson KSI8560 board support

2008-03-04 Thread Alexandr Smirnov
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

[PATCH 4/4] KSI8560 base support

2008-02-29 Thread Alexandr Smirnov
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

[PATCH 3/4] KSI8560 default config

2008-02-29 Thread Alexandr Smirnov
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

[PATCH 2/4] KSI8560 device tree

2008-02-29 Thread Alexandr Smirnov
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

[PATCH 1/4] KSI8560 bootwrapper

2008-02-29 Thread Alexandr Smirnov
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

[PATCH 0/4] Add Emerson KSI8560 board support

2008-02-29 Thread Alexandr Smirnov
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

[PATCH 4/4] Emerson KSI8560 base support

2008-02-28 Thread Alexandr Smirnov
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

[PATCH 3/4] Emerson KSI8560 default config

2008-02-28 Thread Alexandr Smirnov
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.

[PATCH 2/4] Emerson KSI8560 device tree

2008-02-28 Thread Alexandr Smirnov
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

[PATCH 1/4] Emerson KSI8560 bootwrapper

2008-02-28 Thread Alexandr Smirnov
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)+

[PATCH 0/0] Add Emerson KSI8560 board support

2008-02-28 Thread Alexandr Smirnov
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

Marvell PHY driver fix

2008-02-22 Thread Alexandr Smirnov
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