std.iq80321 revision 1.15
11.15Smatt#	$NetBSD: std.iq80321,v 1.15 2012/12/16 23:47:56 matt Exp $
21.1Sthorpej#
31.1Sthorpej# standard NetBSD/evbarm for IQ80321 options
41.1Sthorpej
51.1Sthorpejmachine	evbarm arm
61.15Smattinclude		"arch/evbarm/conf/std.evbarm"
71.1Sthorpej
81.1Sthorpej# Pull in IQ80321 config definitions.
91.15Smattinclude		"arch/evbarm/conf/files.iq80321"
101.1Sthorpej
111.1Sthorpejoptions 	EXEC_AOUT
121.7Sscw
131.8Sscw#options 	ARM32_NEW_VM_LAYOUT	# Not yet ready for prime-time
141.1Sthorpej
151.13Sbriggsoptions         KERNEL_BASE_EXT=0xc0000000
161.1Sthorpejmakeoptions	BOARDTYPE="iq80321"
171.5Sthorpejmakeoptions	BOARDMKFRAG="${THISARM}/conf/mk.iq80321"
181.3Sbriggs
191.4Sthorpejoptions 	ARM_INTR_IMPL="<arch/arm/xscale/i80321_intr.h>"
201.1Sthorpej
211.1Sthorpej# We need to configure the PCI bus.
221.1Sthorpejoptions 	PCI_NETBSD_CONFIGURE
23