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