Bug: 230395334

Clone this repo:
  1. 6f63039 Use new no-std cargo2android flag rather than patch. am: 72bfb9111e by Andrew Walbran · 12 months ago main master
  2. 72bfb91 Use new no-std cargo2android flag rather than patch. by Andrew Walbran · 12 months ago
  3. 4477532 Upgrade psci to 0.1.3 am: 077d73ad68 am: 0b118626ac by Andrew Walbran · 1 year ago
  4. 0b11862 Upgrade psci to 0.1.3 am: 077d73ad68 by Andrew Walbran · 1 year ago
  5. 077d73a Upgrade psci to 0.1.3 by Andrew Walbran · 1 year ago

SMCCC and PSCI functions for bare-metal Rust on aarch64

crates.io page docs.rs page

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.

License

Licensed under either of

at your option.

Contributing

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