commit | cce86eeb5d547d06287bed6048483f0bac593357 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <[email protected]> | Thu Aug 29 21:27:21 2024 +0000 |
committer | Automerger Merge Worker <[email protected]> | Thu Aug 29 21:27:21 2024 +0000 |
tree | 2fff13f0e65367a29ba086f3fd61ba67fb783c55 | |
parent | c45504d8e6896fdcf0624c5a7fb81e47fd66e9cb [diff] | |
parent | a57f76cb0b9976f87f4b2dc317db58a9afa1d80f [diff] |
Merge "Generate rules.mk with cargo_embargo" into main am: a57f76cb0b Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/smccc/+/3248955 Change-Id: Iab0186e53c19ee4b27f6ec12a95cdb1956e13a9e Signed-off-by: Automerger Merge Worker <[email protected]>
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.