files.imx6 revision 268973
1# $FreeBSD: head/sys/arm/freescale/imx/files.imx6 268973 2014-07-22 03:59:14Z br $
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/imx_common.c		standard
23arm/freescale/imx/imx6_ccm.c		standard
24arm/freescale/imx/imx6_machdep.c	standard
25arm/freescale/imx/imx6_mp.c		optional smp
26arm/freescale/imx/imx6_pl310.c		standard
27arm/freescale/imx/imx_machdep.c		standard
28arm/freescale/imx/imx_gpt.c		standard
29arm/freescale/imx/imx_gpio.c		optional gpio
30
31#
32# Optional devices.
33#
34arm/freescale/imx/imx_sdhci.c		optional sdhci
35
36arm/freescale/imx/imx_wdog.c		optional imxwdt
37
38dev/ffec/if_ffec.c			optional ffec
39
40dev/uart/uart_dev_imx.c			optional uart
41
42dev/usb/controller/ehci_imx.c		optional ehci
43arm/freescale/imx/imx6_usbphy.c		optional ehci
44
45#
46# Low-level serial console for debugging early kernel startup.
47#
48#arm/freescale/imx/console.c  		standard
49
50#
51# Not ready yet...
52#
53#arm/freescale/imx/imx51_iomux.c  	optional iomux
54#dev/ata/chipsets/ata-fsl.c  		optional imxata
55#arm/freescale/imx/imx_i2c.c  		optional fsliic
56#arm/freescale/imx/imx51_ipuv3.c  	optional sc
57