summaryrefslogtreecommitdiff
path: root/plat/arm/css
diff options
context:
space:
mode:
authorVijayenthiran Subramaniam <vijayenthiran.subramaniam@arm.com>2021-10-06 15:12:25 +0530
committerVijayenthiran Subramaniam <vijayenthiran.subramaniam@arm.com>2021-10-26 16:43:46 +0530
commit7186a29bbfe3044d5e8001ddfe1d9238578e0944 (patch)
treea5f865373ae8a754c5d0a8257240761c40bfcb37 /plat/arm/css
parent387ff949e6a1ce4acf102e8b2252fd76d3a7d317 (diff)
downloadarm-trusted-firmware-7186a29bbfe3044d5e8001ddfe1d9238578e0944.tar.gz
feat(plat/arm/sgi): increase max BL2 size
Increase `PLAT_ARM_MAX_BL2_SIZE` to 128KiB for the primary chip to accommodate debug builds with log level set to verbose (LOG_LEVEL=LOG_LEVEL_VERBOSE). Signed-off-by: Vijayenthiran Subramaniam <vijayenthiran.subramaniam@arm.com> Change-Id: I9dc835430f61b0d0c46a75f7a36d67f165293c8c
Diffstat (limited to 'plat/arm/css')
-rw-r--r--plat/arm/css/sgi/include/sgi_base_platform_def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plat/arm/css/sgi/include/sgi_base_platform_def.h b/plat/arm/css/sgi/include/sgi_base_platform_def.h
index d795f258e..c9c8c0463 100644
--- a/plat/arm/css/sgi/include/sgi_base_platform_def.h
+++ b/plat/arm/css/sgi/include/sgi_base_platform_def.h
@@ -89,7 +89,7 @@
*
*/
#if TRUSTED_BOARD_BOOT
-# define PLAT_ARM_MAX_BL2_SIZE (0x1D000 + ((CSS_SGI_CHIP_COUNT - 1) * \
+# define PLAT_ARM_MAX_BL2_SIZE (0x20000 + ((CSS_SGI_CHIP_COUNT - 1) * \
0x2000))
#else
# define PLAT_ARM_MAX_BL2_SIZE (0x14000 + ((CSS_SGI_CHIP_COUNT - 1) * \