files.imx6 revision 314510
1# $FreeBSD: stable/11/sys/arm/freescale/imx/files.imx6 314510 2017-03-01 21:02:26Z ian $
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
27arm/arm/hdmi_if.m			optional hdmi
28arm/freescale/imx/imx6_hdmi.c		optional hdmi
29
30arm/freescale/imx/imx6_ipu.c		optional	vt
31
32#
33# Optional devices.
34#
35dev/sdhci/fsl_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
56# SDMA firmware
57sdma_fw.c				optional sdma_fw		\
58	compile-with	"${AWK} -f $S/tools/fw_stub.awk sdma-imx6q-to1.bin:sdma_fw -msdma -c${.TARGET}" \
59	no-implicit-rule before-depend local				\
60	clean		"sdma_fw.c"
61sdma-imx6q-to1.fwo			optional sdma_fw		\
62	dependency	"sdma-imx6q-to1.bin"				\
63	compile-with	"${LD} -b binary -d -warn-common -r -d -o ${.TARGET} sdma-imx6q-to1.bin" \
64	no-implicit-rule						\
65	clean		"sdma-imx6q-to1.fwo"
66sdma-imx6q-to1.bin			optional sdma_fw		\
67	dependency	"$S/contrib/dev/imx/sdma-imx6q-to1.bin.uu"	\
68	compile-with	"uudecode < $S/contrib/dev/imx/sdma-imx6q-to1.bin.uu" \
69	no-obj no-implicit-rule						\
70	clean		"sdma-imx6q-to1.bin"
71