Page MenuHomeFreeBSD

Add a CPU reset hook to arm64
AbandonedPublic

Authored by jhibbits on Nov 2 2021, 2:33 PM.
Tags
Referenced Files
Unknown Object (File)
Mon, Oct 20, 4:07 AM
Unknown Object (File)
Fri, Oct 17, 2:30 PM
Unknown Object (File)
Fri, Oct 17, 2:30 PM
Unknown Object (File)
Fri, Oct 17, 5:46 AM
Unknown Object (File)
Sun, Oct 12, 1:39 AM
Unknown Object (File)
Aug 28 2025, 8:56 AM
Unknown Object (File)
Aug 13 2025, 8:51 AM
Unknown Object (File)
Jul 1 2025, 12:52 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