Home | History | Annotate | Line # | Download | only in conf
files.integrator revision 1.2.4.3
      1 #	$NetBSD: files.integrator,v 1.2.4.3 2002/02/28 04:09:08 nathanw Exp $
      2 #
      3 # ARM, Ltd. Integrator evaluation board configuraiton info
      4 #
      5 
      6 # XXX Use the old arm32 interrupt code for now.
      7 file	arch/arm/arm32/intr.c
      8 file	arch/arm/arm32/spl.S
      9 
     10 file	arch/evbarm/integrator/integrator_machdep.c
     11 file	arch/evbarm/integrator/int_bus_dma.c
     12 
     13 # Integrator fpga specific files
     14 device	ifpga {[offset = -1], [irq = -1]}: pcibus
     15 attach	ifpga at mainbus
     16 file	arch/evbarm/ifpga/ifpga.c		ifpga
     17 file	arch/evbarm/ifpga/ifpga_io.c		ifpga
     18 file	arch/evbarm/ifpga/ifpga_io_asm.S	ifpga
     19 file	arch/evbarm/ifpga/ifpga_clock.c		ifpga
     20 file	arch/evbarm/ifpga/ifpga_irq.S		ifpga
     21 file	arch/evbarm/ifpga/ifpga_irqhandler.c	ifpga
     22 file	arch/evbarm/ifpga/ifpga_pci.c		ifpga & pci
     23 
     24 # Integrator fpga serial port
     25 # "device" declaration in files.evbarm (because of needs-flag)
     26 attach	plcom at ifpga with plcom_ifpga
     27 file	arch/evbarm/ifpga/plcom_ifpga.c		plcom_ifpga
     28 #file	arch/evbarm/ifpga/pl010_uart_io.c	plcom
     29 #file	arch/evbarm/ifpga/pl010_uart_io_asm.S	plcom
     30 
     31 # Integrator real-time clock
     32 device plrtc
     33 attach plrtc at ifpga
     34 file	arch/evbarm/ifpga/pl030_rtc.c		plrtc
     35 
     36 # Integrator PCI support
     37 file	arch/evbarm/integrator/pci_machdep.c	pci
     38