std.iq80321 revision 1.13
11.13Sbriggs#	$NetBSD: std.iq80321,v 1.13 2009/01/05 05:53:06 briggs 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.13Sbriggsoptions         KERNEL_BASE_EXT=0xc0000000
221.1Sthorpejmakeoptions	BOARDTYPE="iq80321"
231.5Sthorpejmakeoptions	BOARDMKFRAG="${THISARM}/conf/mk.iq80321"
241.3Sbriggs
251.4Sthorpejoptions 	ARM_INTR_IMPL="<arch/arm/xscale/i80321_intr.h>"
261.1Sthorpej
271.1Sthorpej# We need to configure the PCI bus.
281.1Sthorpejoptions 	PCI_NETBSD_CONFIGURE
29