commit | 9e04baa47aaa374c4f64aa29dd0a19f95b84f10f | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <[email protected]> | Sat Jul 08 04:33:49 2023 +0000 |
committer | Android Build Coastguard Worker <[email protected]> | Sat Jul 08 04:33:49 2023 +0000 |
tree | 1bc2c7528414de3900e3b868e851c80723feb7cb | |
parent | 74856cf6600400e2526e35a50fa2d95274e3d35d [diff] | |
parent | ded408cf09001e7a4578b307eb1a526f0b92cc44 [diff] |
Snap for 10460766 from ded408cf09001e7a4578b307eb1a526f0b92cc44 to mainline-healthfitness-release Change-Id: I8ab8ff0a198f8ff21bffeff053281beadf0de677
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 PSCI and other SMCCC calls may be made via either HVC or SMC. You can choose which one to use by building this crate with the corresponding feature (i.e. hvc
or smc
). By default hvc
is enabled. If neither feature is enabled then the functions to make calls will not be available, but the constants are still provided.
This crate currently only supports aarch64 and the SMC64 versions of the various 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.