2013-09-01 20:15:35 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
arm/arm/bus_space_asm_generic.S standard
|
|
|
|
arm/arm/bus_space_generic.c standard
|
|
|
|
arm/arm/cpufunc_asm_armv7.S standard
|
|
|
|
kern/kern_clocksource.c standard
|
|
|
|
|
|
|
|
# Init
|
2014-03-08 00:14:40 +00:00
|
|
|
arm/freescale/imx/imx_common.c standard
|
2013-10-26 23:13:20 +00:00
|
|
|
arm/freescale/imx/imx_machdep.c standard
|
2013-09-01 20:15:35 +00:00
|
|
|
arm/freescale/imx/imx53_machdep.c standard
|
2015-01-21 03:44:29 +00:00
|
|
|
arm/arm/bus_space_base.c standard
|
2013-09-01 20:15:35 +00:00
|
|
|
|
2013-10-20 21:03:15 +00:00
|
|
|
# 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
|
2013-09-01 20:15:35 +00:00
|
|
|
|
|
|
|
# TrustZone Interrupt Controller
|
|
|
|
arm/freescale/imx/tzic.c standard
|
|
|
|
|
|
|
|
# IOMUX - external pins multiplexor
|
2014-09-13 20:09:34 +00:00
|
|
|
arm/freescale/imx/imx_iomux.c standard
|
2013-09-01 20:15:35 +00:00
|
|
|
|
|
|
|
# GPIO
|
2014-07-18 07:52:35 +00:00
|
|
|
arm/freescale/imx/imx_gpio.c optional gpio
|
2013-09-01 20:15:35 +00:00
|
|
|
|
|
|
|
# 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
|
|
|
|
|
2014-04-08 04:05:04 +00:00
|
|
|
# SDHCI/MMC
|
|
|
|
arm/freescale/imx/imx_sdhci.c optional sdhci
|
|
|
|
|
2013-10-30 14:38:24 +00:00
|
|
|
# USB OH3 controller (1 OTG, 3 EHCI)
|
|
|
|
arm/freescale/imx/imx_nop_usbphy.c optional ehci
|
2013-09-01 20:15:35 +00:00
|
|
|
dev/usb/controller/ehci_imx.c optional ehci
|
|
|
|
|
|
|
|
# Watchdog
|
|
|
|
arm/freescale/imx/imx_wdog.c optional imxwdt
|
|
|
|
|
|
|
|
# i2c
|
2014-07-22 03:59:14 +00:00
|
|
|
arm/freescale/imx/imx_i2c.c optional fsliic
|
2013-09-01 20:15:35 +00:00
|
|
|
|
|
|
|
# IPU - Image Processing Unit (frame buffer also)
|
|
|
|
arm/freescale/imx/imx51_ipuv3.c optional sc
|
2014-04-05 23:16:51 +00:00
|
|
|
arm/freescale/imx/imx51_ipuv3_fbd.c optional vt
|
|
|
|
dev/vt/hw/fb/vt_early_fb.c optional vt
|
2013-09-01 20:15:35 +00:00
|
|
|
|
2013-10-20 21:07:38 +00:00
|
|
|
# Fast Ethernet Controller
|
|
|
|
dev/ffec/if_ffec.c optional ffec
|
|
|
|
|