TF-RMM / tf-rmm

Reference implementation of Arm-CCA RMM specification
BSD 3-Clause "New" or "Revised" License
37 stars 10 forks source link

Add FEAT_LPA2 support to RMM #8

Closed soby-mathew closed 5 months ago

soby-mathew commented 1 year ago

This task is to add FEAT_LPA2 support to RMM. Both the Stage 1 and Stage 2 Translation table management libraries need the needed support.

soby-mathew commented 1 year ago

The Stage 1 support for FEAT_LPA2 has been merged here : https://review.trustedfirmware.org/c/TF-RMM/tf-rmm/+/20965

soby-mathew commented 1 year ago

The Stage 2 support will be done on top of EAC2 patch to avoid disruption to that work.

soby-mathew commented 1 year ago

Initial patch for review here : https://review.trustedfirmware.org/c/TF-RMM/tf-rmm/+/20966

soby-mathew commented 9 months ago

Delivery pushed out to future as there are dependencies on the ongoing RMM specification alignment.

soby-mathew commented 5 months ago

LPA2 support is now merged.