Subject: Re: MIPS Magnum 4000-PC fails to boot
To: None <thorpej@zembu.com>
From: Warner Losh <imp@village.org>
List: port-arc
Date: 11/09/2000 10:37:01
In message <20001109073013.C11804@dr-evil.shagadelic.org> Jason R Thorpe writes:
: On Thu, Nov 09, 2000 at 07:57:06AM -0500, Mark Abene wrote:
:
: > That's a perfectly valid question. Does anyone have the proper documentation
: > for the ARC syscalls? I would suspect a lack of documentation is the reason
: > we currently aren't.
:
: ...actually, if you look at arc/arcbios.c, we seem to have bioscons
: routines. Wonder why they're not used?
I have the ARC bios docs.
We don't use them because we wire the tlb early in the boot proces and
that blows away the access to them.
Warner