1034e9ed6SIan Lepore 2034e9ed6SIan Lepore# 3034e9ed6SIan Lepore# Standard imx6 devices and support. 4034e9ed6SIan Lepore# 5350badf9SIan Leporearm/freescale/fsl_ocotp.c standard 6034e9ed6SIan Leporearm/freescale/imx/imx6_anatop.c standard 7034e9ed6SIan Leporearm/freescale/imx/imx6_ccm.c standard 8034e9ed6SIan Leporearm/freescale/imx/imx6_machdep.c standard 91f225269SIan Leporearm/freescale/imx/imx6_mp.c optional smp 10034e9ed6SIan Leporearm/freescale/imx/imx6_pl310.c standard 117ad88b3cSIan Leporearm/freescale/imx/imx6_snvs.c optional imx6_snvs 1283860f69SOleksandr Tymoshenkoarm/freescale/imx/imx6_src.c standard 13fc0dd0d3SIan Leporearm/freescale/imx/imx_epit.c standard 147ddf24b3SIan Leporearm/freescale/imx/imx_iomux.c standard 15034e9ed6SIan Leporearm/freescale/imx/imx_machdep.c standard 16fc0dd0d3SIan Leporearm/freescale/imx/imx_gpt.c optional imx_gpt 170495dcefSRuslan Bukinarm/freescale/imx/imx_gpio.c optional gpio 1840d7d632SRuslan Bukinarm/freescale/imx/imx_i2c.c optional fsliic 19a0fd2339SIan Leporearm/freescale/imx/imx_spi.c optional imx_spi 206b81683fSAndrew Turnerarm/freescale/imx/imx6_sdma.c optional fslsdma 21f0583578SRuslan Bukinarm/freescale/imx/imx6_audmux.c optional sound 22a7623790SIan Leporearm/freescale/imx/imx6_ssi.c optional sound fslsdma 23854519fdSIan Leporearm/freescale/imx/imx6_ahci.c optional ahci 24034e9ed6SIan Lepore 25*8574d32fSEmmanuel Vadotdev/hdmi/dwc_hdmi.c optional vt dwc_hdmi 26*8574d32fSEmmanuel Vadotarm/freescale/imx/imx6_hdmi.c optional vt imx6_hdmi 27a0becfc9SOleksandr Tymoshenko 28*8574d32fSEmmanuel Vadotarm/freescale/imx/imx6_ipu.c optional vt imx6_ipu 29dfbf5e4bSOleksandr Tymoshenko 30034e9ed6SIan Lepore# 31034e9ed6SIan Lepore# Optional devices. 32034e9ed6SIan Lepore# 333d9df07aSJustin Hibbitsdev/sdhci/fsl_sdhci.c optional sdhci 34034e9ed6SIan Lepore 35034e9ed6SIan Leporearm/freescale/imx/imx_wdog.c optional imxwdt 36034e9ed6SIan Lepore 37034e9ed6SIan Leporedev/ffec/if_ffec.c optional ffec 38034e9ed6SIan Lepore 39034e9ed6SIan Leporedev/uart/uart_dev_imx.c optional uart 40034e9ed6SIan Lepore 41034e9ed6SIan Leporedev/usb/controller/ehci_imx.c optional ehci 42034e9ed6SIan Leporearm/freescale/imx/imx6_usbphy.c optional ehci 43034e9ed6SIan Lepore 44034e9ed6SIan Lepore# 45034e9ed6SIan Lepore# Low-level serial console for debugging early kernel startup. 46034e9ed6SIan Lepore# 47a29b35ddSAndrew Turner#arm/freescale/imx/imx_console.c standard 48034e9ed6SIan Lepore 49a7623790SIan Lepore# SDMA firmware. 50a7623790SIan Leporesdma-imx6q.c optional fslsdma \ 51a7623790SIan Lepore compile-with "${AWK} -f $S/tools/fw_stub.awk sdma-imx6q.bin:sdma-imx6q -msdma -c${.TARGET}" \ 520c80ad2dSEmmanuel Vadot no-ctfconvert no-implicit-rule before-depend local \ 53a7623790SIan Lepore clean "sdma-imx6q.c" 54a7623790SIan Leporesdma-imx6q.fwo optional fslsdma \ 55a7623790SIan Lepore dependency "sdma-imx6q.bin" \ 56a7623790SIan Lepore compile-with "${LD} -m ${LD_EMULATION} -b binary -d -warn-common -r -d -o ${.TARGET} sdma-imx6q.bin" \ 570c80ad2dSEmmanuel Vadot no-ctfconvert no-implicit-rule \ 58a7623790SIan Lepore clean "sdma-imx6q.fwo" 59a7623790SIan Leporesdma-imx6q.bin optional fslsdma \ 60a7623790SIan Lepore dependency "$S/contrib/dev/imx/sdma-imx6q.bin.uu" \ 61a7623790SIan Lepore compile-with "uudecode < $S/contrib/dev/imx/sdma-imx6q.bin.uu" \ 62f0583578SRuslan Bukin no-obj no-implicit-rule \ 63a7623790SIan Lepore clean "sdma-imx6q.bin" 64