History log of /netbsd-src/sys/arch/arm/fdt/files.fdt (Results 1 – 25 of 35)
Revision Date Author Comments
# ecd207b4 12-Jun-2023 skrll <skrll@NetBSD.org>

Call / define fdtbus_cpus_md_attach for platforms with cpus @ fdt.

The RISC-V binding here seems somewhat of an abuse, but it exists in
mainline linux.


# ddb82cee 22-Jul-2021 jmcneill <jmcneill@NetBSD.org>

Expose SMBIOS tables using sysctl machdep.dmi.*, same as x86.


# 5ac366e7 26-Apr-2021 thorpej <thorpej@NetBSD.org>

armfdt does not need its own interface attribute; all of its children
attach to the "fdt" interface attribute.


# 2824038d 10-Oct-2020 jmcneill <jmcneill@NetBSD.org>

Support early FB console attachment when booting with a devicetree
(non-ACPI mode). Inform the pciconf code about the framebuffer to
prevent pciconf from changing resources out from under us when fra

Support early FB console attachment when booting with a devicetree
(non-ACPI mode). Inform the pciconf code about the framebuffer to
prevent pciconf from changing resources out from under us when framebuffer
memory is in VRAM.

show more ...


# c50621f3 07-Jan-2020 skrll <skrll@NetBSD.org>

arm_platform requires gtmr and psci. Should fix build failures.


# 6080e166 05-Jan-2020 jmcneill <jmcneill@NetBSD.org>

Make the generic Arm platform available for arm32 as well.


# 3f3994cb 10-Aug-2019 skrll <skrll@NetBSD.org>

Add a driver for the A5/A9 Private timer.

While here FDTise the Watchdog driver.


# 8f749d37 05-Dec-2018 jmcneill <jmcneill@NetBSD.org>

Split armv7/armv8 tprof backend config logic from the fdt bus glue.


# 6a4c7307 12-Oct-2018 jmcneill <jmcneill@NetBSD.org>

Add acpi @ fdt glue


# 5a821b2c 21-Sep-2018 skrll <skrll@NetBSD.org>

Centralise defparam CONSADDR, CONSPEED, CONMODE and CONADDR into
opt_console.h and adjust.


# 66d31a2d 10-Sep-2018 ryo <ryo@NetBSD.org>

cleanup aarch64 mpstart and fdt bootstrap
* arm_cpu_hatch_arg is a bad idea. avoid serializing CPU startup, and eliminate arm_cpu_hatch_arg.
in mpstart, resolve own cpu index using array of cpu_m

cleanup aarch64 mpstart and fdt bootstrap
* arm_cpu_hatch_arg is a bad idea. avoid serializing CPU startup, and eliminate arm_cpu_hatch_arg.
in mpstart, resolve own cpu index using array of cpu_mpidr[] (aarch64)
* add support fdt enable-method "spin-table"
* add support fdt enable-method "brcm,bcm2836-smp" (for 32bit RaspberryPi)
* use arm_fdt_cpu_bootstrap() instead of psci_fdt_bootstrap()
* rename "arm/fdt/psci_fdt.h" to "arm/fdt/psci_fdtvar.h" because of conflict of include file for needs-flag
* add devmap for cpu spin-table of raspberrypi3/aarch64
* no need to force hatch APs for raspberrypi3/arm32 ifndef MULTIPROCESSOR.
* fix to work pmap_extract(kerneltext/data/bss) even if before calling pmap_bootstrap

idea to use cpu_mpidr[] by jmcneill@. reviewd by skrll@. thanks.

show more ...


# 18d2f7fc 08-Sep-2018 jmcneill <jmcneill@NetBSD.org>

Add FDT generic PCI host controller driver.


# 54c68314 17-Aug-2018 skrll <skrll@NetBSD.org>

Whitespace


# 0b5f0853 08-Aug-2018 jmcneill <jmcneill@NetBSD.org>

Add GICv3 FDT glue


# b561895d 15-Jul-2018 jmcneill <jmcneill@NetBSD.org>

Add support for ARMv7 performance monitor (PMU).


# 5ab5803c 15-Jul-2018 jmcneill <jmcneill@NetBSD.org>

Add glue for ARMv8 performance monitor (PMU).


# 7c574251 30-Jun-2018 jmcneill <jmcneill@NetBSD.org>

cpus: use fdt_add_bus


# 78c7f984 30-Jun-2018 jmcneill <jmcneill@NetBSD.org>

Allow nodes to attach child devices using the same sorting rules as used
by the simplebus driver.


# 09881193 20-Jun-2018 hkenken <hkenken@NetBSD.org>

Add l2cc support.


# 52049049 05-Jun-2018 hkenken <hkenken@NetBSD.org>

Rename ARM A9 Global Timer driver name to support fdt.

- Rename a9tmr to arma9tmr.
- Add a9tmr_fdt.c based gtmr_fdt.c.


# a3cb51fb 19-Feb-2018 jmcneill <jmcneill@NetBSD.org>

move plfb glue to the correct location


# 53f52772 02-Oct-2017 jmcneill <jmcneill@NetBSD.org>

Add generic DT cpu frequency and voltage scaling driver.


# 0dfdcf8e 26-Aug-2017 jmcneill <jmcneill@NetBSD.org>

Until config supports multiple 'attach driver at bus with <foo>' lines,
move plfb from common files.fdt to files.vexpress


# 16ab2903 28-Jun-2017 jmcneill <jmcneill@NetBSD.org>

Add support for ARM Power State Coordination Interface (PSCI).


# 91452e84 08-Jun-2017 jmcneill <jmcneill@NetBSD.org>

Add fdt glue for plrtc


12