1 1.14 andvar # $NetBSD: files.integrator,v 1.14 2021/08/07 19:41:13 andvar Exp $ 2 1.1 thorpej # 3 1.14 andvar # ARM, Ltd. Integrator evaluation board configuration info 4 1.1 thorpej # 5 1.4 thorpej 6 1.6 rearnsha file arch/arm/arm32/irq_dispatch.S 7 1.10 skrll file arch/arm/arm32/arm32_boot.c 8 1.10 skrll file arch/arm/arm32/arm32_kvminit.c 9 1.1 thorpej 10 1.2 thorpej file arch/evbarm/integrator/integrator_machdep.c 11 1.2 thorpej file arch/evbarm/integrator/int_bus_dma.c 12 1.1 thorpej 13 1.1 thorpej # Integrator fpga specific files 14 1.5 thorpej device ifpga {[offset = -1], [irq = -1]}: pcibus, bus_space_generic 15 1.1 thorpej attach ifpga at mainbus 16 1.1 thorpej file arch/evbarm/ifpga/ifpga.c ifpga 17 1.1 thorpej file arch/evbarm/ifpga/ifpga_io.c ifpga 18 1.1 thorpej file arch/evbarm/ifpga/ifpga_clock.c ifpga 19 1.6 rearnsha file arch/evbarm/ifpga/ifpga_intr.c ifpga 20 1.1 thorpej file arch/evbarm/ifpga/ifpga_pci.c ifpga & pci 21 1.1 thorpej 22 1.1 thorpej # Integrator fpga serial port 23 1.3 thorpej # "device" declaration in files.evbarm (because of needs-flag) 24 1.1 thorpej attach plcom at ifpga with plcom_ifpga 25 1.1 thorpej file arch/evbarm/ifpga/plcom_ifpga.c plcom_ifpga 26 1.1 thorpej 27 1.11 jmcneill # Integrator MMCI host controller 28 1.11 jmcneill attach plmmc at ifpga with plmmc_ifpga 29 1.11 jmcneill file arch/evbarm/ifpga/plmmc_ifpga.c plmmc_ifpga 30 1.11 jmcneill 31 1.1 thorpej # Integrator real-time clock 32 1.12 christos # XXX: dev/ic/pl031.c 33 1.1 thorpej attach plrtc at ifpga 34 1.1 thorpej file arch/evbarm/ifpga/pl030_rtc.c plrtc 35 1.1 thorpej 36 1.1 thorpej # Integrator PCI support 37 1.2 thorpej file arch/evbarm/integrator/pci_machdep.c pci 38 1.10 skrll 39 1.10 skrll # SMSC LAN91C111 40 1.10 skrll attach sm at ifpga with sm_ifpga 41 1.10 skrll file arch/evbarm/ifpga/sm_ifpga.c sm_ifpga 42