Use new no-std cargo2android flag rather than patch. am: dec666b5f9 am: f02eb75a3c am: 334a8db1e6 am: 9c6f565e0e am: ede872e6c1 am: 5048de9959

Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/smccc/+/2611449

Change-Id: Ic3fd8337889b9936f4ec6516d61c10a1a63377db
Signed-off-by: Automerger Merge Worker <[email protected]>
tree: 046cf1e8226516044505c2371a1ab773ecd17f9d
  1. .github/
  2. src/
  3. .cargo_vcs_info.json
  4. .gitignore
  5. Android.bp
  6. AUTHORS
  7. Cargo.toml
  8. Cargo.toml.orig
  9. cargo2android.json
  10. CHANGELOG.md
  11. CONTRIBUTING.md
  12. LICENSE
  13. LICENSE-APACHE
  14. LICENSE-MIT
  15. METADATA
  16. MODULE_LICENSE_APACHE2
  17. OWNERS
  18. README.md
  19. rust-toolchain.toml
README.md

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 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.

License

Licensed under either of

at your option.

Contributing

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