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)
Nov 9 2024, 8:00 AM
Unknown Object (File)
Oct 22 2024, 7:54 AM
Unknown Object (File)
Oct 10 2024, 11:33 PM
Unknown Object (File)
Sep 21 2024, 4:57 AM
Unknown Object (File)
Sep 8 2024, 4:33 AM
Unknown Object (File)
Aug 7 2024, 9:22 PM
Unknown Object (File)
Aug 2 2024, 9:41 AM
Unknown Object (File)
Aug 2 2024, 9:29 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