2013-11-01 00:21:09 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
#
|
|
|
|
# Standard imx6 devices and support.
|
|
|
|
#
|
2014-02-15 21:21:57 +00:00
|
|
|
arm/freescale/fsl_ocotp.c standard
|
2013-11-01 00:21:09 +00:00
|
|
|
arm/freescale/imx/imx6_anatop.c standard
|
|
|
|
arm/freescale/imx/imx6_ccm.c standard
|
|
|
|
arm/freescale/imx/imx6_machdep.c standard
|
2014-02-24 03:51:31 +00:00
|
|
|
arm/freescale/imx/imx6_mp.c optional smp
|
2013-11-01 00:21:09 +00:00
|
|
|
arm/freescale/imx/imx6_pl310.c standard
|
2017-08-02 15:15:18 +00:00
|
|
|
arm/freescale/imx/imx6_snvs.c optional imx6_snvs
|
2015-11-13 23:47:41 +00:00
|
|
|
arm/freescale/imx/imx6_src.c standard
|
2017-06-18 18:22:52 +00:00
|
|
|
arm/freescale/imx/imx_epit.c standard
|
2014-09-13 20:09:34 +00:00
|
|
|
arm/freescale/imx/imx_iomux.c standard
|
2013-11-01 00:21:09 +00:00
|
|
|
arm/freescale/imx/imx_machdep.c standard
|
2017-06-18 18:22:52 +00:00
|
|
|
arm/freescale/imx/imx_gpt.c optional imx_gpt
|
2014-07-18 07:52:35 +00:00
|
|
|
arm/freescale/imx/imx_gpio.c optional gpio
|
2014-07-22 04:39:32 +00:00
|
|
|
arm/freescale/imx/imx_i2c.c optional fsliic
|
2018-02-26 02:28:32 +00:00
|
|
|
arm/freescale/imx/imx_spi.c optional imx_spi
|
2017-09-24 09:33:08 +00:00
|
|
|
arm/freescale/imx/imx6_sdma.c optional fslsdma
|
2015-01-24 13:07:07 +00:00
|
|
|
arm/freescale/imx/imx6_audmux.c optional sound
|
|
|
|
arm/freescale/imx/imx6_ssi.c optional sound
|
2017-08-03 14:43:41 +00:00
|
|
|
arm/freescale/imx/imx6_ahci.c optional ahci
|
2013-11-01 00:21:09 +00:00
|
|
|
|
2016-12-20 01:34:29 +00:00
|
|
|
dev/hdmi/dwc_hdmi.c optional hdmi
|
2015-12-21 21:40:15 +00:00
|
|
|
arm/freescale/imx/imx6_hdmi.c optional hdmi
|
|
|
|
|
2015-12-21 22:25:35 +00:00
|
|
|
arm/freescale/imx/imx6_ipu.c optional vt
|
|
|
|
|
2013-11-01 00:21:09 +00:00
|
|
|
#
|
|
|
|
# Optional devices.
|
|
|
|
#
|
2016-11-02 00:51:09 +00:00
|
|
|
dev/sdhci/fsl_sdhci.c optional sdhci
|
2013-11-01 00:21:09 +00:00
|
|
|
|
|
|
|
arm/freescale/imx/imx_wdog.c optional imxwdt
|
|
|
|
|
|
|
|
dev/ffec/if_ffec.c optional ffec
|
|
|
|
|
|
|
|
dev/uart/uart_dev_imx.c optional uart
|
|
|
|
|
|
|
|
dev/usb/controller/ehci_imx.c optional ehci
|
|
|
|
arm/freescale/imx/imx6_usbphy.c optional ehci
|
|
|
|
|
|
|
|
#
|
|
|
|
# Low-level serial console for debugging early kernel startup.
|
|
|
|
#
|
2017-06-04 09:11:14 +00:00
|
|
|
#arm/freescale/imx/imx_console.c standard
|
2013-11-01 00:21:09 +00:00
|
|
|
|
|
|
|
#
|
|
|
|
# Not ready yet...
|
|
|
|
#
|
|
|
|
#arm/freescale/imx/imx51_ipuv3.c optional sc
|
2015-01-24 13:07:07 +00:00
|
|
|
|
|
|
|
# SDMA firmware
|
|
|
|
sdma_fw.c optional sdma_fw \
|
|
|
|
compile-with "${AWK} -f $S/tools/fw_stub.awk sdma-imx6q-to1.bin:sdma_fw -msdma -c${.TARGET}" \
|
|
|
|
no-implicit-rule before-depend local \
|
|
|
|
clean "sdma_fw.c"
|
|
|
|
sdma-imx6q-to1.fwo optional sdma_fw \
|
|
|
|
dependency "sdma-imx6q-to1.bin" \
|
2018-11-09 19:16:01 +00:00
|
|
|
compile-with "${LD} -m ${LD_EMULATION} -b binary -d -warn-common -r -d -o ${.TARGET} sdma-imx6q-to1.bin" \
|
2015-01-24 13:07:07 +00:00
|
|
|
no-implicit-rule \
|
|
|
|
clean "sdma-imx6q-to1.fwo"
|
|
|
|
sdma-imx6q-to1.bin optional sdma_fw \
|
|
|
|
dependency "$S/contrib/dev/imx/sdma-imx6q-to1.bin.uu" \
|
|
|
|
compile-with "uudecode < $S/contrib/dev/imx/sdma-imx6q-to1.bin.uu" \
|
|
|
|
no-obj no-implicit-rule \
|
|
|
|
clean "sdma-imx6q-to1.bin"
|