Linux MIPS Architecture development
 help / color / mirror / Atom feed
* Re: I am interested in helping port to Indigo
  1998-10-12 18:22 I am interested in helping port to Indigo Fernando D. Mato Mira
@ 1998-10-12 18:15 ` Alex deVries
  1998-10-12 18:47   ` William J. Earl
  1998-10-12 18:28 ` William J. Earl
  1 sibling, 1 reply; 11+ messages in thread
From: Alex deVries @ 1998-10-12 18:15 UTC (permalink / raw)
  To: Fernando D. Mato Mira; +Cc: linux

Fernando D. Mato Mira wrote:

> Hello,
>
> What would one need to do to port what is running of SGI/Linux to
> Indigo R4400 150MHz Elan?

One would need to write device drivers for:
- SCSI
- ethernet
- display or serial

I thought the indigo used either gio64 or gio32.  I might be wrong.

Have I missed anything?

- Alex

^ permalink raw reply	[flat|nested] 11+ messages in thread

* I am interested in helping port to Indigo
@ 1998-10-12 18:22 Fernando D. Mato Mira
  1998-10-12 18:15 ` Alex deVries
  1998-10-12 18:28 ` William J. Earl
  0 siblings, 2 replies; 11+ messages in thread
From: Fernando D. Mato Mira @ 1998-10-12 18:22 UTC (permalink / raw)
  To: linux

Hello,

What would one need to do to port what is running of SGI/Linux to 
Indigo R4400 150MHz Elan?

Regards,

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: I am interested in helping port to Indigo
  1998-10-12 18:22 I am interested in helping port to Indigo Fernando D. Mato Mira
  1998-10-12 18:15 ` Alex deVries
@ 1998-10-12 18:28 ` William J. Earl
  1998-10-12 18:58   ` Fernando D. Mato Mira
  1 sibling, 1 reply; 11+ messages in thread
From: William J. Earl @ 1998-10-12 18:28 UTC (permalink / raw)
  To: Fernando D. Mato Mira; +Cc: linux

Fernando D. Mato Mira writes:
 > Hello,
 > 
 > What would one need to do to port what is running of SGI/Linux to 
 > Indigo R4400 150MHz Elan?

     By "Indigo R4400", I assume you mean "Indigo2 R4400".  As far as
I know, we only supported the R4000 in the "Indigo R4000".  The 
kernel should be mostly compatible, aside from some details about
clocks, the addition of the EISA bus, and the absence of the video
port.  The big issue is the graphics.  Elan has downloaded microcode,
although you might make do with what is downloaded by the PROM.
Unfortunately, I cannot at present supply documentation for the
interface exported by that microcode (partly because I don't have
any ready to hand).  

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: I am interested in helping port to Indigo
  1998-10-12 18:15 ` Alex deVries
@ 1998-10-12 18:47   ` William J. Earl
  0 siblings, 0 replies; 11+ messages in thread
From: William J. Earl @ 1998-10-12 18:47 UTC (permalink / raw)
  To: Alex deVries; +Cc: Fernando D. Mato Mira, linux

Alex deVries writes:
 > Fernando D. Mato Mira wrote:
 > 
 > > Hello,
 > >
 > > What would one need to do to port what is running of SGI/Linux to
 > > Indigo R4400 150MHz Elan?
 > 
 > One would need to write device drivers for:
 > - SCSI
 > - ethernet
 > - display or serial
 > 
 > I thought the indigo used either gio64 or gio32.  I might be wrong.

     The original Indigo (R3000-based) used a different chip set from
