Page MenuHomeFreeBSD

arm64: Fix the gicv3 check in locore.S
ClosedPublic

Authored by andrew on Jun 7 2024, 2:27 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Mar 29, 1:50 PM
Unknown Object (File)
Sat, Mar 15, 4:05 AM
Unknown Object (File)
Feb 27 2025, 7:22 AM
Unknown Object (File)
Feb 22 2025, 2:37 AM
Unknown Object (File)
Feb 21 2025, 9:00 AM
Unknown Object (File)
Feb 10 2025, 4:36 PM
Unknown Object (File)
Feb 8 2025, 8:52 PM
Unknown Object (File)
Jan 30 2025, 9:59 AM
Subscribers

Details

Summary

In locore.S we need to configure access to the GICv3. To check if it's
available we read the id_aa64pfr0_el1 register, however we then only
check if a GICv3.0 or 4.0 is present. If the system has a GICv4.1 this
check would fail.

Move to checking if the GICV3+ is not absent so this will still work if
the field is updated again.

Diff Detail

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