Re: PPC upstream kernel ignored DABR bug

2008-03-14 Thread Roland McGrath
In both these cases, the storage access goes to LSU0, so you're not hitting the errata. I'll take your word for it. If this doesn't help, and the failures stay intermittent, I don't think there is a close-to-the-hardware problem here. I saw no effect from that change. So now we're back to

Re: PPC upstream kernel ignored DABR bug

2008-03-14 Thread Segher Boessenkool
If this doesn't help, and the failures stay intermittent, I don't think there is a close-to-the-hardware problem here. I saw no effect from that change. So now we're back to pure mystery, I guess. Hey, we know something now: it's just a problem in the kernel :-) Segher

[PATCH v2] 8xx: Add support for the MPC852 based board from keymile.

2008-03-14 Thread Heiko Schocher
Hello, This add support of the mgsuvd board from keymile to arch/powerpc. Supported SMC1 (serial console), SCC3 Ethernet (10Mbps hdx) Signed-off-by: Heiko Schocher [EMAIL PROTECTED] --- arch/powerpc/boot/dts/mgsuvd.dts | 158 +++ arch/powerpc/configs/mgsuvd_defconfig | 827

[PATCH] net: NEWEMAC: Support for Pause packets in EMAC driver

2008-03-14 Thread Stefan Roese
From: Pravin M. Bathija [EMAIL PROTECTED] Problem Description and Fix --- When a pause packet(with destination as reserved Multicast address) is received by the EMAC hardware to control the flow of frames being transmitted by it, it is dropped by the hardware unless the

info reg RISCWATCH

2008-03-14 Thread Prakash S
Hi All, Sorry if I am posting this in a wrong forum. I am looking at RISC watch debugger for our PPC board. We are currently trying to estimate the cost and effort of porting a vxworks image to a linux based image. Does any of you know the approximate cost of procuring the RISC watch debugger.

Re: info reg RISCWATCH

2008-03-14 Thread Stefan Roese
On Friday 14 March 2008, Prakash S wrote: Sorry if I am posting this in a wrong forum. I am looking at RISC watch debugger for our PPC board. We are currently trying to estimate the cost and effort of porting a vxworks image to a linux based image. Does any of you know the approximate cost

[PATCH 0/11] celleb: patchset for 2.6.26 (take 2)

2008-03-14 Thread Ishizaki Kou
This is a second round of the patchset for 2.6.26 which contains following changes: - cleanup [PATCH 1/11] - consolidate io-workarounds code [PATCH 2/11]..[PATCH 3/11] - move celleb files into platforms/cell/ [PATCH 4/11]..[PATCH 9/11] - add support for

[PATCH 1/11] celleb: coding style cleanup

2008-03-14 Thread Ishizaki Kou
Signed-off-by: Kou Ishizaki [EMAIL PROTECTED] Acked-by: Arnd Bergmann [EMAIL PROTECTED] --- arch/powerpc/platforms/celleb/beat.c | 17 +++-- arch/powerpc/platforms/celleb/beat.h |4 ++-- arch/powerpc/platforms/celleb/beat_wrapper.h |3 ++-

[PATCH 2/11] cell: generalize io-workarounds code

2008-03-14 Thread Ishizaki Kou
This patch splits cell io-workaround code into spider-pci dependent code and a generic part, and also adds interfaces to the generic io-workaround mechanism. Signed-off-by: Kou Ishizaki [EMAIL PROTECTED] --- Please test on CellBlade because I don't have any access to CellBlade.

[PATCH 3/11] celleb: consolidate io-workarounds code

2008-03-14 Thread Ishizaki Kou
Now, we can use generic io-workarounds mechanism and the workaround code for spider-pci. This patch changes Celleb PCI code to use spider-pci code. Signed-off-by: Kou Ishizaki [EMAIL PROTECTED] Acked-by: Arnd Bergmann [EMAIL PROTECTED] --- arch/powerpc/platforms/cell/Makefile |6

[PATCH 4/11] celleb: move the base part for celleb support

2008-03-14 Thread Ishizaki Kou
This patch moves the base code for celleb support into platforms/cell/. All files in this patch are used by celleb-beat and celleb-native commonly. Signed-off-by: Kou Ishizaki [EMAIL PROTECTED] --- arch/powerpc/platforms/Kconfig |1 arch/powerpc/platforms/cell/Kconfig|

[PATCH 5/11] celleb: move the SCC related code for celleb

2008-03-14 Thread Ishizaki Kou
This patch moves the SCC (Super Companion Chip) related code for celleb into platforms/cell/. All files in this patch are used by celleb-beat and celleb-native commonly. Signed-off-by: Kou Ishizaki [EMAIL PROTECTED] Acked-by: Arnd Bergmann [EMAIL PROTECTED] ---

