Page MenuHomeFreeBSD

sys: arm64: acpica: Add support for GICv5 ITS & IWB nodes
ClosedPublic

Authored by sarah.walker2_arm.com on Aug 25 2026, 12:48 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Sep 20, 4:15 PM
Unknown Object (File)
Wed, Sep 16, 1:22 PM
Unknown Object (File)
Wed, Sep 16, 12:36 AM
Unknown Object (File)
Tue, Sep 15, 5:30 PM
Unknown Object (File)
Tue, Sep 15, 2:49 AM
Unknown Object (File)
Mon, Sep 14, 11:50 PM
Unknown Object (File)
Sun, Sep 13, 10:32 PM
Unknown Object (File)
Sat, Sep 12, 9:27 PM
Subscribers

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

The function signatures for acpi_iort_lookup_its_from_iwb and acpi_iort_get_iwb_dev should be moved from D59169 to here

sys/arm64/acpica/acpi_iort.c
750

I have a local patch to add a thread safe bool acpi_get_name(ACPI_HANDLE handle, char *data, size_t len) that might be useful here. acpi_get_acpi_device_path calls acpi_name that uses a static buffer so a second thread may trash the value read by the first.

This revision is now accepted and ready to land.Tue, Sep 8, 10:13 AM