]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/arm/freescale/imx/files.imx6
MFV r318942: 8166 zpool scrub thinks it repaired offline device
[FreeBSD/FreeBSD.git] / sys / arm / freescale / imx / files.imx6
1 # $FreeBSD$
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 dev/hdmi/hdmi_if.m                      optional hdmi
28 dev/hdmi/dwc_hdmi.c                     optional hdmi
29 arm/freescale/imx/imx6_hdmi.c           optional hdmi
30
31 arm/freescale/imx/imx6_ipu.c            optional        vt
32
33 #
34 # Optional devices.
35 #
36 dev/sdhci/fsl_sdhci.c                   optional sdhci
37
38 arm/freescale/imx/imx_wdog.c            optional imxwdt
39
40 dev/ffec/if_ffec.c                      optional ffec
41
42 dev/uart/uart_dev_imx.c                 optional uart
43
44 dev/usb/controller/ehci_imx.c           optional ehci
45 arm/freescale/imx/imx6_usbphy.c         optional ehci
46
47 #
48 # Low-level serial console for debugging early kernel startup.
49 #
50 #arm/freescale/imx/console.c            standard
51
52 #
53 # Not ready yet...
54 #
55 #arm/freescale/imx/imx51_ipuv3.c        optional sc
56
57 # SDMA firmware
58 sdma_fw.c                               optional sdma_fw                \
59         compile-with    "${AWK} -f $S/tools/fw_stub.awk sdma-imx6q-to1.bin:sdma_fw -msdma -c${.TARGET}" \
60         no-implicit-rule before-depend local                            \
61         clean           "sdma_fw.c"
62 sdma-imx6q-to1.fwo                      optional sdma_fw                \
63         dependency      "sdma-imx6q-to1.bin"                            \
64         compile-with    "${LD} -b binary -d -warn-common -r -d -o ${.TARGET} sdma-imx6q-to1.bin" \
65         no-implicit-rule                                                \
66         clean           "sdma-imx6q-to1.fwo"
67 sdma-imx6q-to1.bin                      optional sdma_fw                \
68         dependency      "$S/contrib/dev/imx/sdma-imx6q-to1.bin.uu"      \
69         compile-with    "uudecode < $S/contrib/dev/imx/sdma-imx6q-to1.bin.uu" \
70         no-obj no-implicit-rule                                         \
71         clean           "sdma-imx6q-to1.bin"