Page MenuHomeFreeBSD

dev/ofw: Add interrupt-map support
ClosedPublic

Authored by andrew on Jul 11 2025, 10:29 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Mar 8, 1:54 AM
Unknown Object (File)
Fri, Feb 27, 9:06 PM
Unknown Object (File)
Thu, Feb 19, 10:01 AM
Unknown Object (File)
Wed, Feb 18, 8:49 AM
Unknown Object (File)
Feb 8 2026, 6:21 PM
Unknown Object (File)
Jan 19 2026, 7:50 PM
Unknown Object (File)
Nov 28 2025, 6:00 PM
Unknown Object (File)
Nov 26 2025, 2:09 AM
Subscribers

Details

Summary

Follow interrupt-map properties until either an interrupt controller or
invalid node is found. In the former case return the translated details
for the interrupt controller driver to decode. In the latter case return
0 as an error.

Tested on the Arm DTS files that use interrupt-maps and with a
userspace test.

Sponsored by: Arm Ltd

Diff Detail

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

Event Timeline

Yes please! I believe I have code to test this and it might save me some time. Will get back.

This revision was not accepted when it landed; it landed in state Needs Review.Jul 21 2025, 12:32 PM
This revision was automatically updated to reflect the committed changes.