files.iq31244 revision 1.1
11.1Sthorpej# $NetBSD: files.iq31244,v 1.1 2003/05/14 21:41:31 thorpej Exp $ 21.1Sthorpej# 31.1Sthorpej# Intel IQ31244 reference board configuration info 41.1Sthorpej# 51.1Sthorpej 61.1Sthorpej# Use the generic ARM soft interrupt code. 71.1Sthorpejfile arch/arm/arm/softintr.c 81.1Sthorpej 91.1Sthorpej# Use the shared initarm_common() code. 101.1Sthorpej# XXX: Not yet ready for prime-time 111.1Sthorpej#file arch/evbarm/evbarm/initarm_common.c 121.1Sthorpej 131.1Sthorpejfile arch/evbarm/iq31244/iq31244_7seg.c 141.1Sthorpejfile arch/evbarm/iq80321/iq80321_machdep.c 151.1Sthorpejfile arch/evbarm/iq31244/iq31244_pci.c 161.1Sthorpej 171.1Sthorpej# IQ31244 on-board devices 181.1Sthorpejdevice obio {addr, [xint = -1]}: bus_space_generic 191.1Sthorpejattach obio at mainbus 201.1Sthorpejfile arch/evbarm/iq80321/obio.c obio 211.1Sthorpejfile arch/evbarm/iq80321/obio_space.c obio 221.1Sthorpej 231.1Sthorpej# on-board TI 165C50 UART 241.1Sthorpejattach com at obio with com_obio 251.1Sthorpejfile arch/evbarm/iq80321/com_obio.c com_obio 261.1Sthorpej 271.1Sthorpej# i80321 I/O Processor CPU support 281.1Sthorpejinclude "arch/arm/xscale/files.i80321" 291.1Sthorpej 301.1Sthorpejattach iopxs at mainbus with iopxs_mainbus 311.1Sthorpejfile arch/evbarm/iq80321/i80321_mainbus.c iopxs_mainbus 32