files.integrator revision 1.6
11.6Srearnsha#	$NetBSD: files.integrator,v 1.6 2003/09/06 11:38:38 rearnsha Exp $
21.1Sthorpej#
31.1Sthorpej# ARM, Ltd. Integrator evaluation board configuraiton info
41.1Sthorpej#
51.4Sthorpej
61.6Srearnsha# Use the generic ARM soft interrupt code.
71.6Srearnshafile    arch/arm/arm/softintr.c
81.6Srearnshafile    arch/arm/arm32/irq_dispatch.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.5Sthorpejdevice	ifpga {[offset = -1], [irq = -1]}: pcibus, bus_space_generic
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_clock.c		ifpga
191.6Srearnshafile	arch/evbarm/ifpga/ifpga_intr.c		ifpga
201.1Sthorpejfile	arch/evbarm/ifpga/ifpga_pci.c		ifpga & pci
211.1Sthorpej
221.1Sthorpej# Integrator fpga serial port
231.3Sthorpej# "device" declaration in files.evbarm (because of needs-flag)
241.1Sthorpejattach	plcom at ifpga with plcom_ifpga
251.1Sthorpejfile	arch/evbarm/ifpga/plcom_ifpga.c		plcom_ifpga
261.1Sthorpej#file	arch/evbarm/ifpga/pl010_uart_io.c	plcom
271.1Sthorpej#file	arch/evbarm/ifpga/pl010_uart_io_asm.S	plcom
281.1Sthorpej
291.1Sthorpej# Integrator real-time clock
301.1Sthorpejdevice plrtc
311.1Sthorpejattach plrtc at ifpga
321.1Sthorpejfile	arch/evbarm/ifpga/pl030_rtc.c		plrtc
331.1Sthorpej
341.1Sthorpej# Integrator PCI support
351.2Sthorpejfile	arch/evbarm/integrator/pci_machdep.c	pci
36