Home | History | Annotate | Line # | Download | only in conf
      1  1.6  matt #	$NetBSD: std.mpc85xx,v 1.6 2011/06/10 16:38:17 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.3  matt options 	EVBPPC_HAS_MBR	# Use MBR format (needed for SDCARD booting)
     11  1.2  matt 
     12  1.2  matt # Executable support:
     13  1.2  matt options 	EXEC_ELF32	# (native) ELF32 binary support
     14  1.2  matt options 	EXEC_SCRIPT	# shell script support
     15  1.2  matt 
     16  1.2  matt makeoptions	TEXTADDR=0x20000
     17  1.2  matt makeoptions	BOARDTYPE="mpc85xx"
     18  1.2  matt makeoptions	PPCDIR="booke"
     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.6  matt options 	GUR_BASE=0xffe00000
     24  1.6  matt #options 	USB_FRAG_DMA_WORKAROUND
     25  1.2  matt 
     26  1.2  matt include		"arch/powerpc/conf/files.booke"
     27  1.2  matt include		"arch/evbppc/conf/files.mpc85xx"
     28