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)
Fri, Sep 4, 9:07 PM
Unknown Object (File)
Tue, Sep 1, 8:48 PM
Unknown Object (File)
Tue, Sep 1, 1:47 PM
Unknown Object (File)
Sat, Aug 29, 2:16 PM
Unknown Object (File)
Sat, Aug 29, 1:59 PM
Unknown Object (File)
Thu, Aug 27, 3:50 AM
Unknown Object (File)
Wed, Aug 26, 4:31 PM
Unknown Object (File)
Fri, Aug 21, 2:12 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.