commit | 7c3135c519ef34938f8e68ca54dea968b42c9553 | [log] [tgz] |
---|---|---|
author | Imre Kis <imre.kis@arm.com> | Wed Mar 19 18:45:59 2025 +0100 |
committer | Imre Kis <imre.kis@arm.com> | Wed Mar 19 18:58:30 2025 +0100 |
tree | 297c3cf95d32096475251199f2023ee6e15261df | |
parent | 562ee3ac8d3f26995d926171b395a14ce04ab5be [diff] |
Add Mpidr::from_aff* functions Add functions for creating Mpidr instance from affinity 0-1-2 and 0-1-2-3 values. Signed-off-by: Imre Kis <imre.kis@arm.com> Change-Id: I64df0f391f2f5bd4290398bc97e08458999870fd
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