mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-17 15:27:36 +00:00
5e4e1d4995
and the functionality it provided into arm/exception.S. Rename the main irq handling routine from arm_handler_execute() to arm_irq_handler() to make it more congruent with how other exception handlers are named, and also update its signature to reflect what has long been reality: it is passed just a trapframe pointer, no interrupt number argument.
55 lines
1.4 KiB
Plaintext
55 lines
1.4 KiB
Plaintext
# $FreeBSD$
|
|
arm/arm/bus_space_asm_generic.S standard
|
|
arm/arm/bus_space_generic.c standard
|
|
arm/arm/cpufunc_asm_armv5.S standard
|
|
arm/arm/cpufunc_asm_arm11.S standard
|
|
arm/arm/cpufunc_asm_armv7.S standard
|
|
kern/kern_clocksource.c standard
|
|
|
|
# Init
|
|
arm/freescale/imx/imx_common.c standard
|
|
arm/freescale/imx/imx_machdep.c standard
|
|
arm/freescale/imx/imx53_machdep.c standard
|
|
arm/arm/bus_space-v6.c standard
|
|
|
|
# Special serial console for debuging early boot code
|
|
#arm/freescale/imx/console.c standard
|
|
|
|
# UART driver (includes serial console support)
|
|
dev/uart/uart_dev_imx.c optional uart
|
|
|
|
# TrustZone Interrupt Controller
|
|
arm/freescale/imx/tzic.c standard
|
|
|
|
# IOMUX - external pins multiplexor
|
|
arm/freescale/imx/imx51_iomux.c optional iomux
|
|
|
|
# GPIO
|
|
arm/freescale/imx/imx51_gpio.c optional gpio
|
|
|
|
# Generic Periodic Timer
|
|
arm/freescale/imx/imx_gpt.c standard
|
|
|
|
# Clock Configuration Manager
|
|
arm/freescale/imx/imx51_ccm.c standard
|
|
|
|
# i.MX5xx PATA controller
|
|
dev/ata/chipsets/ata-fsl.c optional imxata
|
|
|
|
# USB OH3 controller (1 OTG, 3 EHCI)
|
|
arm/freescale/imx/imx_nop_usbphy.c optional ehci
|
|
dev/usb/controller/ehci_imx.c optional ehci
|
|
|
|
# Watchdog
|
|
arm/freescale/imx/imx_wdog.c optional imxwdt
|
|
|
|
# i2c
|
|
arm/freescale/imx/i2c.c optional fsliic
|
|
|
|
# IPU - Image Processing Unit (frame buffer also)
|
|
arm/freescale/imx/imx51_ipuv3.c optional sc
|
|
|
|
# Fast Ethernet Controller
|
|
dev/ffec/if_ffec.c optional ffec
|
|
|