aboutsummaryrefslogtreecommitdiff
path: root/product/corstone-700/include/escm3_system_mmap.h
diff options
context:
space:
mode:
authorMorten Borup Petersen <morten.petersen@arm.com>2019-05-29 11:07:00 +0100
committerTushar Khandelwal <tushar.khandelwal@arm.com>2019-09-04 11:37:10 +0100
commit11d90fac77bc8a7770bce3a95b5f387176f924c5 (patch)
tree17e367ef70e2f965a1985e153dfc6eaf6231dbee /product/corstone-700/include/escm3_system_mmap.h
parent23f01c5de10e9c6a51361fbc6949f6383e434900 (diff)
add platform specific firmware files
Change-Id: If4ac963b38848b130ec023c9df41490be05e9826 Signed-off-by: Morten Borup Petersen <morten.petersen@arm.com> Signed-off-by: Tushar Khandelwal <tushar.khandelwal@arm.com>
Diffstat (limited to 'product/corstone-700/include/escm3_system_mmap.h')
-rw-r--r--product/corstone-700/include/escm3_system_mmap.h23
1 files changed, 23 insertions, 0 deletions
diff --git a/product/corstone-700/include/escm3_system_mmap.h b/product/corstone-700/include/escm3_system_mmap.h
new file mode 100644
index 0000000..49847d5
--- /dev/null
+++ b/product/corstone-700/include/escm3_system_mmap.h
@@ -0,0 +1,23 @@
+/*
+ *
+ * Copyright (c) 2019, Arm Limited and Contributors. All rights reserved.
+ *
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
+ */
+
+
+#ifndef ESCM3_SYSTEM_MMAP_H
+#define ESCM3_SYSTEM_MMAP_H
+
+/*Memory*/
+
+#define FLASH_START 0x00000000
+#define FLASH_SIZE 0x00040000 /* 256 KiB */
+
+
+/* Data memory zones */
+#define SRAM_START 0x20000000
+#define SRAM_SIZE 0x00008000 /* 32 KiB */
+
+#endif /* ESCM3_SYSTEM_MMAP_H */