NetBSD/sys/arch/arm/fdt
riastradh 7b4ce397cd arm/fdt/cpu_fdt.c: Use `cpu' iattr to attach cpufreq.
Now that cpu has an explicit interface attribute, cpufeaturebus,
_all_ children of cpu must use an explicit interface attribute to
disambiguate.  For children that weren't previously attached using an
explicit interface attribute, the name of the parent, `cpu', serves
as the iattr.

XXX I think we should either
(a) not use cpufreqbus, since in the aarch64 case it doesn't seem to
    be passing any information through attach args, or
(b) create another iattr like cpufdtbus for use by cpufreq_dt.c,
    which does rely on attach args, if it has to attach differently
    from the rest of fdtbus.
But for now this should get aarch64 on fdt booting again.
2024-05-10 14:42:21 +00:00
..
a9ptmr_fdt.c Handle speed change events 2022-11-05 17:30:06 +00:00
a9tmr_fdt.c On a system with both global and private timers, we cannot drive hardclock 2022-11-01 11:05:18 +00:00
a9wdt_fdt.c
aaci_fdt.c
acpi_fdt.c move the creation of machdep.smbios into platform_init(). 2022-11-25 22:17:20 +00:00
arm_fdt.c Rename ARM_PLATFORM to FDT_PLATFORM and make it available outside arm. 2023-04-07 08:55:29 +00:00
arm_fdtvar.h Rename ARM_PLATFORM to FDT_PLATFORM and make it available outside arm. 2023-04-07 08:55:29 +00:00
arm_platform.c Rename ARM_PLATFORM to FDT_PLATFORM and make it available outside arm. 2023-04-07 08:55:29 +00:00
arm_simplefb.c Add a PCI resource manager and use it on Arm ACPI platforms. 2022-10-14 22:10:15 +00:00
arm_simplefb.h
cpu_fdt.c arm/fdt/cpu_fdt.c: Use `cpu' iattr to attach cpufreq. 2024-05-10 14:42:21 +00:00
cpus_fdt.c Call / define fdtbus_cpus_md_attach for platforms with cpus @ fdt. 2023-06-12 12:58:17 +00:00
fdt_intr.h Remove GIC_SPLFUNCS. 2022-06-25 13:24:34 +00:00
files.fdt Call / define fdtbus_cpus_md_attach for platforms with cpus @ fdt. 2023-06-12 12:58:17 +00:00
gic_fdt.c gic at fdt: Don't assume all irqs are established on disestablish. 2022-08-11 13:04:35 +00:00
gicv3_fdt.c gicv3: add support for mbi-alias property 2021-11-17 21:46:12 +00:00
gtmr_fdt.c gtmr: Add support for arm,cpu-registers-not-fw-configured property. 2021-11-12 21:59:04 +00:00
l2cc_fdt.c
pcihost_fdt.c Trailing whitespace. 2024-01-12 11:24:48 +00:00
pcihost_fdtvar.h pcihost: Track MSI/MSI-X interrupt handlers. 2022-09-06 11:55:07 +00:00
plcom_fdt.c Add support for FIFOs and hardware flow-control to plcom driver. 2023-01-24 06:56:40 +00:00
plfb_fdt.c
plkmi_fdt.c
plmmc_fdt.c
plrtc_fdt.c
pmu_fdt.c armpmu(4): Add missing newline to error message. 2023-10-02 08:42:20 +00:00
psci_fdt.c
psci_fdtvar.h
smsh_fdt.c