1 # $FreeBSD: releng/11.0/sys/arm/freescale/imx/files.imx6 292574 2015-12-21 22:25:35Z gonzo $
2
3 #
4 # Standard ARM support.
5 #
6 kern/kern_clocksource.c standard
7
8 #
9 # Standard imx6 devices and support.
10 #
11 arm/freescale/fsl_ocotp.c standard
12 arm/freescale/imx/imx6_anatop.c standard
13 arm/freescale/imx/imx6_ccm.c standard
14 arm/freescale/imx/imx6_machdep.c standard
15 arm/freescale/imx/imx6_mp.c optional smp
16 arm/freescale/imx/imx6_pl310.c standard
17 arm/freescale/imx/imx6_src.c standard
18 arm/freescale/imx/imx_iomux.c standard
19 arm/freescale/imx/imx_machdep.c standard
20 arm/freescale/imx/imx_gpt.c standard
21 arm/freescale/imx/imx_gpio.c optional gpio
22 arm/freescale/imx/imx_i2c.c optional fsliic
23 arm/freescale/imx/imx6_sdma.c optional sdma
24 arm/freescale/imx/imx6_audmux.c optional sound
25 arm/freescale/imx/imx6_ssi.c optional sound
26
27 arm/arm/hdmi_if.m optional hdmi
28 arm/freescale/imx/imx6_hdmi.c optional hdmi
29
30 arm/freescale/imx/imx6_ipu.c optional vt
31
32 #
33 # Optional devices.
34 #
35 arm/freescale/imx/imx_sdhci.c optional sdhci
36
37 arm/freescale/imx/imx_wdog.c optional imxwdt
38
39 dev/ffec/if_ffec.c optional ffec
40
41 dev/uart/uart_dev_imx.c optional uart
42
43 dev/usb/controller/ehci_imx.c optional ehci
44 arm/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
57 sdma_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"
61 sdma-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"
66 sdma-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"
Cache object: ccaaa3142519c366e14a6124fe631175
|