Home | History | Annotate | Line # | Download | only in conf
files.iq80310 revision 1.11.60.1
      1  1.11.60.1       ad #	$NetBSD: files.iq80310,v 1.11.60.1 2007/12/03 18:35:34 ad Exp $
      2        1.1  thorpej #
      3        1.1  thorpej # Intel IQ80310 evaluation board configuration info
      4        1.1  thorpej #
      5        1.7  thorpej 
      6        1.7  thorpej # Define the (IQ80310-based) board types that we support:
      7        1.7  thorpej #
      8        1.7  thorpej #	IOP310_TEAMASA_NPWR
      9        1.7  thorpej #		Team ASA, Inc. Npwr http://www.teamasa.com/
     10        1.7  thorpej #
     11        1.7  thorpej # If no board type options are specified, the default is the
     12        1.7  thorpej # Intel/Cyclone IQ80310 (which is the IOP310 reference design
     13        1.7  thorpej # eval board).
     14        1.7  thorpej defflag opt_iop310.h	IOP310_TEAMASA_NPWR
     15        1.1  thorpej 
     16        1.3  thorpej file	arch/evbarm/iq80310/iq80310_7seg.c
     17        1.2  thorpej file	arch/evbarm/iq80310/iq80310_machdep.c
     18        1.3  thorpej file	arch/evbarm/iq80310/iq80310_intr.c
     19        1.3  thorpej file	arch/evbarm/iq80310/iq80310_timer.c
     20        1.4  thorpej file	arch/evbarm/iq80310/iq80310_pci.c
     21        1.3  thorpej 
     22        1.3  thorpej # IQ80310 on-board devices (including CPLD)
     23       1.11  thorpej device	obio {addr, [size = -1], [width = -1], [xint3 = -1]}: bus_space_generic
     24        1.3  thorpej attach	obio at mainbus
     25        1.3  thorpej file	arch/evbarm/iq80310/obio.c			obio
     26        1.3  thorpej file	arch/evbarm/iq80310/obio_space.c		obio
     27        1.3  thorpej 
     28        1.3  thorpej # on-board XR 16550 UARTs
     29        1.3  thorpej attach	com at obio with com_obio
     30        1.3  thorpej file	arch/evbarm/iq80310/com_obio.c			com_obio
     31        1.5  thorpej 
     32        1.5  thorpej # i80200 CPU support
     33        1.5  thorpej include "arch/arm/xscale/files.i80200"
     34        1.1  thorpej 
     35        1.4  thorpej # i80312 Companion I/O support
     36        1.4  thorpej include	"arch/arm/xscale/files.i80312"
     37        1.4  thorpej 
     38        1.4  thorpej attach	iopxs at mainbus with iopxs_mainbus
     39        1.4  thorpej file	arch/evbarm/iq80310/i80312_mainbus.c		iopxs_mainbus
     40