TF-RMM / tf-rmm

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

Support for Self Hosted Debug for Realm is not enabled by RMM #23

Open soby-mathew opened 1 month ago

soby-mathew commented 1 month ago

The RMI_FEATURES lets the NS Host know the number of Watchpoints and Breakpoints that be setup for the Realm. TF-RMM allows the Host to specify these during Realm creation time, but the Realms cannot use the Watchpoints and Breakpoints for Self Hosted Debug.

This capability needs to be enabled for Realms by RMM.

soby-mathew commented 1 month ago

Internal ref : https://jira.arm.com/browse/GENFW-6773