std.iq80321 revision 1.10
11.10Syamt# $NetBSD: std.iq80321,v 1.10 2005/09/17 09:44:06 yamt 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.1Sthorpej 81.1Sthorpej# Pull in IQ80321 config definitions. 91.1Sthorpejinclude "arch/evbarm/conf/files.iq80321" 101.1Sthorpej 111.1Sthorpejoptions EXEC_ELF32 121.1Sthorpejoptions EXEC_AOUT 131.1Sthorpejoptions EXEC_SCRIPT 141.1Sthorpej 151.1Sthorpej# To support easy transit to ../arch/arm/arm32 161.1Sthorpejoptions ARM32 171.7Sscw 181.8Sscw#options ARM32_NEW_VM_LAYOUT # Not yet ready for prime-time 191.1Sthorpej 201.1Sthorpejmakeoptions BOARDTYPE="iq80321" 211.5Sthorpejmakeoptions BOARDMKFRAG="${THISARM}/conf/mk.iq80321" 221.3Sbriggs 231.4Sthorpejoptions ARM_INTR_IMPL="<arch/arm/xscale/i80321_intr.h>" 241.1Sthorpej 251.1Sthorpej# We need to configure the PCI bus. 261.1Sthorpejoptions PCI_NETBSD_CONFIGURE 27