aboutsummaryrefslogtreecommitdiff
path: root/product/sgi575
diff options
context:
space:
mode:
authorAmit Daniel Kachhap <amit.kachhap@arm.com>2018-07-20 15:24:28 +0530
committerronald-cron-arm <39518861+ronald-cron-arm@users.noreply.github.com>2018-10-18 17:22:34 +0000
commit63ff17b38166ec9e95ed1109424f39fdb3c7241e (patch)
treebd1d9f4cb5045caad2bc5189517a140f02bd8ec1 /product/sgi575
parent00ffdfc29d1755e8ade334d04a5e77de17c35c2e (diff)
sgi575: Add SCMI definitions for SCP
Change-Id: I00f6a0e6ee562e12a7e500c2c4a43a704a608f84 Signed-off-by: Amit Daniel Kachhap <amit.kachhap@arm.com>
Diffstat (limited to 'product/sgi575')
-rw-r--r--product/sgi575/include/scp_sgi575_scmi.h28
1 files changed, 28 insertions, 0 deletions
diff --git a/product/sgi575/include/scp_sgi575_scmi.h b/product/sgi575/include/scp_sgi575_scmi.h
new file mode 100644
index 00000000..5324729b
--- /dev/null
+++ b/product/sgi575/include/scp_sgi575_scmi.h
@@ -0,0 +1,28 @@
+/*
+ * Arm SCP/MCP Software
+ * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved.
+ *
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
+ * Description:
+ * Definitions for SCMI and SMT module configurations.
+ */
+
+#ifndef SCP_SGI575_SCMI_H
+#define SCP_SGI575_SCMI_H
+
+/* SCMI agent identifiers */
+enum scp_sgi575_scmi_agent_id {
+ /* 0 is reserved for the platform */
+ SCP_SCMI_AGENT_ID_OSPM = 1,
+ SCP_SCMI_AGENT_ID_PSCI,
+};
+
+/* SCMI service indexes */
+enum scp_sgi575_scmi_service_idx {
+ SCP_SGI575_SCMI_SERVICE_IDX_PSCI,
+ SCP_SGI575_SCMI_SERVICE_IDX_OSPM,
+ SCP_SGI575_SCMI_SERVICE_IDX_COUNT,
+};
+
+#endif /* SCP_SGI575_SCMI_H */