From 11d90fac77bc8a7770bce3a95b5f387176f924c5 Mon Sep 17 00:00:00 2001 From: Morten Borup Petersen Date: Wed, 29 May 2019 11:07:00 +0100 Subject: add platform specific firmware files Change-Id: If4ac963b38848b130ec023c9df41490be05e9826 Signed-off-by: Morten Borup Petersen Signed-off-by: Tushar Khandelwal --- product/corstone-700/include/escm3_system_mmap.h | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 product/corstone-700/include/escm3_system_mmap.h (limited to 'product/corstone-700/include/escm3_system_mmap.h') 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 */ -- cgit v1.2.3