Page MenuHomeFreeBSD

arm/gic: Detect broken configurations
ClosedPublic

Authored by andrew on Jan 23 2026, 12:10 PM.
Tags
None
Referenced Files
F163865062: D54832.diff
Sun, Jul 26, 5:11 PM
Unknown Object (File)
Thu, Jul 23, 1:55 AM
Unknown Object (File)
Tue, Jul 21, 1:14 AM
Unknown Object (File)
Mon, Jul 20, 3:56 PM
Unknown Object (File)
Mon, Jul 20, 1:44 AM
Unknown Object (File)
Thu, Jul 16, 7:39 AM
Unknown Object (File)
Wed, Jul 15, 7:03 AM
Unknown Object (File)
Wed, Jul 15, 7:03 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 Not Applicable
Unit
Tests Not Applicable

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.