Paul Jakma | 1 Jun 2006 16:20
Picon

Re: IP32 hangs after reboot

<apologies for the lag, please include me on replies so a copy hits 
my main INBOX - Reply-To set accordingly>

On Tue, 23 May 2006, Izumi Tsutsui wrote:

>> Further datapoint: This only appears to happen if you try reboot 
>> from a netbooted kernel (userspace on local disk).
>
> Is it 100% reproducible?

Strangely enough, no.

> It *sometimes* happened even with kernels booted from sd0
> on my R5K IP32.

Hmm, odd. It's a bit annoying when it happens, have to go hunt for a 
paper clip to stick in the hard-reset pin-hole. :( Presumably some 
kind of PROM interaction?

> It's current NetBSD/mips spec, which assumes all physical RAM can 
> be accessed via KSEG0. On IP32, RAM higher than 256MB is located at 
> 0x20000000 or 0x40000000 so it can't be handled by the current 
> kernel, and someone has to rewrite mips pmap to fix it.

So not anytime soon then. I'll gladly test any proposed patches, if 
someone /were/ to try. (700MB IP32 box).

> Maybe it's R10k issue caused by SGI's (silly) hardware design,
> but not easy to fix, I guess.

(Continue reading)

Izumi Tsutsui | 1 Jun 2006 16:50
Picon
Gravatar

Re: IP32 hangs after reboot

paul <at> clubi.ie wrote:

> > Is it 100% reproducible?
> 
> Strangely enough, no.

That is one reason why we can't debug it enough.

> It's a bit annoying when it happens, have to go hunt for a 
> paper clip to stick in the hard-reset pin-hole. :( Presumably some 
> kind of PROM interaction?

Indeed. If you see the problem again, could you try the following
commands to reset the watchdog register on ddb's "db>" prompt
(after sending break on your terminal):
db> w 0xb4000008 0x200
db> w 0xb4000030 0
db> reboot

(unfortunately my IP32 was dead recently...)
---
Izumi Tsutsui

Paul Jakma | 1 Jun 2006 17:01
Picon

Re: IP32 hangs after reboot

On Thu, 1 Jun 2006, Izumi Tsutsui wrote:

> That is one reason why we can't debug it enough.

I have a vague notion this tends to happen most reliably after 
installing, and I usually netboot the installer. The reboot after 
install from disk hangs.

I wonder if perhaps the problem occurs only after you have bootp()'d 
a kernel?

> Indeed. If you see the problem again, could you try the following
> commands to reset the watchdog register on ddb's "db>" prompt
> (after sending break on your terminal):
> db> w 0xb4000008 0x200
> db> w 0xb4000030 0
> db> reboot

Will try. Thanks!

regards,
--

-- 
Paul Jakma	paul <at> clubi.ie	paul <at> jakma.org	Key ID: 64A2FF6A
Fortune:
Running Windows on a Pentium is like having a brand new Porsche but only
be able to drive backwards with the handbrake on.
(Unknown source)

Thomas E. Spanjaard | 3 Jun 2006 14:45

Re: looking for mips64 h/w

Garrett D'Amore wrote:
> Our SoC student working the MIPS64 port has had trouble locating 64-bit
> compliant hardware.
[...]
> For now our student is going to be working on qemu, until he gets
> hardware.  (One advantage of someone sending us hardware is that it is
> most likely that it will be *that* particular 64-bit platform that gets
> supported best/first. :-)

I believe Jan Schaumann has/had an IP30 machine available for the 
IP30/IP27 port, and I at least would be pleased if these two projects 
were combined. It does pose additional work though. Also, depending on 
the location of the student I could offer my Indigo2.

Cheers,
--

-- 
         Thomas E. Spanjaard
         tgen <at> netphreax.net
Jan Schaumann | 3 Jun 2006 16:52
Favicon
Gravatar

Re: looking for mips64 h/w

"Thomas E. Spanjaard" <tgen <at> netphreax.net> wrote:

> I believe Jan Schaumann has/had an IP30 machine available for the 
> IP30/IP27 port, and I at least would be pleased if these two projects 
> were combined. It does pose additional work though. Also, depending on 
> the location of the student I could offer my Indigo2.

Correct, I have an SGI Octane sitting around unused in Hoboken, NJ,
waiting to be picked up and NetBSDified.  Unfortunately, it's rather
heavy, so shipping is not really an option...

-Jan

--

-- 
Free Speech Online - Stop Internet Censorship
   --- Electronic Frontier Foundation -- http://www.eff.org ---
Thomas E. Spanjaard | 3 Jun 2006 17:34

Re: sgi hardware donation

darby <at> accrc.org wrote:
> I work at a technology recycling company in Berkeley, CA. We recently received a large donation of SGI
computers: mostly O2s, Origin 200s, and Indigo 2s (R10k and R4k cpus). I'd like to try finding them a good
home instead of recycling them for scrap. Do you guys need any of that type of hardware, either whole or in
parts (but no hds), for your MIPS port? One caveat, unfortunately I do not have the means to cover shipping.

The Indigo2 and O2 should be suitable for the MIPS64 ISA project, and 
the Origin 200 for the port to IP30/IP27. I don't know yet where Qi Liu 
is located, and if more people are interested in porting to IP30/IP27. 
Re the shipping issue, I have no idea yet.

Cheers,
--

-- 
         Thomas E. Spanjaard
         tgen <at> netphreax.net
Garrett D'Amore | 3 Jun 2006 18:24

Re: looking for mips64 h/w

Jan Schaumann wrote:
> "Thomas E. Spanjaard" <tgen <at> netphreax.net> wrote:
>  
>   
>> I believe Jan Schaumann has/had an IP30 machine available for the 
>> IP30/IP27 port, and I at least would be pleased if these two projects 
>> were combined. It does pose additional work though. Also, depending on 
>> the location of the student I could offer my Indigo2.
>>     
>
> Correct, I have an SGI Octane sitting around unused in Hoboken, NJ,
> waiting to be picked up and NetBSDified.  Unfortunately, it's rather
> heavy, so shipping is not really an option...
>
> -Jan
>
>   

I'm in southern California, so I can't easily pick it up.  I don't know
the SoC student's location yet, but I have asked him.

    -- Garrett

--

-- 
Garrett D'Amore, Principal Software Engineer
Tadpole Computer / Computing Technologies Division,
General Dynamics C4 Systems
http://www.tadpolecomputer.com/
Phone: 951 325-2134  Fax: 951 325-2191

(Continue reading)

Gerald Heinig | 3 Jun 2006 16:06
Picon

Re: looking for mips64 h/w

Hi all,

Jan Schaumann wrote:
> "Thomas E. Spanjaard" <tgen <at> netphreax.net> wrote:
>  
> 
>>I believe Jan Schaumann has/had an IP30 machine available for the 
>>IP30/IP27 port, and I at least would be pleased if these two projects 
>>were combined. It does pose additional work though. Also, depending on 
>>the location of the student I could offer my Indigo2.
> 
> 
> Correct, I have an SGI Octane sitting around unused in Hoboken, NJ,
> waiting to be picked up and NetBSDified.  Unfortunately, it's rather
> heavy, so shipping is not really an option...

Just to throw my Eur. 0.02 into the discussion: I have a dual-CPU Octane 
  sitting here unused for at least 2 years (due to ENOTIME) which I'm 
planning to sell in the near future. It's equipped with a PCI cardcage, 
too, so supporting PCI hardware is no problem either.
I'm located just outside Karlsruhe, Germany.
If anyone's interested in borrowing or buying the machine for a porting 
effort, let me know.

Cheers,
Gerald

Garrett D'Amore | 3 Jun 2006 18:32

Re: looking for mips64 h/w

Garrett D'Amore wrote:
> Jan Schaumann wrote:
>   
>> "Thomas E. Spanjaard" <tgen <at> netphreax.net> wrote:
>>  
>>   
>>     
>>> I believe Jan Schaumann has/had an IP30 machine available for the 
>>> IP30/IP27 port, and I at least would be pleased if these two projects 
>>> were combined. It does pose additional work though. Also, depending on 
>>> the location of the student I could offer my Indigo2.
>>>     
>>>       
>> Correct, I have an SGI Octane sitting around unused in Hoboken, NJ,
>> waiting to be picked up and NetBSDified.  Unfortunately, it's rather
>> heavy, so shipping is not really an option...
>>
>> -Jan
>>
>>   
>>     
>
> I'm in southern California, so I can't easily pick it up.  I don't know
> the SoC student's location yet, but I have asked him.
>   

Answer: Beijing, China.  I guess this makes a pickup in Hoboken NJ out
of the question. :-)

Thanks anyway.   In the meantime, if anyone else can help out, please
(Continue reading)

Charles Chandler | 3 Jun 2006 18:05
Picon
Favicon

Re: sgi hardware donation

We have a 4D/25 (IP6) available in the UK.  Let me know if interested!
-Chaz

>From: "Thomas E. Spanjaard" <tgen <at> netphreax.net>
>Reply-To: tgen <at> netphreax.net
>To: darby <at> accrc.org
>CC: port-sgimips <at> NetBSD.org
>Subject: Re: sgi hardware donation
>Date: Sat, 03 Jun 2006 15:34:40 +0000
>
>darby <at> accrc.org wrote:
>>I work at a technology recycling company in Berkeley, CA. We recently 
>>received a large donation of SGI computers: mostly O2s, Origin 200s, and 
>>Indigo 2s (R10k and R4k cpus). I'd like to try finding them a good home 
>>instead of recycling them for scrap. Do you guys need any of that type of 
>>hardware, either whole or in parts (but no hds), for your MIPS port? One 
>>caveat, unfortunately I do not have the means to cover shipping.
>
>The Indigo2 and O2 should be suitable for the MIPS64 ISA project, and the 
>Origin 200 for the port to IP30/IP27. I don't know yet where Qi Liu is 
>located, and if more people are interested in porting to IP30/IP27. Re the 
>shipping issue, I have no idea yet.
>
>Cheers,
>--
>         Thomas E. Spanjaard
>         tgen <at> netphreax.net

><< signature.asc >>

(Continue reading)


Gmane