History log of /netbsd-src/sys/arch/arm/acpi/files.acpi (Results 1 – 13 of 13)
Revision Date Author Comments
# 12a41c4d 07-Aug-2021 jmcneill <jmcneill@NetBSD.org>

arm: acpi: Add support for SMCCC based PCI config access.


# 30d28f20 07-Dec-2020 jmcneill <jmcneill@NetBSD.org>

acpicpu: Add support for ACPI P-states and T-states on Arm.


# 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 ...


# 1583ac80 01-Feb-2020 jmcneill <jmcneill@NetBSD.org>

Add support for NXP Layerscape PCIe Gen4 (not ECAM compliant)


# 6f25f864 17-Jan-2020 jmcneill <jmcneill@NetBSD.org>

Add support for Arm N1 SDP PCIe host controller.

The N1 SDP has a few bugs that we need to work around:
- PCIe root port config space lives in a non-standard location.
- Access to PCIe config spac

Add support for Arm N1 SDP PCIe host controller.

The N1 SDP has a few bugs that we need to work around:
- PCIe root port config space lives in a non-standard location.
- Access to PCIe config space of devices that do not exist results in
an sync SError. Firmware creates a "known devices" table at a fixed
physical address that we use to filter PCI conf access to only known
devices.

This change splits the Arm ACPI PCI quirks into separate files for each
host controller, and allows per-segment quirks to be applied.

These changes exposed some bugs in the MI ACPI layer related to
multi-segment support. The MI ACPI PCI code was using a shared PCI
chipset tag to access devices, and these accesses can happen before our
PCI host bridge drivers are attached! The global chipset tag is now gone,
and an MD callback can provide a custom tag on a per-segment basis.

show more ...


# 97755cb2 14-Oct-2019 jmcneill <jmcneill@NetBSD.org>

Add support for Amazon's Graviton MSI controller.

Graviton has a GICv3 with a modified GICv2m (!) for MSIs. Instead of
sending messages to a fixed address with the SPI as data, the Graviton's
GICv2m

Add support for Amazon's Graviton MSI controller.

Graviton has a GICv3 with a modified GICv2m (!) for MSIs. Instead of
sending messages to a fixed address with the SPI as data, the Graviton's
GICv2m uses a different address for each vector with "don't care" as data.

show more ...


# bf4f3429 22-Sep-2019 jmcneill <jmcneill@NetBSD.org>

Use vcons for simplefb preattach to speed up early console messages.


# e23c320e 08-Dec-2018 jmcneill <jmcneill@NetBSD.org>

Add support for decoding PCI ID mappings using IO remapping tables (IORT).


# 193d42dd 12-Nov-2018 jmcneill <jmcneill@NetBSD.org>

Support building kernels with ACPI and no PCI.


# 99bf46d6 24-Oct-2018 jmcneill <jmcneill@NetBSD.org>

Add driver for ARM Server Base System Architecture (SBSA)-compliant
generic watchdog timers.


# 425e501a 21-Oct-2018 jmcneill <jmcneill@NetBSD.org>

Add GICv3 ACPI attachment glue.


# e2ed649e 15-Oct-2018 jmcneill <jmcneill@NetBSD.org>

Add ARM ACPI PCI support.


# 97d57f80 12-Oct-2018 jmcneill <jmcneill@NetBSD.org>

Add ACPI platform glue and basic device drivers (CPU, GIC, Generic Timer,
SBSA UART).