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