]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - sys/arm/freescale/imx/files.imx6
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.git] / sys / arm / freescale / imx / files.imx6
1 # $FreeBSD$
2
3 #
4 # Standard ARM support.
5 #
6 arm/arm/bus_space_asm_generic.S         standard
7 arm/arm/bus_space_generic.c             standard
8 arm/arm/cpufunc_asm_arm11.S             standard
9 arm/arm/cpufunc_asm_armv5.S             standard
10 arm/arm/cpufunc_asm_armv7.S             standard
11 kern/kern_clocksource.c                 standard
12
13 #
14 # Standard imx6 devices and support.
15 #
16 arm/arm/gic.c                           standard
17 arm/arm/pl310.c                         standard
18 arm/arm/bus_space_base.c                standard
19 arm/arm/mpcore_timer.c                  standard
20 arm/freescale/fsl_ocotp.c               standard
21 arm/freescale/imx/imx6_anatop.c         standard
22 arm/freescale/imx/imx6_ccm.c            standard
23 arm/freescale/imx/imx6_machdep.c        standard
24 arm/freescale/imx/imx6_mp.c             optional smp
25 arm/freescale/imx/imx6_pl310.c          standard
26 arm/freescale/imx/imx_iomux.c           standard
27 arm/freescale/imx/imx_machdep.c         standard
28 arm/freescale/imx/imx_gpt.c             standard
29 arm/freescale/imx/imx_gpio.c            optional gpio
30 arm/freescale/imx/imx_i2c.c             optional fsliic
31 arm/freescale/imx/imx6_sdma.c           optional sdma
32 arm/freescale/imx/imx6_audmux.c         optional sound
33 arm/freescale/imx/imx6_ssi.c            optional sound
34
35 #
36 # Optional devices.
37 #
38 arm/freescale/imx/imx_sdhci.c           optional sdhci
39
40 arm/freescale/imx/imx_wdog.c            optional imxwdt
41
42 dev/ffec/if_ffec.c                      optional ffec
43
44 dev/uart/uart_dev_imx.c                 optional uart
45
46 dev/usb/controller/ehci_imx.c           optional ehci
47 arm/freescale/imx/imx6_usbphy.c         optional ehci
48
49 #
50 # Low-level serial console for debugging early kernel startup.
51 #
52 #arm/freescale/imx/console.c            standard
53
54 #
55 # Not ready yet...
56 #
57 #arm/freescale/imx/imx51_ipuv3.c        optional sc
58
59 # SDMA firmware
60 sdma_fw.c                               optional sdma_fw                \
61         compile-with    "${AWK} -f $S/tools/fw_stub.awk sdma-imx6q-to1.bin:sdma_fw -msdma -c${.TARGET}" \
62         no-implicit-rule before-depend local                            \
63         clean           "sdma_fw.c"
64 sdma-imx6q-to1.fwo                      optional sdma_fw                \
65         dependency      "sdma-imx6q-to1.bin"                            \
66         compile-with    "${LD} -b binary -d -warn-common -r -d -o ${.TARGET} sdma-imx6q-to1.bin" \
67         no-implicit-rule                                                \
68         clean           "sdma-imx6q-to1.fwo"
69 sdma-imx6q-to1.bin                      optional sdma_fw                \
70         dependency      "$S/contrib/dev/imx/sdma-imx6q-to1.bin.uu"      \
71         compile-with    "uudecode < $S/contrib/dev/imx/sdma-imx6q-to1.bin.uu" \
72         no-obj no-implicit-rule                                         \
73         clean           "sdma-imx6q-to1.bin"