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