1034e9ed6SIan Lepore# $FreeBSD$ 2034e9ed6SIan Lepore 3034e9ed6SIan Lepore# 4034e9ed6SIan Lepore# Standard ARM support. 5034e9ed6SIan Lepore# 6034e9ed6SIan Leporekern/kern_clocksource.c standard 7034e9ed6SIan Lepore 8034e9ed6SIan Lepore# 9034e9ed6SIan Lepore# Standard imx6 devices and support. 10034e9ed6SIan Lepore# 11350badf9SIan Leporearm/freescale/fsl_ocotp.c standard 12034e9ed6SIan Leporearm/freescale/imx/imx6_anatop.c standard 13034e9ed6SIan Leporearm/freescale/imx/imx6_ccm.c standard 14034e9ed6SIan Leporearm/freescale/imx/imx6_machdep.c standard 151f225269SIan Leporearm/freescale/imx/imx6_mp.c optional smp 16034e9ed6SIan Leporearm/freescale/imx/imx6_pl310.c standard 1783860f69SOleksandr Tymoshenkoarm/freescale/imx/imx6_src.c standard 18*fc0dd0d3SIan Leporearm/freescale/imx/imx_epit.c standard 197ddf24b3SIan Leporearm/freescale/imx/imx_iomux.c standard 20034e9ed6SIan Leporearm/freescale/imx/imx_machdep.c standard 21*fc0dd0d3SIan Leporearm/freescale/imx/imx_gpt.c optional imx_gpt 220495dcefSRuslan Bukinarm/freescale/imx/imx_gpio.c optional gpio 2340d7d632SRuslan Bukinarm/freescale/imx/imx_i2c.c optional fsliic 24f0583578SRuslan Bukinarm/freescale/imx/imx6_sdma.c optional sdma 25f0583578SRuslan Bukinarm/freescale/imx/imx6_audmux.c optional sound 26f0583578SRuslan Bukinarm/freescale/imx/imx6_ssi.c optional sound 27034e9ed6SIan Lepore 2806785ff6SJared McNeilldev/hdmi/hdmi_if.m optional hdmi 2906785ff6SJared McNeilldev/hdmi/dwc_hdmi.c optional hdmi 30a0becfc9SOleksandr Tymoshenkoarm/freescale/imx/imx6_hdmi.c optional hdmi 31a0becfc9SOleksandr Tymoshenko 32dfbf5e4bSOleksandr Tymoshenkoarm/freescale/imx/imx6_ipu.c optional vt 33dfbf5e4bSOleksandr Tymoshenko 34034e9ed6SIan Lepore# 35034e9ed6SIan Lepore# Optional devices. 36034e9ed6SIan Lepore# 373d9df07aSJustin Hibbitsdev/sdhci/fsl_sdhci.c optional sdhci 38034e9ed6SIan Lepore 39034e9ed6SIan Leporearm/freescale/imx/imx_wdog.c optional imxwdt 40034e9ed6SIan Lepore 41034e9ed6SIan Leporedev/ffec/if_ffec.c optional ffec 42034e9ed6SIan Lepore 43034e9ed6SIan Leporedev/uart/uart_dev_imx.c optional uart 44034e9ed6SIan Lepore 45034e9ed6SIan Leporedev/usb/controller/ehci_imx.c optional ehci 46034e9ed6SIan Leporearm/freescale/imx/imx6_usbphy.c optional ehci 47034e9ed6SIan Lepore 48034e9ed6SIan Lepore# 49034e9ed6SIan Lepore# Low-level serial console for debugging early kernel startup. 50034e9ed6SIan Lepore# 51a29b35ddSAndrew Turner#arm/freescale/imx/imx_console.c standard 52034e9ed6SIan Lepore 53034e9ed6SIan Lepore# 54034e9ed6SIan Lepore# Not ready yet... 55034e9ed6SIan Lepore# 56034e9ed6SIan Lepore#arm/freescale/imx/imx51_ipuv3.c optional sc 57f0583578SRuslan Bukin 58f0583578SRuslan Bukin# SDMA firmware 59f0583578SRuslan Bukinsdma_fw.c optional sdma_fw \ 60f0583578SRuslan Bukin compile-with "${AWK} -f $S/tools/fw_stub.awk sdma-imx6q-to1.bin:sdma_fw -msdma -c${.TARGET}" \ 61f0583578SRuslan Bukin no-implicit-rule before-depend local \ 62f0583578SRuslan Bukin clean "sdma_fw.c" 63f0583578SRuslan Bukinsdma-imx6q-to1.fwo optional sdma_fw \ 64f0583578SRuslan Bukin dependency "sdma-imx6q-to1.bin" \ 65f0583578SRuslan Bukin compile-with "${LD} -b binary -d -warn-common -r -d -o ${.TARGET} sdma-imx6q-to1.bin" \ 66f0583578SRuslan Bukin no-implicit-rule \ 67f0583578SRuslan Bukin clean "sdma-imx6q-to1.fwo" 68f0583578SRuslan Bukinsdma-imx6q-to1.bin optional sdma_fw \ 69f0583578SRuslan Bukin dependency "$S/contrib/dev/imx/sdma-imx6q-to1.bin.uu" \ 70f0583578SRuslan Bukin compile-with "uudecode < $S/contrib/dev/imx/sdma-imx6q-to1.bin.uu" \ 71f0583578SRuslan Bukin no-obj no-implicit-rule \ 72f0583578SRuslan Bukin clean "sdma-imx6q-to1.bin" 73