files.iq80310 revision 1.11
11.11Sthorpej# $NetBSD: files.iq80310,v 1.11 2003/06/16 17:40:50 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.11Sthorpejdevice obio {addr, [size = -1], [width = -1], [xint3 = -1]}: bus_space_generic 271.3Sthorpejattach obio at mainbus 281.3Sthorpejfile arch/evbarm/iq80310/obio.c obio 291.3Sthorpejfile arch/evbarm/iq80310/obio_space.c obio 301.3Sthorpej 311.3Sthorpej# on-board XR 16550 UARTs 321.3Sthorpejattach com at obio with com_obio 331.3Sthorpejfile arch/evbarm/iq80310/com_obio.c com_obio 341.5Sthorpej 351.5Sthorpej# i80200 CPU support 361.5Sthorpejinclude "arch/arm/xscale/files.i80200" 371.1Sthorpej 381.4Sthorpej# i80312 Companion I/O support 391.4Sthorpejinclude "arch/arm/xscale/files.i80312" 401.4Sthorpej 411.4Sthorpejattach iopxs at mainbus with iopxs_mainbus 421.4Sthorpejfile arch/evbarm/iq80310/i80312_mainbus.c iopxs_mainbus 43