Page MenuHomeFreeBSD

psci: finish psci_present implementation
ClosedPublic

Authored by kevans on Mar 14 2022, 5:32 PM.
Tags
None
Referenced Files
F83204555: D34553.id.diff
Tue, May 7, 4:33 PM
Unknown Object (File)
Fri, May 3, 11:20 PM
Unknown Object (File)
Thu, May 2, 4:57 PM
Unknown Object (File)
Tue, Apr 9, 7:02 PM
Unknown Object (File)
Mar 7 2024, 4:35 PM
Unknown Object (File)
Feb 14 2024, 10:39 PM
Unknown Object (File)
Dec 21 2023, 5:24 AM
Unknown Object (File)
Dec 20 2023, 7:58 AM
Subscribers

Details

Summary

This was already declared in psci.h, but it was never defined/set. Do
this now, so we can use it to decide if enable-method in /cpus FDT nodes
should be inspected later on. Currently, we'll arbitrarily set it to
the detected or derived PSCI version -- there aren't any plans for this
particular value to be of any significance.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Why not make it a bool while here?

This revision is now accepted and ready to land.Mar 18 2022, 11:17 AM

Why not make it a bool while here?

Sure, I'll convert it pre-commit if that's alright.

This revision was automatically updated to reflect the committed changes.