xref: /freebsd/sys/arm/freescale/imx/files.imx6 (revision a29b35dd5e3acab4da54b06f01ac3f11099f0d04)
1034e9ed6SIan Lepore# $FreeBSD$
2034e9ed6SIan Lepore
3034e9ed6SIan Lepore#
4034e9ed6SIan Lepore# Standard ARM support.
5034e9ed6SIan Lepore#
6034e9ed6SIan Leporekern/kern_clocksource.c			standard
7034e9ed6SIan Lepore
8034e9ed6SIan Lepore#
9034e9ed6SIan Lepore# Standard imx6 devices and support.
10034e9ed6SIan Lepore#
11350badf9SIan Leporearm/freescale/fsl_ocotp.c		standard
12034e9ed6SIan Leporearm/freescale/imx/imx6_anatop.c		standard
13034e9ed6SIan Leporearm/freescale/imx/imx6_ccm.c		standard
14034e9ed6SIan Leporearm/freescale/imx/imx6_machdep.c	standard
151f225269SIan Leporearm/freescale/imx/imx6_mp.c		optional smp
16034e9ed6SIan Leporearm/freescale/imx/imx6_pl310.c		standard
1783860f69SOleksandr Tymoshenkoarm/freescale/imx/imx6_src.c		standard
187ddf24b3SIan Leporearm/freescale/imx/imx_iomux.c		standard
19034e9ed6SIan Leporearm/freescale/imx/imx_machdep.c		standard
20034e9ed6SIan Leporearm/freescale/imx/imx_gpt.c		standard
210495dcefSRuslan Bukinarm/freescale/imx/imx_gpio.c		optional gpio
2240d7d632SRuslan Bukinarm/freescale/imx/imx_i2c.c		optional fsliic
23f0583578SRuslan Bukinarm/freescale/imx/imx6_sdma.c		optional sdma
24f0583578SRuslan Bukinarm/freescale/imx/imx6_audmux.c		optional sound
25f0583578SRuslan Bukinarm/freescale/imx/imx6_ssi.c		optional sound
26034e9ed6SIan Lepore
2706785ff6SJared McNeilldev/hdmi/hdmi_if.m			optional hdmi
2806785ff6SJared McNeilldev/hdmi/dwc_hdmi.c			optional hdmi
29a0becfc9SOleksandr Tymoshenkoarm/freescale/imx/imx6_hdmi.c		optional hdmi
30a0becfc9SOleksandr Tymoshenko
31dfbf5e4bSOleksandr Tymoshenkoarm/freescale/imx/imx6_ipu.c		optional	vt
32dfbf5e4bSOleksandr Tymoshenko
33034e9ed6SIan Lepore#
34034e9ed6SIan Lepore# Optional devices.
35034e9ed6SIan Lepore#
363d9df07aSJustin Hibbitsdev/sdhci/fsl_sdhci.c			optional sdhci
37034e9ed6SIan Lepore
38034e9ed6SIan Leporearm/freescale/imx/imx_wdog.c		optional imxwdt
39034e9ed6SIan Lepore
40034e9ed6SIan Leporedev/ffec/if_ffec.c			optional ffec
41034e9ed6SIan Lepore
42034e9ed6SIan Leporedev/uart/uart_dev_imx.c			optional uart
43034e9ed6SIan Lepore
44034e9ed6SIan Leporedev/usb/controller/ehci_imx.c		optional ehci
45034e9ed6SIan Leporearm/freescale/imx/imx6_usbphy.c		optional ehci
46034e9ed6SIan Lepore
47034e9ed6SIan Lepore#
48034e9ed6SIan Lepore# Low-level serial console for debugging early kernel startup.
49034e9ed6SIan Lepore#
50*a29b35ddSAndrew Turner#arm/freescale/imx/imx_console.c  	standard
51034e9ed6SIan Lepore
52034e9ed6SIan Lepore#
53034e9ed6SIan Lepore# Not ready yet...
54034e9ed6SIan Lepore#
55034e9ed6SIan Lepore#arm/freescale/imx/imx51_ipuv3.c  	optional sc
56f0583578SRuslan Bukin
57f0583578SRuslan Bukin# SDMA firmware
58f0583578SRuslan Bukinsdma_fw.c				optional sdma_fw		\
59f0583578SRuslan Bukin	compile-with	"${AWK} -f $S/tools/fw_stub.awk sdma-imx6q-to1.bin:sdma_fw -msdma -c${.TARGET}" \
60f0583578SRuslan Bukin	no-implicit-rule before-depend local				\
61f0583578SRuslan Bukin	clean		"sdma_fw.c"
62f0583578SRuslan Bukinsdma-imx6q-to1.fwo			optional sdma_fw		\
63f0583578SRuslan Bukin	dependency	"sdma-imx6q-to1.bin"				\
64f0583578SRuslan Bukin	compile-with	"${LD} -b binary -d -warn-common -r -d -o ${.TARGET} sdma-imx6q-to1.bin" \
65f0583578SRuslan Bukin	no-implicit-rule						\
66f0583578SRuslan Bukin	clean		"sdma-imx6q-to1.fwo"
67f0583578SRuslan Bukinsdma-imx6q-to1.bin			optional sdma_fw		\
68f0583578SRuslan Bukin	dependency	"$S/contrib/dev/imx/sdma-imx6q-to1.bin.uu"	\
69f0583578SRuslan Bukin	compile-with	"uudecode < $S/contrib/dev/imx/sdma-imx6q-to1.bin.uu" \
70f0583578SRuslan Bukin	no-obj no-implicit-rule						\
71f0583578SRuslan Bukin	clean		"sdma-imx6q-to1.bin"
72