commit | 3438409fc1862b640b0cfee2f97d805f69efea7b | [log] [tgz] |
---|---|---|
author | Imre Kis <imre.kis@arm.com> | Thu Mar 20 14:34:52 2025 +0100 |
committer | Imre Kis <imre.kis@arm.com> | Mon Mar 24 12:41:30 2025 +0100 |
tree | 959b70084998ba2c86ce571b5ae199774c2464de | |
parent | a2a7e5aab37c68430fcdd930d019336565456e88 [diff] |
Add Mpidr::from_register_value() Add a function to create an Mpidr instance from an MPIDR_EL1 format value, allowing non-affinity fields to be set as well. Signed-off-by: Imre Kis <imre.kis@arm.com> Change-Id: I827eb729eae6d53ba68f6d76c746a20127b38132
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