std.iq80321 revision 1.12
11.12Schris# $NetBSD: std.iq80321,v 1.12 2008/01/27 12:37:11 chris Exp $ 21.1Sthorpej# 31.1Sthorpej# standard NetBSD/evbarm for IQ80321 options 41.1Sthorpej 51.1Sthorpejmachine evbarm arm 61.10Syamtinclude "conf/std" # MI standard options 71.12Schrisinclude "arch/arm/conf/std.arm" # arch standard options 81.1Sthorpej 91.1Sthorpej# Pull in IQ80321 config definitions. 101.1Sthorpejinclude "arch/evbarm/conf/files.iq80321" 111.1Sthorpej 121.1Sthorpejoptions EXEC_ELF32 131.1Sthorpejoptions EXEC_AOUT 141.1Sthorpejoptions EXEC_SCRIPT 151.1Sthorpej 161.1Sthorpej# To support easy transit to ../arch/arm/arm32 171.1Sthorpejoptions ARM32 181.7Sscw 191.8Sscw#options ARM32_NEW_VM_LAYOUT # Not yet ready for prime-time 201.1Sthorpej 211.1Sthorpejmakeoptions BOARDTYPE="iq80321" 221.5Sthorpejmakeoptions BOARDMKFRAG="${THISARM}/conf/mk.iq80321" 231.3Sbriggs 241.4Sthorpejoptions ARM_INTR_IMPL="<arch/arm/xscale/i80321_intr.h>" 251.1Sthorpej 261.1Sthorpej# We need to configure the PCI bus. 271.1Sthorpejoptions PCI_NETBSD_CONFIGURE 28