]> git.baikalelectronics.ru Git - arm-tf.git/commitdiff
feat(qemu): increase size of bl2
authorLeo Yan <leo.yan@linaro.org>
Wed, 16 Nov 2022 06:52:50 +0000 (14:52 +0800)
committerLeo Yan <leo.yan@linaro.org>
Thu, 17 Nov 2022 08:13:03 +0000 (16:13 +0800)
Increases BL2 size to have room to enable security features (like
measurement and TPM).

Signed-off-by: Leo Yan <leo.yan@linaro.org>
Change-Id: Iba5e8923e2e154315499e9bfce2e0aff0ccc8f95

plat/qemu/qemu/include/platform_def.h

index c9ed6409fe05576c374d8e5458e85128aa84ffee..a22fbe5a22b436567c24a1ed480f315174a49020 100644 (file)
  * Put BL2 just below BL3-1. BL2_BASE is calculated using the current BL2 debug
  * size plus a little space for growth.
  */
-#define BL2_BASE                       (BL31_BASE - 0x25000)
+#define BL2_BASE                       (BL31_BASE - 0x35000)
 #define BL2_LIMIT                      BL31_BASE
 
 /*