commit | 3a87865f29c9ff1b8718da9112992b1d1a0738ae | [log] [tgz] |
---|---|---|
author | Andrew Walbran <[email protected]> | Mon Apr 17 16:59:42 2023 +0000 |
committer | Automerger Merge Worker <[email protected]> | Mon Apr 17 16:59:42 2023 +0000 |
tree | 1bc2c7528414de3900e3b868e851c80723feb7cb | |
parent | 8cd84846c607a7469ba5334752870c69b681db94 [diff] | |
parent | 447753233b118f5a66030fd039dc9f4130cae409 [diff] |
Upgrade psci to 0.1.3 am: 077d73ad68 am: 0b118626ac am: 447753233b Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/psci/+/2537692 Change-Id: I931f2c142cc9c0a386dba51ac72b9dff3cbf9570 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 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.