commit | 49681cb3f89e3edda4eae48b75fe7ecf9aef6497 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <[email protected]> | Wed Nov 15 00:14:04 2023 +0000 |
committer | Android Build Coastguard Worker <[email protected]> | Wed Nov 15 00:14:04 2023 +0000 |
tree | 77d115c8b1f0e01e5e061bd56a405b04efdf12d0 | |
parent | 81db4274f7df7162b5eb95de3d5f1b4c0f20eecc [diff] | |
parent | e2a71c3618b3a91025a780a49c949dec09781435 [diff] |
Snap for 11097608 from e2a71c3618b3a91025a780a49c949dec09781435 to 24Q1-release Change-Id: Ied052c915fff2e90bf84eb7db7702b3fa75213d3
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.