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, Jul 23, 1:13 AM
Unknown Object (File)
Wed, Jul 22, 9:12 PM
Unknown Object (File)
Tue, Jul 21, 4:32 PM
Unknown Object (File)
Tue, Jul 21, 8:49 AM
Unknown Object (File)
Thu, Jul 16, 2:10 AM
Unknown Object (File)
Wed, Jul 15, 6:59 AM
Unknown Object (File)
Wed, Jul 15, 6:59 AM
Unknown Object (File)
Tue, Jul 7, 11:26 PM
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.