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 187ddf24b3SIan Leporearm/freescale/imx/imx_iomux.c standard 19034e9ed6SIan Leporearm/freescale/imx/imx_machdep.c standard 20034e9ed6SIan Leporearm/freescale/imx/imx_gpt.c standard 210495dcefSRuslan Bukinarm/freescale/imx/imx_gpio.c optional gpio 2240d7d632SRuslan Bukinarm/freescale/imx/imx_i2c.c optional fsliic 23f0583578SRuslan Bukinarm/freescale/imx/imx6_sdma.c optional sdma 24f0583578SRuslan Bukinarm/freescale/imx/imx6_audmux.c optional sound 25f0583578SRuslan Bukinarm/freescale/imx/imx6_ssi.c optional sound 26034e9ed6SIan Lepore 27a0becfc9SOleksandr Tymoshenkoarm/arm/hdmi_if.m optional hdmi 28a0becfc9SOleksandr Tymoshenkoarm/freescale/imx/imx6_hdmi.c optional hdmi 29a0becfc9SOleksandr Tymoshenko 30dfbf5e4bSOleksandr Tymoshenkoarm/freescale/imx/imx6_ipu.c optional vt 31dfbf5e4bSOleksandr Tymoshenko 32034e9ed6SIan Lepore# 33034e9ed6SIan Lepore# Optional devices. 34034e9ed6SIan Lepore# 35*3d9df07aSJustin Hibbitsdev/sdhci/fsl_sdhci.c optional sdhci 36034e9ed6SIan Lepore 37034e9ed6SIan Leporearm/freescale/imx/imx_wdog.c optional imxwdt 38034e9ed6SIan Lepore 39034e9ed6SIan Leporedev/ffec/if_ffec.c optional ffec 40034e9ed6SIan Lepore 41034e9ed6SIan Leporedev/uart/uart_dev_imx.c optional uart 42034e9ed6SIan Lepore 43034e9ed6SIan Leporedev/usb/controller/ehci_imx.c optional ehci 44034e9ed6SIan Leporearm/freescale/imx/imx6_usbphy.c optional ehci 45034e9ed6SIan Lepore 46034e9ed6SIan Lepore# 47034e9ed6SIan Lepore# Low-level serial console for debugging early kernel startup. 48034e9ed6SIan Lepore# 49034e9ed6SIan Lepore#arm/freescale/imx/console.c standard 50034e9ed6SIan Lepore 51034e9ed6SIan Lepore# 52034e9ed6SIan Lepore# Not ready yet... 53034e9ed6SIan Lepore# 54034e9ed6SIan Lepore#arm/freescale/imx/imx51_ipuv3.c optional sc 55f0583578SRuslan Bukin 56f0583578SRuslan Bukin# SDMA firmware 57f0583578SRuslan Bukinsdma_fw.c optional sdma_fw \ 58f0583578SRuslan Bukin compile-with "${AWK} -f $S/tools/fw_stub.awk sdma-imx6q-to1.bin:sdma_fw -msdma -c${.TARGET}" \ 59f0583578SRuslan Bukin no-implicit-rule before-depend local \ 60f0583578SRuslan Bukin clean "sdma_fw.c" 61f0583578SRuslan Bukinsdma-imx6q-to1.fwo optional sdma_fw \ 62f0583578SRuslan Bukin dependency "sdma-imx6q-to1.bin" \ 63f0583578SRuslan Bukin compile-with "${LD} -b binary -d -warn-common -r -d -o ${.TARGET} sdma-imx6q-to1.bin" \ 64f0583578SRuslan Bukin no-implicit-rule \ 65f0583578SRuslan Bukin clean "sdma-imx6q-to1.fwo" 66f0583578SRuslan Bukinsdma-imx6q-to1.bin optional sdma_fw \ 67f0583578SRuslan Bukin dependency "$S/contrib/dev/imx/sdma-imx6q-to1.bin.uu" \ 68f0583578SRuslan Bukin compile-with "uudecode < $S/contrib/dev/imx/sdma-imx6q-to1.bin.uu" \ 69f0583578SRuslan Bukin no-obj no-implicit-rule \ 70f0583578SRuslan Bukin clean "sdma-imx6q-to1.bin" 71