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
F97495511: D45530.diff
Sun, Sep 29, 5:32 PM
Unknown Object (File)
Thu, Sep 19, 5:27 AM
Unknown Object (File)
Wed, Sep 18, 7:33 PM
Unknown Object (File)
Tue, Sep 17, 2:32 AM
Unknown Object (File)
Fri, Sep 13, 8:47 AM
Unknown Object (File)
Sat, Sep 7, 5:21 AM
Unknown Object (File)
Mon, Sep 2, 3:07 PM
Unknown Object (File)
Aug 23 2024, 6:34 PM
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