Page MenuHomeFreeBSD

psci: finish psci_present implementation
ClosedPublic

Authored by kevans on Mar 14 2022, 5:32 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Oct 18, 9:42 PM
Unknown Object (File)
Fri, Sep 26, 2:11 PM
Unknown Object (File)
Aug 26 2025, 4:51 PM
Unknown Object (File)
Aug 5 2025, 4:06 AM
Unknown Object (File)
Aug 4 2025, 7:59 PM
Unknown Object (File)
Jul 29 2025, 10:05 AM
Unknown Object (File)
Jul 29 2025, 6:09 AM
Unknown Object (File)
Jul 29 2025, 5:53 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.