NetBSD/sys/arch/evbarm/conf/files.iq80310

43 lines
1.3 KiB
Plaintext
Raw Normal View History

# $NetBSD: files.iq80310,v 1.11 2003/06/16 17:40:50 thorpej Exp $
#
# Intel IQ80310 evaluation board configuration info
#
# Define the (IQ80310-based) board types that we support:
#
# IOP310_TEAMASA_NPWR
# Team ASA, Inc. Npwr http://www.teamasa.com/
#
# If no board type options are specified, the default is the
# Intel/Cyclone IQ80310 (which is the IOP310 reference design
# eval board).
defflag opt_iop310.h IOP310_TEAMASA_NPWR
# Use the generic ARM soft interrupt code.
file arch/arm/arm/softintr.c
file arch/evbarm/iq80310/iq80310_7seg.c
file arch/evbarm/iq80310/iq80310_machdep.c
file arch/evbarm/iq80310/iq80310_intr.c
file arch/evbarm/iq80310/iq80310_timer.c
file arch/evbarm/iq80310/iq80310_pci.c
# IQ80310 on-board devices (including CPLD)
device obio {addr, [size = -1], [width = -1], [xint3 = -1]}: bus_space_generic
attach obio at mainbus
file arch/evbarm/iq80310/obio.c obio
file arch/evbarm/iq80310/obio_space.c obio
# on-board XR 16550 UARTs
attach com at obio with com_obio
file arch/evbarm/iq80310/com_obio.c com_obio
2002-01-24 06:57:36 +03:00
# i80200 CPU support
include "arch/arm/xscale/files.i80200"
# i80312 Companion I/O support
include "arch/arm/xscale/files.i80312"
attach iopxs at mainbus with iopxs_mainbus
file arch/evbarm/iq80310/i80312_mainbus.c iopxs_mainbus