4 releases
0.2.0 | Apr 19, 2023 |
---|---|
0.1.3 | Apr 14, 2023 |
0.1.2 |
|
0.1.1 | Sep 13, 2022 |
0.1.0 | Apr 4, 2022 |
#3 in #cortex-a
8KB
Moved: SMCCC and PSCI functions for bare-metal Rust on aarch64
This crate provided 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 has been renamed to smccc
. Please use that instead.
This is not an officially supported Google product.
License
Licensed under either of
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
Contributing
If you want to contribute to the project, see details of how we accept contributions.
lib.rs
:
This crate has been renamed to smccc
. Please use that
instead.