xref: /freebsd/sys/arm/freescale/imx/files.imx6 (revision 4d293dd8dcde59fc9842a0ce1125fef8fcf83a8c)
1# $FreeBSD$
2
3#
4# Standard ARM support.
5#
6kern/kern_clocksource.c			standard
7
8#
9# Standard imx6 devices and support.
10#
11arm/freescale/fsl_ocotp.c		standard
12arm/freescale/imx/imx6_anatop.c		standard
13arm/freescale/imx/imx6_ccm.c		standard
14arm/freescale/imx/imx6_machdep.c	standard
15arm/freescale/imx/imx6_mp.c		optional smp
16arm/freescale/imx/imx6_pl310.c		standard
17arm/freescale/imx/imx6_src.c		standard
18arm/freescale/imx/imx_iomux.c		standard
19arm/freescale/imx/imx_machdep.c		standard
20arm/freescale/imx/imx_gpt.c		standard
21arm/freescale/imx/imx_gpio.c		optional gpio
22arm/freescale/imx/imx_i2c.c		optional fsliic
23arm/freescale/imx/imx6_sdma.c		optional sdma
24arm/freescale/imx/imx6_audmux.c		optional sound
25arm/freescale/imx/imx6_ssi.c		optional sound
26
27#
28# Optional devices.
29#
30arm/freescale/imx/imx_sdhci.c		optional sdhci
31
32arm/freescale/imx/imx_wdog.c		optional imxwdt
33
34dev/ffec/if_ffec.c			optional ffec
35
36dev/uart/uart_dev_imx.c			optional uart
37
38dev/usb/controller/ehci_imx.c		optional ehci
39arm/freescale/imx/imx6_usbphy.c		optional ehci
40
41#
42# Low-level serial console for debugging early kernel startup.
43#
44#arm/freescale/imx/console.c  		standard
45
46#
47# Not ready yet...
48#
49#arm/freescale/imx/imx51_ipuv3.c  	optional sc
50
51# SDMA firmware
52sdma_fw.c				optional sdma_fw		\
53	compile-with	"${AWK} -f $S/tools/fw_stub.awk sdma-imx6q-to1.bin:sdma_fw -msdma -c${.TARGET}" \
54	no-implicit-rule before-depend local				\
55	clean		"sdma_fw.c"
56sdma-imx6q-to1.fwo			optional sdma_fw		\
57	dependency	"sdma-imx6q-to1.bin"				\
58	compile-with	"${LD} -b binary -d -warn-common -r -d -o ${.TARGET} sdma-imx6q-to1.bin" \
59	no-implicit-rule						\
60	clean		"sdma-imx6q-to1.fwo"
61sdma-imx6q-to1.bin			optional sdma_fw		\
62	dependency	"$S/contrib/dev/imx/sdma-imx6q-to1.bin.uu"	\
63	compile-with	"uudecode < $S/contrib/dev/imx/sdma-imx6q-to1.bin.uu" \
64	no-obj no-implicit-rule						\
65	clean		"sdma-imx6q-to1.bin"
66