commit | 8cd84846c607a7469ba5334752870c69b681db94 | [log] [tgz] |
---|---|---|
author | Andrew Walbran <[email protected]> | Thu Oct 06 19:43:59 2022 +0000 |
committer | Automerger Merge Worker <[email protected]> | Thu Oct 06 19:43:59 2022 +0000 |
tree | 76832451701d31ab2eed2f4acbbc0eb90c5ec279 | |
parent | eac759af884d3d8ce35912cbbef76bab8743eccf [diff] | |
parent | 2933935947f43f68a80d54b7a992060a92455ed6 [diff] |
Update to version 0.1.1. am: 22f4f77926 am: a312d59307 am: 2933935947 Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/psci/+/2242155 Change-Id: I19e707274c96e06f3ae2b3bf3ad30c8dcc2781d3 Signed-off-by: Automerger Merge Worker <[email protected]>
This crate provides constants for version 1.1 of the Arm Power State Coordination Interface (PSCI), and functions to call them.
Note that PSCI 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.