blob: 032d12e316827d52a0bfb4dd25fcbac2bfae4a7a (
plain)
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
|
# $NetBSD: files.fdt,v 1.35 2023/06/12 12:58:17 skrll Exp $
include "dev/pckbport/files.pckbport"
device armfdt: bus_space_generic, fdt
attach armfdt at root with arm_fdt
file arch/arm/fdt/arm_fdt.c arm_fdt
file arch/arm/fdt/arm_platform.c arm_fdt & gtmr_fdt & psci_fdt
file arch/arm/fdt/arm_simplefb.c arm_fdt & wsdisplay & genfb
file arch/arm/fdt/cpus_fdt.c arm_fdt
attach cpu at fdt with cpu_fdt
file arch/arm/fdt/cpu_fdt.c cpu_fdt
device cpufreqdt
attach cpufreqdt at cpu with cpufreq_dt
file dev/fdt/cpufreq_dt.c cpufreq_dt
device a9tmr: mpcorebus
attach a9tmr at fdt with a9tmr_fdt
file arch/arm/fdt/a9tmr_fdt.c a9tmr_fdt
device a9ptmr: mpcorebus
attach a9ptmr at fdt with a9ptmr_fdt
file arch/arm/fdt/a9ptmr_fdt.c a9ptmr_fdt
device a9wdt: mpcorebus
attach a9wdt at fdt with a9wdt_fdt
file arch/arm/fdt/a9wdt_fdt.c a9wdt_fdt
device gtmr: mpcorebus
attach gtmr at fdt with gtmr_fdt
file arch/arm/fdt/gtmr_fdt.c gtmr_fdt
device gic: mpcorebus
attach gic at fdt with gic_fdt
file arch/arm/fdt/gic_fdt.c gic_fdt
attach gicvthree at fdt with gicv3_fdt
file arch/arm/fdt/gicv3_fdt.c gicv3_fdt
device l2cc: mpcorebus
attach l2cc at fdt with l2cc_fdt
file arch/arm/fdt/l2cc_fdt.c l2cc_fdt
attach plcom at fdt with plcom_fdt
file arch/arm/fdt/plcom_fdt.c plcom_fdt
attach plkmi at fdt with plkmi_fdt
file arch/arm/fdt/plkmi_fdt.c plkmi_fdt
attach plmmc at fdt with plmmc_fdt
file arch/arm/fdt/plmmc_fdt.c plmmc_fdt
attach smsh at fdt with smsh_fdt
file arch/arm/fdt/smsh_fdt.c smsh_fdt
attach aaci at fdt with aaci_fdt
file arch/arm/fdt/aaci_fdt.c aaci_fdt
attach plrtc at fdt with plrtc_fdt
file arch/arm/fdt/plrtc_fdt.c plrtc_fdt
attach psci at fdt with psci_fdt
file arch/arm/fdt/psci_fdt.c psci_fdt needs-flag
# Generic PCI host controller
device pcihost: pcibus
attach pcihost at fdt with pcihost_fdt
file arch/arm/fdt/pcihost_fdt.c pcihost_fdt
device armpmu: tprof
attach armpmu at fdt with pmu_fdt
file arch/arm/fdt/pmu_fdt.c pmu_fdt
attach genfb at fdt with plfb_fdt: fdt_display_timing
file arch/arm/fdt/plfb_fdt.c plfb_fdt
device acpifdt: acpibus, smbios
attach acpifdt at fdt with acpi_fdt
file arch/arm/fdt/acpi_fdt.c acpi_fdt
file dev/smbios_platform.c acpi_fdt
|