Home | History | Annotate | Line # | Download | only in conf
files.iq80310 revision 1.6
      1 #	$NetBSD: files.iq80310,v 1.6 2002/01/30 03:59:40 thorpej Exp $
      2 #
      3 # Intel IQ80310 evaluation board configuration info
      4 #
      5 
      6 # Use the generic ARM soft interrupt code.
      7 file	arch/arm/arm/softintr.c
      8 
      9 file	arch/evbarm/iq80310/iq80310_7seg.c
     10 file	arch/evbarm/iq80310/iq80310_machdep.c
     11 file	arch/evbarm/iq80310/iq80310_intr.c
     12 file	arch/evbarm/iq80310/iq80310_timer.c
     13 file	arch/evbarm/iq80310/iq80310_pci.c
     14 
     15 # IQ80310 on-board devices (including CPLD)
     16 device	obio {[addr = -1]}
     17 attach	obio at mainbus
     18 file	arch/evbarm/iq80310/obio.c			obio
     19 file	arch/evbarm/iq80310/obio_space.c		obio
     20 file	arch/evbarm/iq80310/obio_space_asm.S		obio
     21 
     22 # on-board XR 16550 UARTs
     23 attach	com at obio with com_obio
     24 file	arch/evbarm/iq80310/com_obio.c			com_obio
     25 
     26 # i80200 CPU support
     27 include "arch/arm/xscale/files.i80200"
     28 
     29 # i80312 Companion I/O support
     30 include	"arch/arm/xscale/files.i80312"
     31 
     32 attach	iopxs at mainbus with iopxs_mainbus
     33 file	arch/evbarm/iq80310/i80312_mainbus.c		iopxs_mainbus
     34