the Indigo R4000, Indy, and Indigo2, which shared a common memory controller.
The latter machines use vary a bit in the details of their peripheral
chips, the parts are mostly either the same or different mainly in being
later revisions in some of the systems.  The Indigo2 added EISA bus support
(along with GIO). 

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: I am interested in helping port to Indigo
  1998-10-12 18:28 ` William J. Earl
@ 1998-10-12 18:58   ` Fernando D. Mato Mira
  1998-10-12 21:30     ` darkaeon
  0 siblings, 1 reply; 11+ messages in thread
From: Fernando D. Mato Mira @ 1998-10-12 18:58 UTC (permalink / raw)
  To: linux

At 11:28 AM 10/12/98 -0700, you wrote:

> > What would one need to do to port what is running of SGI/Linux to 
> > Indigo R4400 150MHz Elan?
>
>     By "Indigo R4400", I assume you mean "Indigo2 R4400".  As far as

Nope. Indigo "1" R4400 indeed. 

And yes, it's GIO32.

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: I am interested in helping port to Indigo
  1998-10-12 21:30     ` darkaeon
@ 1998-10-12 20:48       ` Rob Lembree
  1998-10-12 21:13         ` William J. Earl
  1998-10-12 21:37         ` Christian Reisch
  1998-10-12 21:31       ` Rob Lembree
  1998-10-13 13:44       ` Fernando D. Mato Mira
  2 siblings, 2 replies; 11+ messages in thread
From: Rob Lembree @ 1998-10-12 20:48 UTC (permalink / raw)
  To: darkaeon; +Cc: linux

> Perhaps you can supply us with a hinv output and picture of it, as I
>have never heard of an Indigo with a R4400...

SGI did indeed build these with both 100 and 150 MHz processors.
It was called the IP20.

-- 

Rob Lembree                Strategic Software Organization

Silicon Graphics, Inc.                  http://www.sgi.com
One Cabot Road                             rob@lembree.com
Hudson, MA 01749                           lembree@sgi.com
Phone: 978-567-2141                      FAX: 978-567-2341

PGP: 1F EE F8 58 30 F1 B1 20  C5 4F 12 21 AD 0D 6B 29

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: I am interested in helping port to Indigo
  1998-10-12 20:48       ` Rob Lembree
@ 1998-10-12 21:13         ` William J. Earl
  1998-10-12 21:37         ` Christian Reisch
  1 sibling, 0 replies; 11+ messages in thread
From: William J. Earl @ 1998-10-12 21:13 UTC (permalink / raw)
  To: Rob Lembree; +Cc: darkaeon, linux

Rob Lembree writes:
 > > Perhaps you can supply us with a hinv output and picture of it, as I
 > >have never heard of an Indigo with a R4400...
 > 
 > SGI did indeed build these with both 100 and 150 MHz processors.
 > It was called the IP20.
...
      I was familiar with the IP20.  I didn't realize that we had shipped