[PATCH 6/11] celleb: move files for Beat hvcall interfaces

2008-03-14 Thread Ishizaki Kou
This patch moves files for Beat hvcall interfaces into platforms/cell/. All files in this patch are used by celleb-beat only. Signed-off-by: Kou Ishizaki [EMAIL PROTECTED] Acked-by: Arnd Bergmann [EMAIL PROTECTED] --- arch/powerpc/platforms/cell/Makefile |3

[PATCH 7/11] celleb: move files for Beat mmu and iommu

2008-03-14 Thread Ishizaki Kou
This patch moves files for mmu and iommu on Beat into platforms/cell/. All files in this patch are used by celleb-beat only. Signed-off-by: Kou Ishizaki [EMAIL PROTECTED] Acked-by: Arnd Bergmann [EMAIL PROTECTED] --- arch/powerpc/platforms/cell/Makefile |3

[PATCH 8/11] celleb: move a file for SPU on Beat

2008-03-14 Thread Ishizaki Kou
This patch moves SPU support code on Beat into platforms/cell/. Signed-off-by: Kou Ishizaki [EMAIL PROTECTED] Acked-by: Arnd Bergmann [EMAIL PROTECTED] --- arch/powerpc/platforms/cell/Makefile |1 arch/powerpc/platforms/cell/beat_spu_priv1.c | 207 +++

[PATCH 9/11] celleb: move miscellaneous files for Beat

2008-03-14 Thread Ishizaki Kou
This patch moves miscellaneous files for Beat into platforms/cell/. All files in this patch are used by celleb-beat only. Signed-off-by: Kou Ishizaki [EMAIL PROTECTED] Acked-by: Arnd Bergmann [EMAIL PROTECTED] --- arch/powerpc/platforms/Makefile |1

[PATCH 10/11] celleb: add support for PCI Express

2008-03-14 Thread Ishizaki Kou
This patch adds support for PCI Express port on Celleb. I/O space of this PCI Express port is not mapped in memory space. So we use the io-workaround mechanism to make accesses indirect. Signed-off-by: Kou Ishizaki [EMAIL PROTECTED] Acked-by: Arnd Bergmann [EMAIL PROTECTED] ---

[PATCH] net: NEWEMAC: Add desc-base-addr-high property to McMAL node

2008-03-14 Thread Stefan Roese
Upper 4 bits (35...32) of the 36bit MAL descriptor base address. This value will be written into the MAL_TXBADDR/MAL_RXBADDR registers. It can be used to move the descriptors into the high bandwidth PLB segment on some platforms (e.g. 460EX/GT) for performance enhancement. Defaults to 0 when not

RE: [PATCH] [RFC] [POWERPC] Xilinx: OF Serial: add support for 8250console

2008-03-14 Thread John Linn
I hosed up when I sent the patch from git so that it didn't show being from me. Sorry about that. I would appreciate any comments on this proposed patch. Thanks, John Linn -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Thursday,

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 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

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

2008-03-14 Thread Alexandr Smirnov
The ATCA-C125 is a single-slot Advanced Telecom Computing Architecture (AdvancedTCA®, ATCA™) carrier with up to four Advanced Mezzanine Cards (AdvancedMC) expansion modules. This expansion capability enables a wide variety of control and packet processing applications such as WAN access, traffic

[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 | 65

[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 new file

Re: info reg RISCWATCH

2008-03-14 Thread Wolfgang Denk
In message [EMAIL PROTECTED] Stefan Roese wrote: No. But I'm sure that the IBM RiscWatch is pretty expensive. Do you really need an RiscWatch? I would recommend to buy an Abatron BDI2000. ...or rather a BDI3000 if you don't need compatibility to already existing BDI2000's. Best regards,

Re: [PATCH v2] 8xx: Add support for the MPC852 based board from keymile.

2008-03-14 Thread Stephen Rothwell
Hi Heiko, On Fri, 14 Mar 2008 10:24:30 +0100 Heiko Schocher [EMAIL PROTECTED] wrote: This add support of the mgsuvd board from keymile to arch/powerpc. Supported SMC1 (serial console), SCC3 Ethernet (10Mbps hdx) Paul would probably like some description of the board here. +++

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

2008-03-14 Thread David Gibson
On Fri, Mar 14, 2008 at 05:27:03PM +0300, Alexandr Smirnov wrote: Bootwraper for Emerson ATCA-C125 board. This board has four ethernet ports, so it has to use this code instead of generic. [snip] + /* Unfortunately, the specific model number is encoded in the + * soc node name in