std.iq80321 revision 1.7
11.7Sscw#	$NetBSD: std.iq80321,v 1.7 2003/04/18 12:01:32 scw Exp $
21.1Sthorpej#
31.1Sthorpej# standard NetBSD/evbarm for IQ80321 options
41.1Sthorpej
51.1Sthorpejmachine	evbarm arm
61.1Sthorpej
71.1Sthorpej# Pull in IQ80321 config definitions.
81.1Sthorpejinclude "arch/evbarm/conf/files.iq80321"
91.1Sthorpej
101.1Sthorpejoptions 	EXEC_ELF32
111.1Sthorpejoptions 	EXEC_AOUT
121.1Sthorpejoptions 	EXEC_SCRIPT
131.1Sthorpej
141.1Sthorpej# To support easy transit to ../arch/arm/arm32
151.1Sthorpejoptions 	ARM32
161.7Sscw
171.7Sscw# New pmap options are standard on this board
181.7Sscwoptions 	ARM32_PMAP_NEW
191.7Sscwoptions 	ARM32_NEW_VM_LAYOUT
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