summaryrefslogtreecommitdiff
path: root/sys/arch/arm/acpi
AgeCommit message (Expand)Author
2023-04-07Rename ARM_PLATFORM to FDT_PLATFORM and make it available outside arm.skrll
2023-01-24Add support for FIFOs and hardware flow-control to plcom driver.mlelstv
2022-11-16typo in commentskrll
2022-10-15Use "non-posted" instead of "strongly ordered" to describe nGnRnE mappingsjmcneill
2022-10-15fix indentationjmcneill
2022-10-14Add a PCI resource manager and use it on Arm ACPI platforms.jmcneill
2022-09-06Use the ACPICA define ACPI_DBG2_16550_WITH_GASskrll
2022-08-13Add "nopcimsi" boot option to force legacy INTx only mode.jmcneill
2022-08-13arm: acpi: Improve legacy INTx support.jmcneill
2022-08-13acpipchb: Add a kernel cmdline option to skip PCI resource assignment.jmcneill
2022-05-16tprof: armv8: Only attach to known PMU types.jmcneill
2021-12-21Remove unneeded struct acpi_pci_intr forward declaration.skrll
2021-11-25Improve error handling.skrll
2021-11-24arm64: acpi: Set capacity_dmips_mhz for CPUsjmcneill
2021-10-24More SPCR cleanup:jmcneill
2021-10-23It seems that there are three 16550 types for SPCR:jmcneill
2021-10-21baud_rate is signed nowjmcneill
2021-10-20SPCR_BAUD_DEFAULT maps better to -1 than 0jakllsch
2021-10-17Fix primary CPU detection in cpu_acpi_tprof_intr_establishjmcneill
2021-08-10Disable MSI if the linux,pcie-nomsi flag is presentjmcneill
2021-08-08Install the shared PCI INTx interrupt handler at IPL_VM to workaround ajmcneill
2021-08-08arm: ACPI: Add support for simple sharing of platform interruptsjmcneill
2021-08-07arm: acpi: Add support for SMCCC based PCI config access.jmcneill
2021-08-07acpi: call smccc_probe() after PSCI initjmcneill
2021-08-07acpi: DMA: Use acpi_resource_parse_any to parse _DMA resourcesjmcneill
2021-08-07Merge thorpej-cfargs2.thorpej
2021-08-06Arm: Add support for SMC Calling Conventionjmcneill
2021-05-12- Define a device call for PCI bus instances to fetch a direct child'sthorpej
2021-05-12Pass along our devhandle to the PCI bus instance we attach.thorpej
2021-04-24Merge thorpej-cfargs branch:thorpej
2021-02-12Reset serial terminal to default state at boot.jmcneill
2021-02-04Call acpi_device_register() / fdtbus_device_register() as approrpriate.thorpej
2021-01-26acpipchb is a bus, so claim all child ACPI device nodesjmcneill
2021-01-23fit in 80 columnsjmcneill
2020-12-23Future-proof ID_AA64PFR0_EL1.GIC test -- any value other than 0 means thatjmcneill
2020-12-13Add MI support for attaching drivers to arbitrary System Descriptionjmcneill
2020-12-07acpicpu: Add support for ACPI P-states and T-states on Arm.jmcneill
2020-12-06acpi: Cleanup SPCR setup and style fixes.jmcneill
2020-12-06Style fixes. NFC.jmcneill
2020-12-03Provide and use a sev() macro for the sev instruction.skrll
2020-10-24Trailing whitespaceskrll
2020-10-10Support early FB console attachment when booting with a devicetreejmcneill
2020-09-28Get rid of a4x bus_space tag from fdtbus_attach_args. The only consumerjmcneill
2020-09-13Make Arm MD ACPI code big endian friendly.jmcneill
2020-07-27Skip v2m probe if armgic fails to attachjmcneill
2020-06-17<sys/extent.h> not needed here.thorpej
2020-06-15Use sys/cpu.h so that curcpu defined in terms of curlwp->l_cpu works too.ad
2020-05-08Try to get the starting bus number from _CRS before falling back to _BBN.jmcneill
2020-04-25Enable HW FIFOjmcneill
2020-02-15Various updates and improvements to cpu start up on arm/aarch64skrll