Subject: Re: Newbie looking to figure out how to do a port!
To: None <tech-ports@NetBSD.org>
From: Peter Seebach <seebs@plethora.net>
List: tech-ports
Date: 02/17/2006 10:17:34
In message <20060217161358.GA891@nbholecek.uamt.feec.vutbr.cz>, Jachym Holecek 
writes:
>For your redboot-based board, you can probably kill this code
>and further, if you find out RB actually passes some interesting
>information down to the OS, you would write support for that from
>scratch (well -- that's what I'd do).

Yeah, it looks like that's what I have to do.  The 405 apparently requires the
OS to configure a number of things (for instance, to guess what MAC address
the ethernet controller has), and this is normally done through information
passed in from openbios or RedBoot.

I've gotten as far as "root device?".  Now to build a kernel with support for
NFS root, and a complete userland for it.  I still have some holes (no clue
what to do with the gpio to get control over the LEDs), but I'm able to bring
the system up and detect attached devices.

-s