2015-03-20 14:25:51 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
arm/broadcom/bcm2835/bcm2835_bsc.c optional bcm2835_bsc
|
|
|
|
arm/broadcom/bcm2835/bcm2835_cpufreq.c standard
|
|
|
|
arm/broadcom/bcm2835/bcm2835_dma.c standard
|
|
|
|
arm/broadcom/bcm2835/bcm2835_fb.c optional sc
|
|
|
|
arm/broadcom/bcm2835/bcm2835_fbd.c optional vt
|
2020-07-09 16:28:13 +00:00
|
|
|
arm/broadcom/bcm2835/bcm2835_firmware.c standard
|
2016-09-29 02:14:08 +00:00
|
|
|
arm/broadcom/bcm2835/bcm2835_ft5406.c optional evdev bcm2835_ft5406
|
2015-03-20 14:25:51 +00:00
|
|
|
arm/broadcom/bcm2835/bcm2835_gpio.c optional gpio
|
|
|
|
arm/broadcom/bcm2835/bcm2835_intr.c standard
|
2016-10-14 03:00:53 +00:00
|
|
|
arm/broadcom/bcm2835/bcm2835_machdep.c optional platform
|
2015-03-20 14:25:51 +00:00
|
|
|
arm/broadcom/bcm2835/bcm2835_mbox.c standard
|
2016-07-19 18:07:47 +00:00
|
|
|
arm/broadcom/bcm2835/bcm2835_rng.c optional random
|
2015-03-20 14:25:51 +00:00
|
|
|
arm/broadcom/bcm2835/bcm2835_sdhci.c optional sdhci
|
2018-06-28 21:14:33 +00:00
|
|
|
arm/broadcom/bcm2835/bcm2835_sdhost.c optional sdhci
|
2015-03-20 14:25:51 +00:00
|
|
|
arm/broadcom/bcm2835/bcm2835_spi.c optional bcm2835_spi
|
2019-11-20 03:57:46 +00:00
|
|
|
arm/broadcom/bcm2835/bcm2835_vcbus.c standard
|
2015-11-05 04:16:03 +00:00
|
|
|
arm/broadcom/bcm2835/bcm2835_vcio.c standard
|
2015-03-20 14:25:51 +00:00
|
|
|
arm/broadcom/bcm2835/bcm2835_wdog.c standard
|
2020-07-06 08:51:55 +00:00
|
|
|
arm/broadcom/bcm2835/bcm2838_pci.c optional pci
|
2020-08-03 10:19:50 +00:00
|
|
|
arm/broadcom/bcm2835/bcm2838_xhci.c optional xhci
|
2015-03-20 14:25:51 +00:00
|
|
|
arm/broadcom/bcm2835/bcm283x_dwc_fdt.c optional dwcotg fdt
|
|
|
|
|
|
|
|
dev/mbox/mbox_if.m standard
|
|
|
|
|
|
|
|
arm/broadcom/bcm2835/bcm2835_audio.c optional sound vchiq \
|
|
|
|
compile-with "${NORMAL_C} -DUSE_VCHIQ_ARM -D__VCCOREVER__=0x04000000 -I$S/contrib/vchiq"
|
|
|
|
|
|
|
|
# VideoCore driver
|
|
|
|
contrib/vchiq/interface/compat/vchi_bsd.c optional vchiq \
|
|
|
|
compile-with "${NORMAL_C} -DUSE_VCHIQ_ARM -D__VCCOREVER__=0x04000000 -I$S/contrib/vchiq"
|
|
|
|
contrib/vchiq/interface/vchiq_arm/vchiq_2835_arm.c optional vchiq \
|
|
|
|
compile-with "${NORMAL_C} -Wno-unused -DUSE_VCHIQ_ARM -D__VCCOREVER__=0x04000000 -I$S/contrib/vchiq"
|
|
|
|
contrib/vchiq/interface/vchiq_arm/vchiq_arm.c optional vchiq \
|
|
|
|
compile-with "${NORMAL_C} -Wno-unused -DUSE_VCHIQ_ARM -D__VCCOREVER__=0x04000000 -I$S/contrib/vchiq"
|
|
|
|
contrib/vchiq/interface/vchiq_arm/vchiq_connected.c optional vchiq \
|
|
|
|
compile-with "${NORMAL_C} -DUSE_VCHIQ_ARM -D__VCCOREVER__=0x04000000 -I$S/contrib/vchiq"
|
|
|
|
contrib/vchiq/interface/vchiq_arm/vchiq_core.c optional vchiq \
|
|
|
|
compile-with "${NORMAL_C} -DUSE_VCHIQ_ARM -D__VCCOREVER__=0x04000000 -I$S/contrib/vchiq"
|
|
|
|
contrib/vchiq/interface/vchiq_arm/vchiq_kern_lib.c optional vchiq \
|
|
|
|
compile-with "${NORMAL_C} -DUSE_VCHIQ_ARM -D__VCCOREVER__=0x04000000 -I$S/contrib/vchiq"
|
|
|
|
contrib/vchiq/interface/vchiq_arm/vchiq_kmod.c optional vchiq \
|
|
|
|
compile-with "${NORMAL_C} -DUSE_VCHIQ_ARM -D__VCCOREVER__=0x04000000 -I$S/contrib/vchiq"
|
|
|
|
contrib/vchiq/interface/vchiq_arm/vchiq_shim.c optional vchiq \
|
|
|
|
compile-with "${NORMAL_C} -DUSE_VCHIQ_ARM -D__VCCOREVER__=0x04000000 -I$S/contrib/vchiq"
|
|
|
|
contrib/vchiq/interface/vchiq_arm/vchiq_util.c optional vchiq \
|
|
|
|
compile-with "${NORMAL_C} -DUSE_VCHIQ_ARM -D__VCCOREVER__=0x04000000 -I$S/contrib/vchiq"
|