1 # $NetBSD: std.ixm1200,v 1.15.4.1 2019/06/10 22:06:05 christos Exp $ 2 # 3 # standard NetBSD/evbarm for IXM1200 options 4 5 machine evbarm arm 6 include "arch/evbarm/conf/std.evbarm" 7 8 # Pull in IXM1200 config definitions. 9 include "arch/evbarm/conf/files.ixm1200" 10 11 options EXEC_AOUT 12 13 options KERNEL_BASE_EXT=0xc0000000 14 makeoptions LOADADDRESS="0xC0200000" 15 makeoptions BOARDTYPE="ixm1200" 16 makeoptions BOARDMKFRAG="${THISARM}/conf/mk.ixm1200" 17 18 options ARM_INTR_IMPL="<arch/arm/ixp12x0/ixp12x0_intr.h>" 19 20 # We need to configure the PCI bus. 21 options PCI_NETBSD_CONFIGURE 22