NetBSD/sys/arch/arm/xscale/files.i80321
briggs 0b956d0b8b Implement pmc(9) -- An interface to hardware performance monitoring
counters.  These counters do not exist on all CPUs, but where they
do exist, can be used for counting events such as dcache misses that
would otherwise be difficult or impossible to instrument by code
inspection or hardware simulation.

pmc(9) is meant to be a general interface.  Initially, the Intel XScale
counters are the only ones supported.
2002-08-07 05:14:47 +00:00

29 lines
810 B
Plaintext

# $NetBSD: files.i80321,v 1.8 2002/08/07 05:15:01 briggs Exp $
#
# Configuration info for Intel i80321 XScale I/O Processor support
#
file arch/arm/xscale/i80321_icu.c
file arch/arm/xscale/i80321_irq.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_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
# Watchdog timer
device iopwdog: sysmon_wdog
attach iopwdog at iopxs
file arch/arm/xscale/i80321_wdog.c iopwdog