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)
Thu, May 9, 7:07 PM
Unknown Object (File)
Fri, Apr 26, 9:34 PM
Unknown Object (File)
Fri, Apr 19, 8:03 AM
Unknown Object (File)
Fri, Apr 19, 7:22 AM
Unknown Object (File)
Apr 7 2024, 12:28 PM
Unknown Object (File)
Dec 31 2023, 10:03 PM
Unknown Object (File)
Oct 15 2023, 12:22 AM
Unknown Object (File)
Sep 24 2023, 6:18 PM
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