* Running RM9000 in SMP mode
@ 2004-10-18 15:03 Thomas Petazzoni
2004-10-18 16:24 ` Manish Lachwani
0 siblings, 1 reply; 6+ messages in thread
From: Thomas Petazzoni @ 2004-10-18 15:03 UTC (permalink / raw)
To: linux-mips
Hello,
Has anyone tried to use the RM9000 processor in SMP mode ? Is code
available for it ?
Thanks,
Thomas
--
PETAZZONI Thomas - thomas.petazzoni@enix.org
http://thomas.enix.org - Jabber: kos_tom@sourcecode.de
KOS: http://kos.enix.org/ - Lolut: http://lolut.utbm.info
Fingerprint : 0BE1 4CF3 CEA4 AC9D CC6E 1624 F653 CB30 98D3 F7A7
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Running RM9000 in SMP mode
2004-10-18 15:03 Thomas Petazzoni
@ 2004-10-18 16:24 ` Manish Lachwani
0 siblings, 0 replies; 6+ messages in thread
From: Manish Lachwani @ 2004-10-18 16:24 UTC (permalink / raw)
To: Thomas Petazzoni; +Cc: linux-mips
Thomas Petazzoni wrote:
>Hello,
>
>Has anyone tried to use the RM9000 processor in SMP mode ? Is code
>available for it ?
>
>Thanks,
>
>Thomas
>
>
Hello Thomas
The Rm9000x2 revision 1.1 and 1.0 does not have support for the five
state MOESI protocol and can only support SMP if appropriate hacks are
applied to the memory management code. The revision 1.2 of the chip does
support MOESI protocol and SMP. I am sure PMC can provide you with the
necessary sources. Which board are you using?
Thanks
Manish Lachwani
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Running RM9000 in SMP mode
@ 2005-01-31 17:21 bkalthouse
2005-01-31 17:21 ` bkalthouse
0 siblings, 1 reply; 6+ messages in thread
From: bkalthouse @ 2005-01-31 17:21 UTC (permalink / raw)
To: thomas.petazzoni; +Cc: linux-mips
Hi,
I am starting a project using a PMC Sierra RM9222 processor. Could anyone that has used the RM9200 family please recommend a distribution and tool-chain? What has been your experience with Linux on this processor? What secrets and limitations have you found along the way? I am new to MIPS and SMP.
Thanks,
Bryan Althouse
Hello,
Has anyone tried to use the RM9000 processor in SMP mode ? Is code
available for it ?
Thanks,
Thomas
Hello Thomas
The Rm9000x2 revision 1.1 and 1.0 does not have support for the five state MOESI protocol and can only support SMP if appropriate hacks are applied to the memory management code. The revision 1.2 of the chip does support MOESI protocol and SMP. I am sure PMC can provide you with the necessary sources. Which board are you using?
Thanks
Manish Lachwani
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Running RM9000 in SMP mode
2005-01-31 17:21 bkalthouse
@ 2005-01-31 17:21 ` bkalthouse
0 siblings, 0 replies; 6+ messages in thread
From: bkalthouse @ 2005-01-31 17:21 UTC (permalink / raw)
To: thomas.petazzoni, mlachwani; +Cc: linux-mips
Hi,
I am starting a project using a PMC Sierra RM9222 processor. Could anyone that has used the RM9200 family please recommend a distribution and tool-chain? What has been your experience with Linux on this processor? What secrets and limitations have you found along the way? I am new to MIPS and SMP.
Thanks,
Bryan Althouse
Hello,
Has anyone tried to use the RM9000 processor in SMP mode ? Is code
available for it ?
Thanks,
Thomas
Hello Thomas
The Rm9000x2 revision 1.1 and 1.0 does not have support for the five state MOESI protocol and can only support SMP if appropriate hacks are applied to the memory management code. The revision 1.2 of the chip does support MOESI protocol and SMP. I am sure PMC can provide you with the necessary sources. Which board are you using?
Thanks
Manish Lachwani
^ permalink raw reply [flat|nested] 6+ messages in thread
* RE: Running RM9000 in SMP mode
@ 2005-01-31 18:27 Brad Larson
2005-01-31 21:31 ` Manish Lachwani
0 siblings, 1 reply; 6+ messages in thread
From: Brad Larson @ 2005-01-31 18:27 UTC (permalink / raw)
To: 'bkalthouse@comcast.net'; +Cc: linux-mips
Bryan,
The following are available at ftp.pmc-sierra.com
cross tools: gcc-3.3+ with E9000 core compiler optimizations
userland: demo userland, monta-vista based, native compiler does not have E9000 optimizations
kernel snapshots: Yosemite/RM92xx SMP capable for 2.4.21, 2.4.26, 2.6.10
doc: pmon and linux readme and board docs. www.pmon2000.com for online pmon2000 command reference.
Of course linux-mips.org for kernel sources and status, cvs-web, other userland pointers, all the port bits eventually get there. The E9000 optimizations were committed to gcc.org, available in gcc-3.4.
Datasheets and docs requiring NDA contact support@pmc-sierra.com or your sales/FAE contact.
--Brad
> -----Original Message-----
> From: linux-mips-bounce@linux-mips.org
> [mailto:linux-mips-bounce@linux-mips.org]On Behalf Of
> bkalthouse@comcast.net
> Sent: Monday, January 31, 2005 9:22 AM
> To: thomas.petazzoni@enix.org; mlachwani@mvista.com
> Cc: linux-mips@linux-mips.org
> Subject: Re: Running RM9000 in SMP mode
>
>
> Hi,
>
> I am starting a project using a PMC Sierra RM9222 processor.
> Could anyone that has used the RM9200 family please
> recommend a distribution and tool-chain? What has been your
> experience with Linux on this processor? What secrets and
> limitations have you found along the way? I am new to MIPS and SMP.
>
> Thanks,
> Bryan Althouse
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Running RM9000 in SMP mode
2005-01-31 18:27 Running RM9000 in SMP mode Brad Larson
@ 2005-01-31 21:31 ` Manish Lachwani
0 siblings, 0 replies; 6+ messages in thread
From: Manish Lachwani @ 2005-01-31 21:31 UTC (permalink / raw)
To: Brad Larson; +Cc: 'bkalthouse@comcast.net', linux-mips
Brad,
Just out of curiosity, does the processor being used below: Rm9222 have
the five state MOESI protocol support?
Thanks
Manish Lachwani
Brad Larson wrote:
>Bryan,
>
>The following are available at ftp.pmc-sierra.com
>
>cross tools: gcc-3.3+ with E9000 core compiler optimizations
>
>userland: demo userland, monta-vista based, native compiler does not have E9000 optimizations
>
>kernel snapshots: Yosemite/RM92xx SMP capable for 2.4.21, 2.4.26, 2.6.10
>
>doc: pmon and linux readme and board docs. www.pmon2000.com for online pmon2000 command reference.
>
>Of course linux-mips.org for kernel sources and status, cvs-web, other userland pointers, all the port bits eventually get there. The E9000 optimizations were committed to gcc.org, available in gcc-3.4.
>
>Datasheets and docs requiring NDA contact support@pmc-sierra.com or your sales/FAE contact.
>
>--Brad
>
>
>
>>-----Original Message-----
>>From: linux-mips-bounce@linux-mips.org
>>[mailto:linux-mips-bounce@linux-mips.org]On Behalf Of
>>bkalthouse@comcast.net
>>Sent: Monday, January 31, 2005 9:22 AM
>>To: thomas.petazzoni@enix.org; mlachwani@mvista.com
>>Cc: linux-mips@linux-mips.org
>>Subject: Re: Running RM9000 in SMP mode
>>
>>
>>Hi,
>>
>>I am starting a project using a PMC Sierra RM9222 processor.
>> Could anyone that has used the RM9200 family please
>>recommend a distribution and tool-chain? What has been your
>>experience with Linux on this processor? What secrets and
>>limitations have you found along the way? I am new to MIPS and SMP.
>>
>>Thanks,
>>Bryan Althouse
>>
>>
>
>
>
>
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2005-01-31 21:31 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-01-31 18:27 Running RM9000 in SMP mode Brad Larson
2005-01-31 21:31 ` Manish Lachwani
-- strict thread matches above, loose matches on Subject: below --
2005-01-31 17:21 bkalthouse
2005-01-31 17:21 ` bkalthouse
2004-10-18 15:03 Thomas Petazzoni
2004-10-18 16:24 ` Manish Lachwani
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox