Bug: 230395334

Clone this repo:
  1. a312d59 Update to version 0.1.1. am: 22f4f77926 by Andrew Walbran · 6 months ago main-16k-with-phones master
  2. 22f4f77 Update to version 0.1.1. by Andrew Walbran · 6 months ago
  3. 59374a3 [LSC] Add LOCAL_LICENSE_KINDS to external/rust/crates/psci am: bec09bcab2 am: dabcf159e3 am: ef98d36b51 am: 3a3e9a4818 by Bob Badour · 11 months ago
  4. 3a3e9a4 [LSC] Add LOCAL_LICENSE_KINDS to external/rust/crates/psci am: bec09bcab2 am: dabcf159e3 am: ef98d36b51 by Bob Badour · 11 months ago
  5. ef98d36 [LSC] Add LOCAL_LICENSE_KINDS to external/rust/crates/psci am: bec09bcab2 am: dabcf159e3 by Bob Badour · 11 months ago

PSCI functions for bare-metal Rust on aarch64

crates.io page docs.rs page

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.

License

Licensed under either of

at your option.

Contributing

If you want to contribute to the project, see details of how we accept contributions.