any 150 MHZ R4400 processors for the IP20.

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: I am interested in helping port to Indigo
  1998-10-12 18:58   ` Fernando D. Mato Mira
@ 1998-10-12 21:30     ` darkaeon
  1998-10-12 20:48       ` Rob Lembree
                         ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: darkaeon @ 1998-10-12 21:30 UTC (permalink / raw)
  To: linux

Fernando D. Mato Mira wrote:

> At 11:28 AM 10/12/98 -0700, you wrote:
>
> > > What would one need to do to port what is running of SGI/Linux to
> > > Indigo R4400 150MHz Elan?
> >
> >     By "Indigo R4400", I assume you mean "Indigo2 R4400".  As far as
>
> Nope. Indigo "1" R4400 indeed.
>
> And yes, it's GIO32.

  Perhaps you can supply us with a hinv output and picture of it, as I
have never heard of an Indigo with a R4400...

-Steve

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: I am interested in helping port to Indigo
  1998-10-12 21:30     ` darkaeon
  1998-10-12 20:48       ` Rob Lembree
@ 1998-10-12 21:31       ` Rob Lembree
  1998-10-13 13:44       ` Fernando D. Mato Mira
  2 siblings, 0 replies; 11+ messages in thread
From: Rob Lembree @ 1998-10-12 21:31 UTC (permalink / raw)
  To: darkaeon; +Cc: linux

Here's a hinv from an R4400 Indigo:

CPU: MIPS R4400 Processor Chip Revision: 4.0
FPU: MIPS R4000 Floating Point Coprocessor Revision: 0.0
1 100 MHZ IP20 Processor
Main memory size: 48 Mbytes
Secondary unified instruction/data cache size: 1 Mbyte on Processor 0
Instruction cache size: 16 Kbytes
Data cache size: 16 Kbytes
Integral SCSI controller 0: Version WD33C93B, revision C
  Disk drive: unit 1 on SCSI controller 0
  Disk drive: unit 2 on SCSI controller 0
On-board serial ports: 2
On-board bi-directional parallel port
Graphics board: GR2-Elan
Integral Ethernet: ec0, version 1
Iris Audio Processor: revision 10
Galileo video  (ev1): unit 0, revision 2.  601 option connected.  

-- 

Rob Lembree                Strategic Software Organization

Silicon Graphics, Inc.                  http://www.sgi.com
One Cabot Road                             rob@lembree.com
Hudson, MA 01749                           lembree@sgi.com
Phone: 978-567-2141                      FAX: 978-567-2341

PGP: 1F EE F8 58 30 F1 B1 20  C5 4F 12 21 AD 0D 6B 29

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: I am interested in helping port to Indigo
  1998-10-12 20:48       ` Rob Lembree
  1998-10-12 21:13         ` William J. Earl
@ 1998-10-12 21:37         ` Christian Reisch
  1 sibling, 0 replies; 11+ messages in thread
From: Christian Reisch @ 1998-10-12 21:37 UTC (permalink / raw)
  To: Rob Lembree; +Cc: darkaeon, linux

> 
> > Perhaps you can supply us with a hinv output and picture of it, as I
> >have never heard of an Indigo with a R4400...
> 

[dreamtime:~] hinv
CPU: MIPS R4400 Processor Chip Revision: 5.0
FPU: MIPS R4000 Floating Point Coprocessor Revision: 0.0
1 150 MHZ IP20 Processor
Main memory size: 48 Mbytes
Secondary unified instruction/data cache size: 1 Mbyte on Processor 0
Instruction cache size: 16 Kbytes
Data cache size: 16 Kbytes
Integral SCSI controller 0: Version WD33C93B, revision C
  Disk drive: unit 1 on SCSI controller 0
  Disk drive: unit 2 on SCSI controller 0
  Disk drive: unit 3 on SCSI controller 0
On-board serial ports: 2
On-board bi-directional parallel port
Graphics board: GR2-XS24
Integral Ethernet: ec0, version 1
Iris Audio Processor: revision 10

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: I am interested in helping port to Indigo
  1998-10-12 21:30     ` darkaeon
  1998-10-12 20:48       ` Rob Lembree
  1998-10-12 21:31       ` Rob Lembree
@ 1998-10-13 13:44       ` Fernando D. Mato Mira
  2 siblings, 0 replies; 11+ messages in thread
From: Fernando D. Mato Mira @ 1998-10-13 13:44 UTC (permalink / raw)
  To: linux

[-- Attachment #1: Type: text/html, Size: 2354 bytes --]

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~1998-10-13 13:44 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
1998-10-12 18:22 I am interested in helping port to Indigo Fernando D. Mato Mira
1998-10-12 18:15 ` Alex deVries
1998-10-12 18:47   ` William J. Earl
1998-10-12 18:28 ` William J. Earl
1998-10-12 18:58   ` Fernando D. Mato Mira
1998-10-12 21:30     ` darkaeon
1998-10-12 20:48       ` Rob Lembree
1998-10-12 21:13         ` William J. Earl
1998-10-12 21:37         ` Christian Reisch
1998-10-12 21:31       ` Rob Lembree
1998-10-13 13:44       ` Fernando D. Mato Mira

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox