Page MenuHomeFreeBSD

arm/gic: Detect broken configurations
ClosedPublic

Authored by andrew on Jan 23 2026, 12:10 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Apr 6, 7:17 PM
Unknown Object (File)
Sun, Apr 5, 8:27 PM
Unknown Object (File)
Sun, Apr 5, 12:56 AM
Unknown Object (File)
Mon, Mar 30, 4:08 AM
Unknown Object (File)
Fri, Mar 20, 12:41 AM
Unknown Object (File)
Fri, Mar 20, 12:41 AM
Unknown Object (File)
Thu, Mar 19, 8:46 AM
Unknown Object (File)
Thu, Mar 19, 8:46 AM
Subscribers

Details

Summary

Some virtualization platforms provide broken configurations. There
is a GIC interrupt controller, however accessing the CPU interface
registers leads to an external data abort. As these are needed to
handle interrupts we are unable to boot further.

Detect this misconfiguration and panic to tell the user the issue.

Sponsored by: Arm Ltd

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 70069
Build 66952: arc lint + arc unit

Event Timeline

emaste added a subscriber: emaste.
emaste added inline comments.
sys/arm/arm/gic.c
362

or "broken hypervisor or hardware configuration"?

This revision is now accepted and ready to land.Jan 23 2026, 1:23 PM
This revision was automatically updated to reflect the committed changes.