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