Page MenuHomeFreeBSD

arm64: Add an initial GICv5 IWB driver
ClosedPublic

Authored by andrew on Dec 16 2025, 12:09 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Aug 13, 1:10 AM
Unknown Object (File)
Mon, Aug 10, 7:13 AM
Unknown Object (File)
Sat, Aug 8, 7:43 PM
Unknown Object (File)
Sat, Aug 8, 5:50 AM
Unknown Object (File)
Fri, Aug 7, 8:27 AM
Unknown Object (File)
Sat, Aug 1, 8:41 AM
Unknown Object (File)
Sat, Aug 1, 6:13 AM
Unknown Object (File)
Fri, Jul 31, 3:53 AM
Subscribers

Details

Summary

Add a driver to support the GICv5 interrupt wire bridge (IWB). The IWB
translates the change in state of an input wire and sends a MSI to
the interrupt translation service (ITS) to be translated to an LPI.

Unlike other MSI sources each wire has a fixed Event ID value it will
write in the MSI data.

Sponsored by: Arm Ltd

Diff Detail

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

Event Timeline

  • Remove the unneeded bind handler
  • Cleanup better on attach failure
This revision was not accepted when it landed; it landed in state Needs Review.Jun 18 2026, 2:58 PM
This revision was automatically updated to reflect the committed changes.