Page MenuHomeFreeBSD

Add a CPU reset hook to arm64
AbandonedPublic

Authored by jhibbits on Nov 2 2021, 2:33 PM.
Tags
Referenced Files
F173221630: D32804.diff
Thu, Sep 24, 10:27 AM
Unknown Object (File)
Sat, Sep 19, 4:05 AM
Unknown Object (File)
Aug 12 2026, 10:11 AM
Unknown Object (File)
Aug 11 2026, 12:06 PM
Unknown Object (File)
Aug 8 2026, 4:26 PM
Unknown Object (File)
Aug 7 2026, 12:22 PM
Unknown Object (File)
Aug 2 2026, 1:18 PM
Unknown Object (File)
Aug 2 2026, 12:43 AM
Subscribers

Details

Reviewers
andrew
Group Reviewers
arm64
Summary

Not all arm64 SoCs use psci for reset, and it's not architecturally
required. Since cpu_reset is (currently?) the only thing that depends
on platform-specific behavior, add a hook to be set by an appropriate
handler.

Currently this is only psci, and is set blindly, the idea being that a
platform will either have psci or something else, not both.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped