Home | History | Annotate | Line # | Download | only in conf
files.iq31244 revision 1.3
      1 #	$NetBSD: files.iq31244,v 1.3 2003/06/16 17:40:50 thorpej Exp $
      2 #
      3 # Intel IQ31244 reference board configuration info
      4 #
      5 
      6 # Use the generic ARM soft interrupt code.
      7 file	arch/arm/arm/softintr.c
      8 
      9 # Use the shared initarm_common() code.
     10 # XXX: Not yet ready for prime-time
     11 #file	arch/evbarm/evbarm/initarm_common.c
     12 
     13 file	arch/evbarm/iq31244/iq31244_7seg.c
     14 file	arch/evbarm/iq80321/iq80321_machdep.c
     15 file	arch/evbarm/iq31244/iq31244_pci.c
     16 
     17 # IQ31244 on-board devices
     18 device	obio {addr, [size = -1], [width = -1], [xint = -1]}: bus_space_generic
     19 attach	obio at mainbus
     20 file	arch/evbarm/iq80321/obio.c			obio
     21 file	arch/evbarm/iq80321/obio_space.c		obio
     22 
     23 # on-board TI 165C50 UART
     24 attach	com at obio with com_obio
     25 file	arch/evbarm/iq80321/com_obio.c			com_obio
     26 
     27 # i80321 I/O Processor CPU support
     28 include "arch/arm/xscale/files.i80321"
     29 
     30 attach	iopxs at mainbus with iopxs_mainbus
     31 file	arch/evbarm/iq80321/i80321_mainbus.c		iopxs_mainbus
     32