Home | History | Annotate | Line # | Download | only in conf
files.integrator revision 1.9
      1 #	$NetBSD: files.integrator,v 1.9 2012/07/13 06:09:18 skrll Exp $
      2 #
      3 # ARM, Ltd. Integrator evaluation board configuraiton info
      4 #
      5 
      6 file    arch/arm/arm32/irq_dispatch.S
      7 
      8 file	arch/evbarm/integrator/integrator_machdep.c
      9 file	arch/evbarm/integrator/int_bus_dma.c
     10 
     11 # Integrator fpga specific files
     12 device	ifpga {[offset = -1], [irq = -1]}: pcibus, bus_space_generic
     13 attach	ifpga at mainbus
     14 file	arch/evbarm/ifpga/ifpga.c		ifpga
     15 file	arch/evbarm/ifpga/ifpga_io.c		ifpga
     16 file	arch/evbarm/ifpga/ifpga_clock.c		ifpga
     17 file	arch/evbarm/ifpga/ifpga_intr.c		ifpga
     18 file	arch/evbarm/ifpga/ifpga_pci.c		ifpga & pci
     19 
     20 # Integrator fpga serial port
     21 # "device" declaration in files.evbarm (because of needs-flag)
     22 attach	plcom at ifpga with plcom_ifpga
     23 file	arch/evbarm/ifpga/plcom_ifpga.c		plcom_ifpga
     24 
     25 # Integrator real-time clock
     26 device plrtc
     27 attach plrtc at ifpga
     28 file	arch/evbarm/ifpga/pl030_rtc.c		plrtc
     29 
     30 # Integrator PCI support
     31 file	arch/evbarm/integrator/pci_machdep.c	pci
     32