d974db0ada
This branch was a major cleanup and rototill of many of the various OEA cpu based PPC ports that focused on sharing as much code as possible between the various ports to eliminate near-identical copies of files in every tree. Additionally there is a new PIC system that unifies the interface to interrupt code for all different OEA ppc arches. The work for this branch was done by a variety of people, too long to list here. TODO: bebox still needs work to complete the transition to -renovation. ofppc still needs a bunch of work, which I will be looking at. ev64260 still needs to be renovated amigappc was not attempted. NOTES: pmppc was removed as an arch, and moved to a evbppc target.
39 lines
1.1 KiB
Plaintext
39 lines
1.1 KiB
Plaintext
# $NetBSD: files.i80321,v 1.16 2007/10/17 19:53:43 garbled Exp $
|
|
#
|
|
# Configuration info for Intel i80321 XScale I/O Processor support
|
|
#
|
|
|
|
defparam opt_i80321.h COUNTS_PER_SEC
|
|
defflag opt_i80321.h I80321_USE_DIRECT_WIN
|
|
|
|
file arch/arm/xscale/i80321_icu.c
|
|
file arch/arm/arm32/irq_dispatch.S
|
|
file arch/arm/xscale/i80321_mcu.c
|
|
file arch/arm/xscale/i80321_timer.c
|
|
|
|
file arch/arm/xscale/xscale_pmc.c perfctrs
|
|
|
|
device iopxs {}: pcibus, bus_space_generic
|
|
# Board-specific front-end provides attachment.
|
|
file arch/arm/xscale/i80321.c iopxs
|
|
file arch/arm/xscale/i80321_gpio.c iopxs
|
|
file arch/arm/xscale/i80321_pci.c iopxs
|
|
file arch/arm/xscale/i80321_space.c iopxs
|
|
|
|
# Application Accelerator Unit
|
|
device iopaau: dmover_service
|
|
attach iopaau at iopxs
|
|
file arch/arm/xscale/i80321_aau.c iopaau
|
|
file arch/arm/xscale/iopaau.c iopaau
|
|
|
|
# I2C controller unit
|
|
device iopiic: i2cbus
|
|
attach iopiic at iopxs
|
|
file arch/arm/xscale/i80321_i2c.c iopiic
|
|
file arch/arm/xscale/iopi2c.c iopiic
|
|
|
|
# Watchdog timer
|
|
device iopwdog: sysmon_wdog
|
|
attach iopwdog at iopxs
|
|
file arch/arm/xscale/i80321_wdog.c iopwdog
|