files.iq80310 revision 1.7
11.7Sthorpej#	$NetBSD: files.iq80310,v 1.7 2002/02/07 21:34:23 thorpej Exp $
21.1Sthorpej#
31.1Sthorpej# Intel IQ80310 evaluation board configuration info
41.1Sthorpej#
51.7Sthorpej
61.7Sthorpej# Define the (IQ80310-based) board types that we support:
71.7Sthorpej#
81.7Sthorpej#	IOP310_TEAMASA_NPWR
91.7Sthorpej#		Team ASA, Inc. Npwr http://www.teamasa.com/
101.7Sthorpej#
111.7Sthorpej# If no board type options are specified, the default is the
121.7Sthorpej# Intel/Cyclone IQ80310 (which is the IOP310 reference design
131.7Sthorpej# eval board).
141.7Sthorpejdefflag opt_iop310.h	IOP310_TEAMASA_NPWR
151.1Sthorpej
161.6Sthorpej# Use the generic ARM soft interrupt code.
171.6Sthorpejfile	arch/arm/arm/softintr.c
181.6Sthorpej
191.3Sthorpejfile	arch/evbarm/iq80310/iq80310_7seg.c
201.2Sthorpejfile	arch/evbarm/iq80310/iq80310_machdep.c
211.3Sthorpejfile	arch/evbarm/iq80310/iq80310_intr.c
221.3Sthorpejfile	arch/evbarm/iq80310/iq80310_timer.c
231.4Sthorpejfile	arch/evbarm/iq80310/iq80310_pci.c
241.3Sthorpej
251.3Sthorpej# IQ80310 on-board devices (including CPLD)
261.3Sthorpejdevice	obio {[addr = -1]}
271.3Sthorpejattach	obio at mainbus
281.3Sthorpejfile	arch/evbarm/iq80310/obio.c			obio
291.3Sthorpejfile	arch/evbarm/iq80310/obio_space.c		obio
301.3Sthorpejfile	arch/evbarm/iq80310/obio_space_asm.S		obio
311.3Sthorpej
321.3Sthorpej# on-board XR 16550 UARTs
331.3Sthorpejattach	com at obio with com_obio
341.3Sthorpejfile	arch/evbarm/iq80310/com_obio.c			com_obio
351.5Sthorpej
361.5Sthorpej# i80200 CPU support
371.5Sthorpejinclude "arch/arm/xscale/files.i80200"
381.1Sthorpej
391.4Sthorpej# i80312 Companion I/O support
401.4Sthorpejinclude	"arch/arm/xscale/files.i80312"
411.4Sthorpej
421.4Sthorpejattach	iopxs at mainbus with iopxs_mainbus
431.4Sthorpejfile	arch/evbarm/iq80310/i80312_mainbus.c		iopxs_mainbus
44