Home | History | Annotate | Line # | Download | only in conf
std.mpc85xx revision 1.2
      1 #	$NetBSD: std.mpc85xx,v 1.2 2011/01/18 01:10:25 matt Exp $
      2 #
      3 # Standard/required options for NetBSD/mpc85xx.
      4 
      5 machine	evbppc powerpc
      6 include		"conf/std"	# MI standard options
      7 
      8 # standard ("mandatory") kernel options.
      9 options 	PPC_BOOKE	# Freescale e500 family
     10 
     11 # Executable support:
     12 options 	EXEC_ELF32	# (native) ELF32 binary support
     13 options 	EXEC_SCRIPT	# shell script support
     14 
     15 makeoptions	TEXTADDR=0x20000
     16 makeoptions	BOARDTYPE="mpc85xx"
     17 makeoptions	PPCDIR="booke"
     18 makeoptions	NEEDS_MDSETIMAGE="yes"
     19 
     20 options 	PPC_INTR_IMPL="<powerpc/booke/intr.h>"
     21 options 	PPC_PCI_MACHDEP_IMPL="<powerpc/pci_machdep.h>"
     22 options 	KERNBASE=0x20000
     23 options		GUR_BASE=0xe0000000
     24 
     25 include		"arch/powerpc/conf/files.booke"
     26 include		"arch/evbppc/conf/files.mpc85xx"
     27