Home | History | Annotate | Line # | Download | only in conf
GENERIC32_IP12 revision 1.4
      1  1.4  garbled #	$NetBSD: GENERIC32_IP12,v 1.4 2007/10/17 19:57:03 garbled Exp $
      2  1.1   sekiya #
      3  1.1   sekiya # sgimips GENERIC kernel for IP12
      4  1.1   sekiya #
      5  1.2   rumble # The IP12 is very, very similar to the IP2x, with two important differences:
      6  1.2   rumble # it is MIPS1 and has a different memory map. This means that while we can
      7  1.2   rumble # produce a kernel that works on both CPU architectures, our start addresses
      8  1.2   rumble # must differ.
      9  1.1   sekiya #
     10  1.1   sekiya # To keep things simple, include the IP2x kernel config and "no option" the
     11  1.1   sekiya # offending bits.
     12  1.1   sekiya 
     13  1.1   sekiya # Pull in standard `install' config
     14  1.1   sekiya include 	"arch/sgimips/conf/GENERIC32_IP2x"
     15  1.1   sekiya 
     16  1.1   sekiya no options	MIPS3
     17  1.1   sekiya options		MIPS1
     18  1.1   sekiya no options	INDY_R4600_CACHE
     19  1.1   sekiya 
     20  1.1   sekiya no makeoptions	TEXTADDR
     21  1.1   sekiya makeoptions	TEXTADDR=0x80002000
     22