aboutsummaryrefslogtreecommitdiff
path: root/product/sgi575
diff options
context:
space:
mode:
authorAmit Daniel Kachhap <amit.kachhap@arm.com>2018-07-20 14:58:16 +0530
committerronald-cron-arm <39518861+ronald-cron-arm@users.noreply.github.com>2018-10-18 17:22:34 +0000
commitc20be21d950b3d8e40cef4a6b177cf522e0490e3 (patch)
treea5fd17ac3a54550cbb6171785036b93383dbe8b4 /product/sgi575
parent25001055e9998f44e444f26af251afe99b144f82 (diff)
sgi575: Add System memory map for MCP
Change-Id: I953bcbfa7e0ec5a5478f5377a2f273c4ca5fb11d Signed-off-by: Amit Daniel Kachhap <amit.kachhap@arm.com>
Diffstat (limited to 'product/sgi575')
-rw-r--r--product/sgi575/include/mcp_system_mmap_mcp.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/product/sgi575/include/mcp_system_mmap_mcp.h b/product/sgi575/include/mcp_system_mmap_mcp.h
new file mode 100644
index 00000000..628aaa26
--- /dev/null
+++ b/product/sgi575/include/mcp_system_mmap_mcp.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 MCP_SYSTEM_MMAP_MCP_H
+#define MCP_SYSTEM_MMAP_MCP_H
+
+#include <mcp_sgi575_mmap_mcp.h>
+
+#define MCP_ROM_SIZE (64 * 1024)
+#define MCP_RAM0_SIZE (64 * 1024)
+#define MCP_RAM1_SIZE (64 * 1024)
+
+#endif /* MCP_SYSTEM_MMAP_MCP_H */