NetBSD/sys/arch/evbarm/conf/files.iq31244
briggs 9a22d28e6e Allow IQ80321-derived systems to provide an m.d. reboot routine.
Use this on the IQ31244 to force a watchdog reset from the M41ST84
if it's been attached.  The generic reset doesn't fully reset the
system whereas the RTC watchdog reset does.
2009-01-09 16:23:59 +00:00

34 lines
1011 B
Plaintext

# $NetBSD: files.iq31244,v 1.7 2009/01/09 16:23:59 briggs Exp $
#
# Intel IQ31244 reference board configuration info
#
# 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_machdep.c
file arch/evbarm/iq31244/iq31244_pci.c
# IQ31244 on-board devices
device obio {addr, [size = -1], [width = -1], [xint = -1]}: bus_space_generic
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
# on-board CompactFlash reader
attach wdc at obio with wdc_obio
file arch/evbarm/iq31244/wdc_obio.c wdc_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