Page MenuHomeFreeBSD

psci: finish psci_present implementation
ClosedPublic

Authored by kevans on Mar 14 2022, 5:32 PM.
Tags
None
Referenced Files
F115613326: D34553.diff
Sat, Apr 26, 12:24 AM
Unknown Object (File)
Fri, Apr 18, 11:05 PM
Unknown Object (File)
Mar 8 2025, 7:53 AM
Unknown Object (File)
Feb 20 2025, 10:15 PM
Unknown Object (File)
Feb 10 2025, 6:35 AM
Unknown Object (File)
Feb 8 2025, 11:10 PM
Unknown Object (File)
Jan 26 2025, 6:10 PM
Unknown Object (File)
Jan 26 2025, 6:10 PM
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
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 44768
Build 41656: arc lint + arc unit

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.