1# $NetBSD: files.npwr_fc,v 1.1 2005/12/22 16:17:24 briggs Exp $ 2# 3# Intel IQ80321 evaluation board configuration info 4# 5 6# Use the generic ARM soft interrupt code. 7file arch/arm/arm/softintr.c 8 9# Use the shared initarm_common() code. 10# XXX: Not yet ready for prime-time 11#file arch/evbarm/evbarm/initarm_common.c 12 13file arch/evbarm/npwr_fc/npwr_fc_machdep.c 14file arch/evbarm/npwr_fc/npwr_fc_pci.c 15 16# IQ80321 on-board devices 17device obio {addr, [size = -1], [width = -1], [xint = -1]}: bus_space_generic 18attach obio at mainbus 19file arch/evbarm/iq80321/obio.c obio 20file arch/evbarm/iq80321/obio_space.c obio 21 22# on-board TI 165C50 UART 23attach com at obio with com_obio 24file arch/evbarm/iq80321/com_obio.c com_obio 25 26# i80321 I/O Processor CPU support 27include "arch/arm/xscale/files.i80321" 28 29attach iopxs at mainbus with iopxs_mainbus 30file arch/evbarm/iq80321/i80321_mainbus.c iopxs_mainbus 31