Clone this repo:
  1. 574b1f1 Implement conversions between ErrorCode and u32/u64 by Imre Kis · 3 months ago main 0.1.2
  2. 1828ef8 Prepare for 0.1.1 release by Imre Kis · 3 months ago 0.1.1
  3. 394f3f0 Add getter functions to EntryPoint by Imre Kis · 3 months ago
  4. 3438409 Add Mpidr::from_register_value() by Imre Kis · 4 months ago
  5. a2a7e5a Relax Mpidr conversion constraints by Imre Kis · 4 months ago

Arm Power State Coordination Interface (PSCI) library

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.

Implemented features

  • Handling all PSCI 1.3 mandatory and optional functions
  • Handling both 32-bit and 64-bit call formats
  • Dedicated types for common PSCI call arguments
  • Unit tests

Limitations

  • The implementation does not handle pre-1.0 format suspend power state (see 5.4.2.1 Original format)

License

The project is MIT and Apache-2.0 dual licensed, see LICENSE-APACHE and LICENSE-MIT.

Maintainers

arm-psci is a trustedfirmware.org maintained project. All contributions are ultimately merged by the maintainers listed below.

Contributing

Please follow the directions of the Trusted Firmware Processes.

Contributions are handled through review.trustedfirmware.org.

Reporting Security Issues

Please follow the directions of the Trusted Firmware Security Center.


Copyright 2025 Arm Limited and/or its affiliates open-source-office@arm.com