commit | 90e9d83b83f0a7566f334f7f61168878a8f1df02 | [log] [tgz] |
---|---|---|
author | Imre Kis <imre.kis@arm.com> | Thu Feb 13 13:42:51 2025 +0100 |
committer | Imre Kis <imre.kis@arm.com> | Wed Mar 05 14:10:07 2025 +0100 |
tree | 1736979f26a9d842f96d0f9f2ace122305e467ee | |
parent | a3376911223b599574b32ba5d6c276d6cb9035e8 [diff] |
Initial version of the PSCI crate Implement functions for parsing and building register arguments for PSCI calls along all the necessary types. Signed-off-by: Imre Kis <imre.kis@arm.com> Change-Id: Ib763a1be81575cb53669ac69e532a0bd69883141
This crate aims to offer functions and user-friendly types for parsing and constructing arguments of Arm Power State Coordination Interface (PSCI) calls. This functionality can be beneficial for both firmware and OS components.
However, doing the actual SMC
/HVC
/ERET
calls, or implementing power management logic is beyond the scope of this crate.
The project is MIT and Apache-2.0 dual licensed, see LICENSE-APACHE
and LICENSE-MIT
.
arm-psci is a trustedfirmware.org maintained project. All contributions are ultimately merged by the maintainers listed below.
Please follow the directions of the Trusted Firmware Processes.
Contributions are handled through review.trustedfirmware.org.
Please follow the directions of the Trusted Firmware Security Center.
Copyright 2025 Arm Limited and/or its affiliates open-source-office@arm.com