Add Integrator files.
This commit is contained in:
parent
cd6b6b2576
commit
dfab106e99
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: files.evbarm,v 1.1 2001/09/05 04:53:39 matt Exp $
|
||||
# $NetBSD: files.evbarm,v 1.2 2001/10/27 16:10:12 rearnsha Exp $
|
||||
#
|
||||
# First try for arm-specific configuration info
|
||||
#
|
||||
|
@ -74,7 +74,10 @@ file arch/evbarm/iq80310/iq80310_machdep.c iq80310
|
|||
file arch/evbarm/iq80310/obio_machdep.c obio & iq80310
|
||||
file arch/evbarm/iq80310/com_obio.c com_obio
|
||||
file arch/evbarm/iq80310/clock_obio.c clock_obio
|
||||
file arch/arm/arm/conf.c iq80310
|
||||
|
||||
file arch/evbarm/integrator/integrator_machdep.c integrator
|
||||
file arch/evbarm/integrator/int_bus_dma.c integrator
|
||||
file arch/arm/arm32/conf.c
|
||||
|
||||
file arch/arm/arm/disksubr.c disk
|
||||
file arch/arm/arm/disksubr_acorn.c disk
|
||||
|
@ -85,6 +88,33 @@ file arch/arm32/fpe-arm/armfpe_glue.S armfpe
|
|||
file arch/arm32/fpe-arm/armfpe_init.c armfpe
|
||||
file arch/arm32/fpe-arm/armfpe.s armfpe
|
||||
|
||||
# Integrator fpga specific files
|
||||
# Integrator fpga specific files
|
||||
device ifpga {[offset = -1], [irq = -1]}: pcibus
|
||||
attach ifpga at mainbus
|
||||
file arch/evbarm/ifpga/ifpga.c ifpga
|
||||
file arch/evbarm/ifpga/ifpga_io.c ifpga
|
||||
file arch/evbarm/ifpga/ifpga_io_asm.S ifpga
|
||||
file arch/evbarm/ifpga/ifpga_clock.c ifpga
|
||||
file arch/evbarm/ifpga/ifpga_irq.S ifpga
|
||||
file arch/evbarm/ifpga/ifpga_irqhandler.c ifpga
|
||||
file arch/evbarm/ifpga/ifpga_pci.c ifpga & pci
|
||||
|
||||
# Integrator fpga serial port
|
||||
defopt opt_plcom.h PLCOM_DEBUG PLCOM_MPLOCK
|
||||
device plcom { } : tty
|
||||
file arch/evbarm/dev/plcom.c plcom needs-flag
|
||||
|
||||
attach plcom at ifpga with plcom_ifpga
|
||||
file arch/evbarm/ifpga/plcom_ifpga.c plcom_ifpga
|
||||
#file arch/evbarm/ifpga/pl010_uart_io.c plcom
|
||||
#file arch/evbarm/ifpga/pl010_uart_io_asm.S plcom
|
||||
|
||||
# Integrator real-time clock
|
||||
device plrtc
|
||||
attach plrtc at ifpga
|
||||
file arch/evbarm/ifpga/pl030_rtc.c plrtc
|
||||
|
||||
# ISA support.
|
||||
file arch/evbarm/iq80310/isa_machdep.c isa & iq80310
|
||||
file arch/arm32/isa/isa_io.c isa
|
||||
|
@ -107,6 +137,7 @@ file arch/arm32/isa/dsrtc.c dsrtc
|
|||
# Include PCI config
|
||||
#
|
||||
file arch/evbarm/iq80310/pci_machdep.c pci & iq80310
|
||||
file arch/evbarm/integrator/pci_machdep.c pci & integrator
|
||||
|
||||
include "dev/mii/files.mii" # network devices MII bus
|
||||
include "dev/i2o/files.i2o" # I2O drivers.
|
||||
|
|
Loading…
Reference in New Issue