1# $FreeBSD$ 2 3# 4# Standard ARM support. 5# 6arm/arm/bus_space_asm_generic.S standard 7arm/arm/bus_space_generic.c standard 8arm/arm/cpufunc_asm_arm11.S standard 9arm/arm/cpufunc_asm_armv5.S standard 10arm/arm/cpufunc_asm_armv7.S standard 11kern/kern_clocksource.c standard 12 13# 14# Standard imx6 devices and support. 15# 16arm/arm/gic.c standard 17arm/arm/pl310.c standard 18arm/arm/bus_space-v6.c standard 19arm/arm/mpcore_timer.c standard 20arm/freescale/fsl_ocotp.c standard 21arm/freescale/imx/imx6_anatop.c standard 22arm/freescale/imx/imx6_ccm.c standard 23arm/freescale/imx/imx6_machdep.c standard 24arm/freescale/imx/imx6_mp.c optional smp 25arm/freescale/imx/imx6_pl310.c standard 26arm/freescale/imx/imx_iomux.c standard 27arm/freescale/imx/imx_machdep.c standard 28arm/freescale/imx/imx_gpt.c standard 29arm/freescale/imx/imx_gpio.c optional gpio 30arm/freescale/imx/imx_i2c.c optional fsliic 31 32# 33# Optional devices. 34# 35arm/freescale/imx/imx_sdhci.c optional sdhci 36 37arm/freescale/imx/imx_wdog.c optional imxwdt 38 39dev/ffec/if_ffec.c optional ffec 40 41dev/uart/uart_dev_imx.c optional uart 42 43dev/usb/controller/ehci_imx.c optional ehci 44arm/freescale/imx/imx6_usbphy.c optional ehci 45 46# 47# Low-level serial console for debugging early kernel startup. 48# 49#arm/freescale/imx/console.c standard 50 51# 52# Not ready yet... 53# 54#arm/freescale/imx/imx51_ipuv3.c optional sc 55