aboutsummaryrefslogtreecommitdiff
path: root/sys/arm64/acpica
Commit message (Expand)AuthorAgeFilesLines
* acpica: Fix build with ACPICA 20230331 and laterJung-uk Kim2024-01-311-4/+4
* pci_cfgreg: Add a PCI domain argument to the low-level register APIJohn Baldwin2023-11-291-2/+3
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-275-5/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-165-10/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* Note that static hints no longer break loader hintsKyle Evans2023-04-261-2/+1
* acpica: Merge ACPICA 20221020Jung-uk Kim2022-10-281-2/+2
* pmap_unmapdev/bios: Accept a pointer instead of a vm_offset_t.John Baldwin2022-09-221-10/+8
* acpi: Fix error messageWarner Losh2022-09-011-1/+1
* acpi: Move some errors with RSDP and XSLT out from under bootverboseWarner Losh2022-09-011-6/+3
* acpi: Unmap RSDP in more error casesWarner Losh2022-09-011-0/+2
* acpi: arm64 doesn't support ACPI 1.0 RSDP, report when we see oneWarner Losh2022-09-011-0/+3
* acpi: add sys/kernel.hWarner Losh2022-07-021-0/+1
* arm64: Grab the RSDP from acpi.rsdp like x86Warner Losh2022-07-021-0/+10
* Remove "All Rights Reserved" from FreeBSD Foundation sys/ copyrightsEd Maste2021-08-082-2/+0
* Parse named nodes from IORT ACPI on arm64Dmitry Salychev2021-08-071-16/+122
* acpi: Fix a repeated comment typoJessica Clarke2021-07-191-1/+1
* acpi: Fix a repeated vm_offset_t that should be a vm_size_tJessica Clarke2021-07-191-1/+1
* arm64/acpi: Give the real PA limit to ACPID Scott Phillips2020-08-261-1/+36
* acpi_iort: fix mapping end calculationEd Maste2020-08-221-1/+5
* Remove an unused parameter from map_table().Mark Johnston2020-08-201-4/+4
* Remove some noisy ACPI tables messages from verbose dmesg.Alexander Motin2020-08-191-9/+1
* Add acpi_iort_map_pci_smmuv3().Ruslan Bukin2020-07-171-1/+20
* Ignore the SMMUv3 and PMCG interrupt controller in the IORT tablesAndrew Turner2020-01-311-1/+39
* arm64 acpi_iort: add some error handlingJayachandran C.2019-06-241-4/+30
* Merge ACPICA 20190329.Jung-uk Kim2019-03-291-2/+2
* arm64 acpi: Add support for IORT tableJayachandran C.2019-02-071-0/+502
* Only read the ACPI proximity tabled on arm64 when we are booting fromAndrew Turner2018-12-111-0/+6
* arm64: add ACPI based NUMA supportJayachandran C.2018-12-081-0/+13
* Add support to find the arm64 serial using the ACPI tables. This uses theAndrew Turner2016-11-211-0/+18
* Merge ACPICA 20160930.Jung-uk Kim2016-10-041-0/+1
* Add ARM64TODO comments to ACPI PCI stubsZbigniew Bodek2015-07-121-0/+3
* Implement stubs for ACPI PCI routinesZbigniew Bodek2015-07-121-0/+73
* Add basic support for ACPI. It splits out the nexus driver to two newAndrew Turner2015-06-113-0/+354