aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManoj Kumar <manoj.kumar3@arm.com>2018-11-13 11:48:15 +0530
committerronald-cron-arm <39518861+ronald-cron-arm@users.noreply.github.com>2018-11-28 18:02:20 +0100
commitf95547344cade48d808351b5d531cc7f707921b9 (patch)
tree9f8e3fb43e57f5d046d39de26ee61654c459885c
parent3d712ef0913aea9e89a0a42b2d46576fcb515051 (diff)
n1sdp: add mhu & scmi header files for n1sdp MCP
Change-Id: I839fcb2a6d58797aa9f5239c0c092e0d08846dc4 Signed-off-by: Manoj Kumar <manoj.kumar3@arm.com>
-rw-r--r--product/n1sdp/include/n1sdp_mcp_mhu.h16
-rw-r--r--product/n1sdp/include/n1sdp_mcp_scmi.h17
2 files changed, 33 insertions, 0 deletions
diff --git a/product/n1sdp/include/n1sdp_mcp_mhu.h b/product/n1sdp/include/n1sdp_mcp_mhu.h
new file mode 100644
index 00000000..22b39980
--- /dev/null
+++ b/product/n1sdp/include/n1sdp_mcp_mhu.h
@@ -0,0 +1,16 @@
+/*
+ * Arm SCP/MCP Software
+ * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved.
+ *
+ * SPDX-License-Identifier: BSD-3-Clause
+ */
+
+#ifndef N1SDP_MCP_MHU_H
+#define N1SDP_MCP_MHU_H
+
+enum mcp_n1sdp_mhu_device_idx {
+ N1SDP_MHU_DEVICE_IDX_S_SCP,
+ N1SDP_MHU_DEVICE_IDX_COUNT,
+};
+
+#endif /* N1SDP_MCP_MHU_H */
diff --git a/product/n1sdp/include/n1sdp_mcp_scmi.h b/product/n1sdp/include/n1sdp_mcp_scmi.h
new file mode 100644
index 00000000..3e38bef8
--- /dev/null
+++ b/product/n1sdp/include/n1sdp_mcp_scmi.h
@@ -0,0 +1,17 @@
+/*
+ * Arm SCP/MCP Software
+ * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved.
+ *
+ * SPDX-License-Identifier: BSD-3-Clause
+ */
+
+#ifndef N1SDP_MCP_SCMI_H
+#define N1SDP_MCP_SCMI_H
+
+/* SCMI agent identifiers */
+enum mcp_n1sdp_scmi_agent_idx {
+ MCP_N1SDP_SCMI_AGENT_IDX_MANAGEMENT,
+ MCP_N1SDP_SCMI_AGENT_IDX_COUNT,
+};
+
+#endif /* N1SDP_MCP_SCMI_H */