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 nam
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.
> +++ b/arch/
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 rega
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 p
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/configs/c125_defcon
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 m
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 +++
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
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,
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 de
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]>
---
arch/powerpc/p
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
arch/powerpc/platforms/ce
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 +++
ar
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
arch/powerpc/platforms/cel
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
arch/powerpc/platform
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]>
---
arch/powerpc/platforms/cell/Mak
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|
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
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.
arch/powerpc/
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 ++-
arch/powerpc/pla
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 cel
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 co
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. I
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 r
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 +
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
> 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
27 matches
Mail list logo