xref: /freebsd/sys/arm/freescale/imx/files.imx6 (revision f0583578a1f2577f999016a51f0d01fbe7851898)
1034e9ed6SIan Lepore# $FreeBSD$
2034e9ed6SIan Lepore
3034e9ed6SIan Lepore#
4034e9ed6SIan Lepore# Standard ARM support.
5034e9ed6SIan Lepore#
6034e9ed6SIan Leporearm/arm/bus_space_asm_generic.S		standard
7034e9ed6SIan Leporearm/arm/bus_space_generic.c		standard
8034e9ed6SIan Leporearm/arm/cpufunc_asm_arm11.S		standard
9034e9ed6SIan Leporearm/arm/cpufunc_asm_armv5.S		standard
10034e9ed6SIan Leporearm/arm/cpufunc_asm_armv7.S		standard
11034e9ed6SIan Leporekern/kern_clocksource.c			standard
12034e9ed6SIan Lepore
13034e9ed6SIan Lepore#
14034e9ed6SIan Lepore# Standard imx6 devices and support.
15034e9ed6SIan Lepore#
16034e9ed6SIan Leporearm/arm/gic.c				standard
17034e9ed6SIan Leporearm/arm/pl310.c				standard
18eb8711ceSIan Leporearm/arm/bus_space_base.c		standard
19a3ff7ef6SIan Leporearm/arm/mpcore_timer.c			standard
20350badf9SIan Leporearm/freescale/fsl_ocotp.c		standard
21034e9ed6SIan Leporearm/freescale/imx/imx6_anatop.c		standard
22034e9ed6SIan Leporearm/freescale/imx/imx6_ccm.c		standard
23034e9ed6SIan Leporearm/freescale/imx/imx6_machdep.c	standard
241f225269SIan Leporearm/freescale/imx/imx6_mp.c		optional smp
25034e9ed6SIan Leporearm/freescale/imx/imx6_pl310.c		standard
267ddf24b3SIan Leporearm/freescale/imx/imx_iomux.c		standard
27034e9ed6SIan Leporearm/freescale/imx/imx_machdep.c		standard
28034e9ed6SIan Leporearm/freescale/imx/imx_gpt.c		standard
290495dcefSRuslan Bukinarm/freescale/imx/imx_gpio.c		optional gpio
3040d7d632SRuslan Bukinarm/freescale/imx/imx_i2c.c		optional fsliic
31*f0583578SRuslan Bukinarm/freescale/imx/imx6_sdma.c		optional sdma
32*f0583578SRuslan Bukinarm/freescale/imx/imx6_audmux.c		optional sound
33*f0583578SRuslan Bukinarm/freescale/imx/imx6_ssi.c		optional sound
34034e9ed6SIan Lepore
35034e9ed6SIan Lepore#
36034e9ed6SIan Lepore# Optional devices.
37034e9ed6SIan Lepore#
38034e9ed6SIan Leporearm/freescale/imx/imx_sdhci.c		optional sdhci
39034e9ed6SIan Lepore
40034e9ed6SIan Leporearm/freescale/imx/imx_wdog.c		optional imxwdt
41034e9ed6SIan Lepore
42034e9ed6SIan Leporedev/ffec/if_ffec.c			optional ffec
43034e9ed6SIan Lepore
44034e9ed6SIan Leporedev/uart/uart_dev_imx.c			optional uart
45034e9ed6SIan Lepore
46034e9ed6SIan Leporedev/usb/controller/ehci_imx.c		optional ehci
47034e9ed6SIan Leporearm/freescale/imx/imx6_usbphy.c		optional ehci
48034e9ed6SIan Lepore
49034e9ed6SIan Lepore#
50034e9ed6SIan Lepore# Low-level serial console for debugging early kernel startup.
51034e9ed6SIan Lepore#
52034e9ed6SIan Lepore#arm/freescale/imx/console.c  		standard
53034e9ed6SIan Lepore
54034e9ed6SIan Lepore#
55034e9ed6SIan Lepore# Not ready yet...
56034e9ed6SIan Lepore#
57034e9ed6SIan Lepore#arm/freescale/imx/imx51_ipuv3.c  	optional sc
58*f0583578SRuslan Bukin
59*f0583578SRuslan Bukin# SDMA firmware
60*f0583578SRuslan Bukinsdma_fw.c				optional sdma_fw		\
61*f0583578SRuslan Bukin	compile-with	"${AWK} -f $S/tools/fw_stub.awk sdma-imx6q-to1.bin:sdma_fw -msdma -c${.TARGET}" \
62*f0583578SRuslan Bukin	no-implicit-rule before-depend local				\
63*f0583578SRuslan Bukin	clean		"sdma_fw.c"
64*f0583578SRuslan Bukinsdma-imx6q-to1.fwo			optional sdma_fw		\
65*f0583578SRuslan Bukin	dependency	"sdma-imx6q-to1.bin"				\
66*f0583578SRuslan Bukin	compile-with	"${LD} -b binary -d -warn-common -r -d -o ${.TARGET} sdma-imx6q-to1.bin" \
67*f0583578SRuslan Bukin	no-implicit-rule						\
68*f0583578SRuslan Bukin	clean		"sdma-imx6q-to1.fwo"
69*f0583578SRuslan Bukinsdma-imx6q-to1.bin			optional sdma_fw		\
70*f0583578SRuslan Bukin	dependency	"$S/contrib/dev/imx/sdma-imx6q-to1.bin.uu"	\
71*f0583578SRuslan Bukin	compile-with	"uudecode < $S/contrib/dev/imx/sdma-imx6q-to1.bin.uu" \
72*f0583578SRuslan Bukin	no-obj no-implicit-rule						\
73*f0583578SRuslan Bukin	clean		"sdma-imx6q-to1.bin"
74