1 1.9.50.1 matt # std.ixm1200,v 1.9 2005/12/11 12:17:07 christos Exp 2 1.1 ichiro # 3 1.1 ichiro # standard NetBSD/evbarm for IXM1200 options 4 1.1 ichiro 5 1.1 ichiro machine evbarm arm 6 1.8 yamt include "conf/std" # MI standard options 7 1.9.50.1 matt include "arch/arm/conf/std.arm" # arch standard options 8 1.1 ichiro 9 1.1 ichiro # Pull in IXM1200 config definitions. 10 1.1 ichiro include "arch/evbarm/conf/files.ixm1200" 11 1.1 ichiro 12 1.1 ichiro options EXEC_ELF32 13 1.1 ichiro options EXEC_AOUT 14 1.1 ichiro options EXEC_SCRIPT 15 1.1 ichiro 16 1.1 ichiro # To support easy transit to ../arch/arm/arm32 17 1.1 ichiro options ARM32 18 1.6 thorpej 19 1.6 thorpej #options ARM32_NEW_VM_LAYOUT # Not yet ready for prime-time 20 1.1 ichiro 21 1.1 ichiro makeoptions LOADADDRESS="0xC0200000" 22 1.1 ichiro makeoptions BOARDTYPE="ixm1200" 23 1.5 thorpej makeoptions BOARDMKFRAG="${THISARM}/conf/mk.ixm1200" 24 1.2 briggs 25 1.4 thorpej options ARM_INTR_IMPL="<arch/arm/ixp12x0/ixp12x0_intr.h>" 26 1.1 ichiro 27 1.1 ichiro # We need to configure the PCI bus. 28 1.1 ichiro options PCI_NETBSD_CONFIGURE 29