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