Subject: Re: MIPS32 24Kc port
To: Prem Kumar <prem@atheros.com>
From: Simon Burge <simonb@NetBSD.org>
List: port-mips
Date: 01/16/2007 13:51:11
Prem Kumar wrote:

> I'm just checking to see if there is a MIPS32 24Kc port for netbsd? If not, 
> are there any tips on getting started.

There's no support per se for the 24Kc, but the core itself
should Just Work.  You'll just need to add an entry to
sys/arch/mips/mips/mips_machdep.c .  There's currently no support
for MIPS32R2 features, but that shouldn't cause any problems.

What board do you have?  Something with a standalone 24Kc, or is
it part of a System-On-a-Chip type CPU?  Just about all of the work
will be in device intergration etc.

Cheers,
Simon.