From 24597d136cc199d8399be2291fda2efb0a652741 Mon Sep 17 00:00:00 2001 From: Shruti Gupta Date: Mon, 2 Oct 2023 10:40:19 +0100 Subject: 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 Change-Id: Ie89b7a3b9603916275913a273751210350075e96 --- include/runtime_services/host_realm_managment/host_shared_data.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/runtime_services/host_realm_managment/host_shared_data.h') 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, -- cgit v1.2.3