Clone this repo:
  1. 13aa98a Update repository URL and dependencies by Imre Kis · 5 days ago main 0.1.2
  2. e8a81d4 Prepare for 0.1.1 release by Imre Kis · 14 days ago 0.1.1
  3. b4a66f0 Add missing lifetime parameters by Imre Kis · 7 days ago
  4. e7c2dc7 Add Arm CCI driver and peripherals by Imre Kis · 2 weeks ago
  5. 86b2599 Add Arm generic timer driver and peripherals by Imre Kis · 2 weeks ago

Arm Base Fixed Virtual Platform Peripheral Access Crate

This crate provides peripheral access for the Arm Fixed Virtual Platform, specifically for the Base platform FVPs.

The implementation is based on Fast Models Fixed Virtual Platforms Reference Guide Revision: 11.28 and Fast Models Reference Guide Revision: 11.28.

Implemented features

  • Memory map description.
  • Peripherals structure for obtaining individual peripherals while maintaining ownership.
  • FVP power controller driver
  • FVP system peripheral driver
  • Re-exporting arm-cci, arm-generic-timer, arm-gic, arm-pl011-uart and arm-sp805 drivers and common safe-mmio types. This enables projects to use these peripherals without adding these crates as explicit dependencies to the project. This also prevents having driver version conflicts in the project.

Limitations

  • Not all peripherals are handled yet.

License

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

Maintainers

arm-fvp-base-pac 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.

Arm trademark notice

Arm is a registered trademark of Arm Limited (or its subsidiaries or affiliates).

This project uses some of the Arm product, service or technology trademarks, as listed in the Trademark List, in accordance with the Arm Trademark Use Guidelines.

Subsequent uses of these trademarks throughout this repository do not need to be prefixed with the Arm word trademark.


Copyright The arm-fvp-base-pac Contributors.

Arm is a registered trademark of Arm Limited (or its subsidiaries or affiliates).