1 1.1.2.2 matt # $NetBSD: std.mpc85xx,v 1.1.2.2 2011/10/14 17:21:27 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.2 matt options EVBPPC_HAS_MBR # Use MBR format (needed for SDCARD booting) 11 1.1.2.1 matt 12 1.1.2.1 matt # Executable support: 13 1.1.2.1 matt options EXEC_ELF32 # (native) ELF32 binary support 14 1.1.2.1 matt options EXEC_SCRIPT # shell script support 15 1.1.2.1 matt 16 1.1.2.1 matt makeoptions TEXTADDR=0x20000 17 1.1.2.1 matt makeoptions BOARDTYPE="mpc85xx" 18 1.1.2.1 matt makeoptions PPCDIR="booke" 19 1.1.2.1 matt makeoptions NEEDS_MDSETIMAGE="yes" 20 1.1.2.1 matt 21 1.1.2.1 matt options PPC_INTR_IMPL="<powerpc/booke/intr.h>" 22 1.1.2.1 matt options PPC_PCI_MACHDEP_IMPL="<powerpc/pci_machdep.h>" 23 1.1.2.1 matt options KERNBASE=0x20000 24 1.1.2.1 matt options GUR_BASE=0xe0000000 25 1.1.2.1 matt 26 1.1.2.1 matt include "arch/powerpc/conf/files.booke" 27 1.1.2.1 matt include "arch/evbppc/conf/files.mpc85xx" 28