aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/broadcom/bcm2835/files.bcm2835
blob: 95bb9c519cf625c890d577f565cb3bd60df4ed05 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
# $FreeBSD$

arm/broadcom/bcm2835/bcm2835_bsc.c		optional bcm2835_bsc
arm/broadcom/bcm2835/bcm2835_common.c		optional fdt
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
arm/broadcom/bcm2835/bcm2835_gpio.c		optional gpio
arm/broadcom/bcm2835/bcm2835_intr.c		standard
arm/broadcom/bcm2835/bcm2835_machdep.c		standard
arm/broadcom/bcm2835/bcm2835_mbox.c		standard
arm/broadcom/bcm2835/bcm2835_sdhci.c		optional sdhci
arm/broadcom/bcm2835/bcm2835_spi.c		optional bcm2835_spi
arm/broadcom/bcm2835/bcm2835_systimer.c		standard
arm/broadcom/bcm2835/bcm2835_wdog.c		standard

arm/arm/bus_space_base.c			standard
arm/arm/bus_space_generic.c                     standard
arm/arm/bus_space_asm_generic.S                 standard
arm/arm/cpufunc_asm_arm11.S                     standard
arm/arm/cpufunc_asm_arm11x6.S                   standard
arm/arm/cpufunc_asm_armv5.S                     standard
arm/arm/cpufunc_asm_armv6.S                     standard

kern/kern_clocksource.c                         standard

dev/mbox/mbox_if.m				standard
dev/ofw/ofw_cpu.c				standard

# VideoCore driver
contrib/vchiq/interface/compat/vchi_bsd.c	standard \
	compile-with "${NORMAL_C} -DUSE_VCHIQ_ARM -D__VCCOREVER__=0x04000000 -I$S/contrib/vchiq"
contrib/vchiq/interface/vchiq_arm/vchiq_2835_arm.c	standard \
	compile-with "${NORMAL_C} -Wno-unused -DUSE_VCHIQ_ARM -D__VCCOREVER__=0x04000000 -I$S/contrib/vchiq"
contrib/vchiq/interface/vchiq_arm/vchiq_arm.c	standard \
	compile-with "${NORMAL_C} -Wno-unused -DUSE_VCHIQ_ARM -D__VCCOREVER__=0x04000000 -I$S/contrib/vchiq"
contrib/vchiq/interface/vchiq_arm/vchiq_connected.c	standard \
	compile-with "${NORMAL_C} -DUSE_VCHIQ_ARM -D__VCCOREVER__=0x04000000 -I$S/contrib/vchiq"
contrib/vchiq/interface/vchiq_arm/vchiq_core.c	standard \
	compile-with "${NORMAL_C} -DUSE_VCHIQ_ARM -D__VCCOREVER__=0x04000000 -I$S/contrib/vchiq"
contrib/vchiq/interface/vchiq_arm/vchiq_kern_lib.c	standard \
	compile-with "${NORMAL_C} -DUSE_VCHIQ_ARM -D__VCCOREVER__=0x04000000 -I$S/contrib/vchiq"
contrib/vchiq/interface/vchiq_arm/vchiq_kmod.c	standard \
	compile-with "${NORMAL_C} -DUSE_VCHIQ_ARM -D__VCCOREVER__=0x04000000 -I$S/contrib/vchiq"
contrib/vchiq/interface/vchiq_arm/vchiq_shim.c	standard \
	compile-with "${NORMAL_C} -DUSE_VCHIQ_ARM -D__VCCOREVER__=0x04000000 -I$S/contrib/vchiq"
contrib/vchiq/interface/vchiq_arm/vchiq_util.c	standard \
	compile-with "${NORMAL_C} -DUSE_VCHIQ_ARM -D__VCCOREVER__=0x04000000 -I$S/contrib/vchiq"