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