Home | History | Annotate | Line # | Download | only in conf
GENERIC32_IP12 revision 1.1.14.2
      1  1.1.14.2    yamt #	$NetBSD: GENERIC32_IP12,v 1.1.14.2 2007/09/03 14:29:13 yamt Exp $
      2       1.1  sekiya #
      3       1.1  sekiya # sgimips GENERIC kernel for IP12
      4       1.1  sekiya #
      5  1.1.14.1    yamt # The IP12 is very, very similar to the IP2x, with two important differences:
      6  1.1.14.1    yamt # it is MIPS1 and has a different memory map. This means that while we can
      7  1.1.14.1    yamt # produce a kernel that works on both CPU architectures, our start addresses
      8  1.1.14.1    yamt # 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