commit | a60a8e4a08a458fa24b90444bb8ce7318047ea86 | [log] [tgz] |
---|---|---|
author | Imre Kis <imre.kis@arm.com> | Thu Feb 20 16:07:26 2025 +0100 |
committer | Imre Kis <imre.kis@arm.com> | Wed Mar 05 14:10:12 2025 +0100 |
tree | e51fdde9cc4fd0117e234965ef88e28181560b13 | |
parent | 90e9d83b83f0a7566f334f7f61168878a8f1df02 [diff] |
Cover PSCI crate with unit tests Validate the behavior of the parser and builder functions. Signed-off-by: Imre Kis <imre.kis@arm.com> Change-Id: Ife2dc1c042af9d9d0638f6841910ddf5cb324456
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