Home | History | Annotate | Line # | Download | only in conf
files.iq80321 revision 1.4
      1 #	$NetBSD: files.iq80321,v 1.4 2003/04/18 12:01:32 scw Exp $
      2 #
      3 # Intel IQ80321 evaluation 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 file	arch/evbarm/evbarm/initarm_common.c
     11 
     12 file	arch/evbarm/iq80321/iq80321_7seg.c
     13 file	arch/evbarm/iq80321/iq80321_machdep.c
     14 file	arch/evbarm/iq80321/iq80321_pci.c
     15 
     16 # IQ80321 on-board devices
     17 device	obio {addr, [xint = -1]}: bus_space_generic
     18 attach	obio at mainbus
     19 file	arch/evbarm/iq80321/obio.c			obio
     20 file	arch/evbarm/iq80321/obio_space.c		obio
     21 
     22 # on-board TI 165C50 UART
     23 attach	com at obio with com_obio
     24 file	arch/evbarm/iq80321/com_obio.c			com_obio
     25 
     26 # i80321 I/O Processor CPU support
     27 include "arch/arm/xscale/files.i80321"
     28 
     29 attach	iopxs at mainbus with iopxs_mainbus
     30 file	arch/evbarm/iq80321/i80321_mainbus.c		iopxs_mainbus
     31