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-29 13:20:45 +0300
commit46b45a5f8349a01a66d039a1e287d63e81a63276 (patch)
tree7ecbd21931835897ab36dfdd356f6aeb1cdd2779
parent2fd7e2d887c9e6c06eb10878698f4c9bd970e386 (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 Reviewed-on: http://vgitil04.il.marvell.com:8080/40014
-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 + \