files.integrator revision 1.4
11.4Sthorpej#	$NetBSD: files.integrator,v 1.4 2002/01/30 03:59:40 thorpej Exp $
21.1Sthorpej#
31.1Sthorpej# ARM, Ltd. Integrator evaluation board configuraiton info
41.1Sthorpej#
51.4Sthorpej
61.4Sthorpej# XXX Use the old arm32 interrupt code for now.
71.4Sthorpejfile	arch/arm/arm32/intr.c
81.4Sthorpejfile	arch/arm/arm32/spl.S
91.1Sthorpej
101.2Sthorpejfile	arch/evbarm/integrator/integrator_machdep.c
111.2Sthorpejfile	arch/evbarm/integrator/int_bus_dma.c
121.1Sthorpej
131.1Sthorpej# Integrator fpga specific files
141.1Sthorpejdevice	ifpga {[offset = -1], [irq = -1]}: pcibus
151.1Sthorpejattach	ifpga at mainbus
161.1Sthorpejfile	arch/evbarm/ifpga/ifpga.c		ifpga
171.1Sthorpejfile	arch/evbarm/ifpga/ifpga_io.c		ifpga
181.1Sthorpejfile	arch/evbarm/ifpga/ifpga_io_asm.S	ifpga
191.1Sthorpejfile	arch/evbarm/ifpga/ifpga_clock.c		ifpga
201.1Sthorpejfile	arch/evbarm/ifpga/ifpga_irq.S		ifpga
211.1Sthorpejfile	arch/evbarm/ifpga/ifpga_irqhandler.c	ifpga
221.1Sthorpejfile	arch/evbarm/ifpga/ifpga_pci.c		ifpga & pci
231.1Sthorpej
241.1Sthorpej# Integrator fpga serial port
251.3Sthorpej# "device" declaration in files.evbarm (because of needs-flag)
261.1Sthorpejattach	plcom at ifpga with plcom_ifpga
271.1Sthorpejfile	arch/evbarm/ifpga/plcom_ifpga.c		plcom_ifpga
281.1Sthorpej#file	arch/evbarm/ifpga/pl010_uart_io.c	plcom
291.1Sthorpej#file	arch/evbarm/ifpga/pl010_uart_io_asm.S	plcom
301.1Sthorpej
311.1Sthorpej# Integrator real-time clock
321.1Sthorpejdevice plrtc
331.1Sthorpejattach plrtc at ifpga
341.1Sthorpejfile	arch/evbarm/ifpga/pl030_rtc.c		plrtc
351.1Sthorpej
361.1Sthorpej# Integrator PCI support
371.2Sthorpejfile	arch/evbarm/integrator/pci_machdep.c	pci
38