2003-06-15 23:03:46 +04:00
|
|
|
# $NetBSD: files.iq31244,v 1.2 2003/06/15 19:03:47 thorpej Exp $
|
2003-05-15 01:41:31 +04:00
|
|
|
#
|
|
|
|
# Intel IQ31244 reference board configuration info
|
|
|
|
#
|
|
|
|
|
|
|
|
# Use the generic ARM soft interrupt code.
|
|
|
|
file arch/arm/arm/softintr.c
|
|
|
|
|
|
|
|
# Use the shared initarm_common() code.
|
|
|
|
# XXX: Not yet ready for prime-time
|
|
|
|
#file arch/evbarm/evbarm/initarm_common.c
|
|
|
|
|
|
|
|
file arch/evbarm/iq31244/iq31244_7seg.c
|
|
|
|
file arch/evbarm/iq80321/iq80321_machdep.c
|
|
|
|
file arch/evbarm/iq31244/iq31244_pci.c
|
|
|
|
|
|
|
|
# IQ31244 on-board devices
|
2003-06-15 23:03:46 +04:00
|
|
|
device obio {addr, [xint = -1], [width = -1]}: bus_space_generic
|
2003-05-15 01:41:31 +04:00
|
|
|
attach obio at mainbus
|
|
|
|
file arch/evbarm/iq80321/obio.c obio
|
|
|
|
file arch/evbarm/iq80321/obio_space.c obio
|
|
|
|
|
|
|
|
# on-board TI 165C50 UART
|
|
|
|
attach com at obio with com_obio
|
|
|
|
file arch/evbarm/iq80321/com_obio.c com_obio
|
|
|
|
|
|
|
|
# i80321 I/O Processor CPU support
|
|
|
|
include "arch/arm/xscale/files.i80321"
|
|
|
|
|
|
|
|
attach iopxs at mainbus with iopxs_mainbus
|
|
|
|
file arch/evbarm/iq80321/i80321_mainbus.c iopxs_mainbus
|