summaryrefslogtreecommitdiff
path: root/plat/socionext/synquacer/include/platform_def.h
diff options
context:
space:
mode:
Diffstat (limited to 'plat/socionext/synquacer/include/platform_def.h')
-rw-r--r--plat/socionext/synquacer/include/platform_def.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/plat/socionext/synquacer/include/platform_def.h b/plat/socionext/synquacer/include/platform_def.h
index 82c38109..aa15234f 100644
--- a/plat/socionext/synquacer/include/platform_def.h
+++ b/plat/socionext/synquacer/include/platform_def.h
@@ -18,6 +18,11 @@
#define CACHE_WRITEBACK_SHIFT 6
#define CACHE_WRITEBACK_GRANULE (1 << CACHE_WRITEBACK_SHIFT)
+#define PLAT_PHY_ADDR_SPACE_SIZE (1ULL << 32)
+#define PLAT_VIRT_ADDR_SPACE_SIZE (1ULL << 32)
+#define MAX_XLAT_TABLES 4
+#define MAX_MMAP_REGIONS 6
+
#define PLATFORM_STACK_SIZE 0x400
#define BL31_BASE 0x04000000