summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorShruti Gupta <shruti.gupta@arm.com>2023-10-02 10:40:19 +0100
committerSoby Mathew <soby.mathew@arm.com>2023-10-31 02:57:53 +0000
commit24597d136cc199d8399be2291fda2efb0a652741 (patch)
tree686e70f45e398155a42fc811e6abad9eb2a84254 /include
parenta29e811d596794b5e135904be9033e9a1662507e (diff)
test(rmm-eac4): add testcase for CPU_ON denied
- Testcase creates multiple rec - Host receives CPU_ON request from realm - Host calls PSCI_CCMPLETE with denied status Signed-off-by: Shruti Gupta <shruti.gupta@arm.com> Change-Id: Ie89b7a3b9603916275913a273751210350075e96
Diffstat (limited to 'include')
-rw-r--r--include/runtime_services/host_realm_managment/host_shared_data.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/runtime_services/host_realm_managment/host_shared_data.h b/include/runtime_services/host_realm_managment/host_shared_data.h
index c8f9238..83b21bf 100644
--- a/include/runtime_services/host_realm_managment/host_shared_data.h
+++ b/include/runtime_services/host_realm_managment/host_shared_data.h
@@ -41,6 +41,7 @@ typedef struct host_shared_data {
*/
enum realm_cmd {
REALM_SLEEP_CMD = 1U,
+ REALM_MULTIPLE_REC_PSCI_DENIED_CMD,
REALM_GET_RSI_VERSION,
REALM_PMU_CYCLE,
REALM_PMU_EVENT,