* Re: Who cares about PReP?
2006-08-07 6:59 Paul Mackerras
@ 2006-08-07 7:26 ` Olaf Hering
2006-08-07 9:27 ` Xavier Grave
` (3 subsequent siblings)
4 siblings, 0 replies; 12+ messages in thread
From: Olaf Hering @ 2006-08-07 7:26 UTC (permalink / raw)
To: Paul Mackerras; +Cc: linuxppc-dev
On Mon, Aug 07, 2006 at 04:59:11PM +1000, Paul Mackerras wrote:
> Who else has a PReP system and would be willing to do some testing and
> debugging? If so, what sort of PReP is it?
I have that also on my list. I have an MTX+, a 43p 130, 43p 140 and a Powerstack.
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: Who cares about PReP?
2006-08-07 6:59 Paul Mackerras
2006-08-07 7:26 ` Olaf Hering
@ 2006-08-07 9:27 ` Xavier Grave
2006-08-08 14:05 ` Tom Rini
` (2 subsequent siblings)
4 siblings, 0 replies; 12+ messages in thread
From: Xavier Grave @ 2006-08-07 9:27 UTC (permalink / raw)
To: Paul Mackerras; +Cc: linuxppc-dev
Hi,
I have motorolla vme boards that seems to me are PreP.
The boards are mvme5100 and mvme5500.
xavier
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: Who cares about PReP?
2006-08-07 6:59 Paul Mackerras
2006-08-07 7:26 ` Olaf Hering
2006-08-07 9:27 ` Xavier Grave
@ 2006-08-08 14:05 ` Tom Rini
2006-08-09 15:00 ` Matt Sealey
2006-08-16 10:15 ` Gabriel Paubert
4 siblings, 0 replies; 12+ messages in thread
From: Tom Rini @ 2006-08-08 14:05 UTC (permalink / raw)
To: Paul Mackerras; +Cc: linuxppc-dev
On Mon, Aug 07, 2006 at 04:59:11PM +1000, Paul Mackerras wrote:
> I started looking at moving the PReP code over to arch/powerpc. I am
> struck by how many ifdefs there are in there to set things up for
> particular individual PReP implementations. We can do better than
> that, I'm sure, but the issue becomes one of testing. The only PReP I
> have here is an RS/6000 43p-140.
>
> Who else has a PReP system and would be willing to do some testing and
> debugging? If so, what sort of PReP is it?
I've still got a Motorola Powerstack (Series E) around.
--
Tom Rini
^ permalink raw reply [flat|nested] 12+ messages in thread
* RE: Who cares about PReP?
2006-08-07 6:59 Paul Mackerras
` (2 preceding siblings ...)
2006-08-08 14:05 ` Tom Rini
@ 2006-08-09 15:00 ` Matt Sealey
2006-08-16 10:15 ` Gabriel Paubert
4 siblings, 0 replies; 12+ messages in thread
From: Matt Sealey @ 2006-08-09 15:00 UTC (permalink / raw)
To: 'Paul Mackerras', linuxppc-dev
QEMU PPC implements a PReP system too.
Probably a good place to test without needing a real system.
However it's the kind of thing you'd want to throw a CHRP
ROM onto in the end, and forget PReP for emulation (after
all, nobody makes 'em anymore).
--
Matt Sealey <matt@genesi-usa.com>
Manager, Genesi, Developer Relations
> -----Original Message-----
> From: linuxppc-dev-bounces+matt=genesi-usa.com@ozlabs.org
> [mailto:linuxppc-dev-bounces+matt=genesi-usa.com@ozlabs.org]
> On Behalf Of Paul Mackerras
> Sent: Monday, August 07, 2006 8:59 AM
> To: linuxppc-dev@ozlabs.org
> Subject: Who cares about PReP?
>
> I started looking at moving the PReP code over to
> arch/powerpc. I am struck by how many ifdefs there are in
> there to set things up for particular individual PReP
> implementations. We can do better than that, I'm sure, but
> the issue becomes one of testing. The only PReP I have here
> is an RS/6000 43p-140.
>
> Who else has a PReP system and would be willing to do some
> testing and debugging? If so, what sort of PReP is it?
>
> Paul.
> _______________________________________________
> Linuxppc-dev mailing list
> Linuxppc-dev@ozlabs.org
> https://ozlabs.org/mailman/listinfo/linuxppc-dev
>
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: Who cares about PReP?
2006-08-07 6:59 Paul Mackerras
` (3 preceding siblings ...)
2006-08-09 15:00 ` Matt Sealey
@ 2006-08-16 10:15 ` Gabriel Paubert
2006-08-16 11:22 ` Paul Mackerras
4 siblings, 1 reply; 12+ messages in thread
From: Gabriel Paubert @ 2006-08-16 10:15 UTC (permalink / raw)
To: Paul Mackerras; +Cc: linuxppc-dev
On Mon, Aug 07, 2006 at 04:59:11PM +1000, Paul Mackerras wrote:
> I started looking at moving the PReP code over to arch/powerpc. I am
> struck by how many ifdefs there are in there to set things up for
> particular individual PReP implementations. We can do better than
> that, I'm sure,
hopefully.
> but the issue becomes one of testing. The only PReP I
> have here is an RS/6000 43p-140.
>
> Who else has a PReP system and would be willing to do some testing and
> debugging? If so, what sort of PReP is it?
We are using 20+ MVME boards here so I am interested,
MVME2400/2600/2700 to be precise.
Right now I can test patches and not much more, I'm really
short of time and fighting other issues. Among them my PB
G4 from last December just completely failed (and Apple
told me to bring it to a shop in this city that is closed
for holidays until ... September 4th).
Regards,
Gabriel
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: Who cares about PReP?
2006-08-16 10:15 ` Gabriel Paubert
@ 2006-08-16 11:22 ` Paul Mackerras
2006-08-16 11:57 ` Paul Mackerras
` (2 more replies)
0 siblings, 3 replies; 12+ messages in thread
From: Paul Mackerras @ 2006-08-16 11:22 UTC (permalink / raw)
To: Gabriel Paubert; +Cc: linuxppc-dev
Gabriel Paubert writes:
> We are using 20+ MVME boards here so I am interested,
> MVME2400/2600/2700 to be precise.
If you (and anyone else who is interested) could send me the contents
of /proc/residual, /proc/iomem, /proc/ioports and /proc/interrupts
from your systems (one of each different type) that could be helpful.
Thanks,
Paul.
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: Who cares about PReP?
2006-08-16 11:22 ` Paul Mackerras
@ 2006-08-16 11:57 ` Paul Mackerras
2006-08-17 17:16 ` Marc Dietrich
2006-08-17 17:18 ` Marvin
2 siblings, 0 replies; 12+ messages in thread
From: Paul Mackerras @ 2006-08-16 11:57 UTC (permalink / raw)
To: Gabriel Paubert, linuxppc-dev
I wrote:
> If you (and anyone else who is interested) could send me the contents
> of /proc/residual, /proc/iomem, /proc/ioports and /proc/interrupts
> from your systems (one of each different type) that could be helpful.
And /proc/cpuinfo would be interesting too.
Paul.
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: Who cares about PReP?
2006-08-16 11:22 ` Paul Mackerras
2006-08-16 11:57 ` Paul Mackerras
@ 2006-08-17 17:16 ` Marc Dietrich
2006-08-17 17:18 ` Marvin
2 siblings, 0 replies; 12+ messages in thread
From: Marc Dietrich @ 2006-08-17 17:16 UTC (permalink / raw)
To: linuxppc-dev; +Cc: Paul Mackerras
[-- Attachment #1: Type: text/plain, Size: 1891 bytes --]
On Wed, 16 Aug 2006 21:22:33 +1000
Paul Mackerras <paulus@samba.org> wrote:
> If you (and anyone else who is interested) could send me the contents
> of /proc/residual, /proc/iomem, /proc/ioports and /proc/interrupts
> from your systems (one of each different type) that could be helpful.
ok
# cat /proc/cpuinfo
processor : 0
cpu : 604
clock : 133MHz
revision : 3.4 (pvr 0004 0304)
bogomips : 266.24
machine : PReP IBM 7248, PowerSeries 830/850 (Carolina)
upgrade cpu : not present
scsi fuse : ok
simms : 0:32MiB 1:32MiB 2:8MiB 3:8MiB
l2 cache : 512KiB, sync
# cat /proc/iomem
c0000000-feffffff : PCI host bridge
c0000000-c07fffff : 0000:00:0e.0
c0800000-c080001f : 0000:00:0c.0
c0800100-c08001ff : 0000:00:10.0
c0800100-c08001ff : sym53c8xx
c0804000-c0807fff : 0000:00:12.0
c0804000-c0807fff : matroxfb MMIO
c1000000-c17fffff : 0000:00:12.0
c1000000-c17fffff : matroxfb FB
c1800000-c1ffffff : 0000:00:12.0
# cat /proc/ioports
00000000-0000001f : dma1
00000020-00000021 : 8259 (master)
00000040-0000005f : timer
00000060-0000006f : i8042
00000074-0000007b : nvram
00000080-0000008f : dma page reg
000000a0-000000a1 : 8259 (slave)
000000c0-000000df : dma2
000002f8-000002ff : serial
000003c0-000003df : vga+
000003f8-000003ff : serial
000004d0-000004d1 : 8259 edge control
00001000-00001007 : 0000:00:0b.0
00001020-0000103f : 0000:00:0c.0
00001020-0000103f : pcnet32_probe_pci
00001400-000014ff : 0000:00:10.0
00001400-000014ff : sym53c8xx
# cat /proc/interrupts
CPU0
1: 2645 i8259 Edge i8042
2: 0 i8259 Edge 82c59 secondary cascade
12: 23379 i8259 Edge i8042
15: 6379 i8259 Level sym53c8xx, eth0
BAD: 0
residual is attached
thanks !
marvin
[-- Attachment #2: 7248_residual.gz --]
[-- Type: application/octet-stream, Size: 1428 bytes --]
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: Who cares about PReP?
2006-08-16 11:22 ` Paul Mackerras
2006-08-16 11:57 ` Paul Mackerras
2006-08-17 17:16 ` Marc Dietrich
@ 2006-08-17 17:18 ` Marvin
2 siblings, 0 replies; 12+ messages in thread
From: Marvin @ 2006-08-17 17:18 UTC (permalink / raw)
To: linuxppc-dev; +Cc: Paul Mackerras
[-- Attachment #1: Type: text/plain, Size: 1892 bytes --]
On Wed, 16 Aug 2006 21:22:33 +1000
Paul Mackerras <paulus@samba.org> wrote:
> If you (and anyone else who is interested) could send me the contents
> of /proc/residual, /proc/iomem, /proc/ioports and /proc/interrupts
> from your systems (one of each different type) that could be helpful.
ok
# cat /proc/cpuinfo
processor : 0
cpu : 604
clock : 133MHz
revision : 3.4 (pvr 0004 0304)
bogomips : 266.24
machine : PReP IBM 7248, PowerSeries 830/850 (Carolina)
upgrade cpu : not present
scsi fuse : ok
simms : 0:32MiB 1:32MiB 2:8MiB 3:8MiB
l2 cache : 512KiB, sync
# cat /proc/iomem
c0000000-feffffff : PCI host bridge
c0000000-c07fffff : 0000:00:0e.0
c0800000-c080001f : 0000:00:0c.0
c0800100-c08001ff : 0000:00:10.0
c0800100-c08001ff : sym53c8xx
c0804000-c0807fff : 0000:00:12.0
c0804000-c0807fff : matroxfb MMIO
c1000000-c17fffff : 0000:00:12.0
c1000000-c17fffff : matroxfb FB
c1800000-c1ffffff : 0000:00:12.0
# cat /proc/ioports
00000000-0000001f : dma1
00000020-00000021 : 8259 (master)
00000040-0000005f : timer
00000060-0000006f : i8042
00000074-0000007b : nvram
00000080-0000008f : dma page reg
000000a0-000000a1 : 8259 (slave)
000000c0-000000df : dma2
000002f8-000002ff : serial
000003c0-000003df : vga+
000003f8-000003ff : serial
000004d0-000004d1 : 8259 edge control
00001000-00001007 : 0000:00:0b.0
00001020-0000103f : 0000:00:0c.0
00001020-0000103f : pcnet32_probe_pci
00001400-000014ff : 0000:00:10.0
00001400-000014ff : sym53c8xx
# cat /proc/interrupts
CPU0
1: 2645 i8259 Edge i8042
2: 0 i8259 Edge 82c59 secondary cascade
12: 23379 i8259 Edge i8042
15: 6379 i8259 Level sym53c8xx, eth0
BAD: 0
residual is attached
thanks !
marvin
[-- Attachment #2: 7248_residual.gz --]
[-- Type: application/octet-stream, Size: 1428 bytes --]
^ permalink raw reply [flat|nested] 12+ messages in thread