commit | c0c6e40b8a09b9c98dfd4fbec6b63e78551f97d4 | [log] [tgz] |
---|---|---|
author | Sam Saccone <samccone@google.com> | Tue Jul 18 18:03:00 2023 +0000 |
committer | Sam Saccone <samccone@google.com> | Tue Jul 18 18:03:00 2023 +0000 |
tree | 728dd56042281a06b39d5eab125f22d70f122cf7 | |
parent | f02eb75a3ccae8682310f2cd36ba731fc244dd2e [diff] |
Move OWNER reference master=>main. BUG=b/291759353 Change-Id: Ie8938c355827a68b6214cadf01ad5e67fc61c385
This crate provides support for the Arm SMC Calling Convention version 1.4, including standard Arm Architecture Calls constants, and version 1.1 of the Arm Power State Coordination Interface (PSCI). It includes constants, functions to make the calls (on aarch64 targets), and error types.
Note that the PSCI and SMCCC arch calls may be made via either HVC or SMC. You can choose which one to use by passing either Hvc
or Smc
as a type parameter to the relevant function.
This crate currently only supports aarch64 and the SMC64 versions of the PSCI calls, in the cases that both SMC32 and SMC64 versions exist.
This is not an officially supported Google product.
Licensed under either of
at your option.
If you want to contribute to the project, see details of how we accept contributions.