summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Axelrod <victora@marvell.com>2017-03-21 20:12:01 +0200
committerKostya Porotchkin <kostap@marvell.com>2017-05-28 17:14:51 +0300
commit75cd574212d8163995e43e36665234890cab502e (patch)
treee9c47ab30347418c9fb51c010f975057da90f42e
parent1cc44d000c636e85e3fd538cf9f95e33a4c2e7db (diff)
ble: set binary extension size to max per spec
This patch sets the binary extension size close to its maximum as defined by the specification. The upper limit may be set to 0xffe7c000 (0xffe1c000 + 384KB), but actually set to 0xffe7800 to provide 16KB for the secure extension of 9,956 bytes size. Change-Id: Id6e78eba95ab9d0e5241c7b70d750cb5b39230b1 Signed-off-by: Victor Axelrod <victora@marvell.com> Reviewed-on: http://vgitil04.il.marvell.com:8080/37789 Tested-by: iSoC Platform CI <ykjenk@marvell.com> Reviewed-by: Kostya Porotchkin <kostap@marvell.com> Reviewed-on: http://vgitil04.il.marvell.com:8080/40002
-rw-r--r--plat/marvell/a8k/common/include/platform_def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plat/marvell/a8k/common/include/platform_def.h b/plat/marvell/a8k/common/include/platform_def.h
index 773822e2..ba927ddd 100644
--- a/plat/marvell/a8k/common/include/platform_def.h
+++ b/plat/marvell/a8k/common/include/platform_def.h
@@ -105,7 +105,7 @@
#endif
#define PLAT_MARVELL_SRAM_BASE 0xFFE1C048
-#define PLAT_MARVELL_SRAM_END 0xFFE3F000
+#define PLAT_MARVELL_SRAM_END 0xFFE78000
#define PLAT_MARVELL_ATF_BASE 0x4000000
#define PLAT_MARVELL_ATF_LOAD_ADDR (PLAT_MARVELL_ATF_BASE + \