From c42e8bbf4e86ece9ca4c28898e37333374b95a09 Mon Sep 17 00:00:00 2001 From: emeara01 Date: Wed, 18 May 2022 14:13:56 +0100 Subject: [PATCH] arm-bsp/trusted-firmware-a: increase BL2 size for TC The new mbedtls version (v2.28) increase the size of TF-A slightly. This commit increases the size of BL2 for TC, so that TF-A with updated mbedtls version can fit. Signed-off-by: Emekcan Aras Signed-off-by: Jon Mason --- .../files/tc/0001-plat-tc-Increase-maximum-BL2-size.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-arm-bsp/recipes-bsp/trusted-firmware-a/files/tc/0001-plat-tc-Increase-maximum-BL2-size.patch b/meta-arm-bsp/recipes-bsp/trusted-firmware-a/files/tc/0001-plat-tc-Increase-maximum-BL2-size.patch index b6a5b4de..e9755efc 100644 --- a/meta-arm-bsp/recipes-bsp/trusted-firmware-a/files/tc/0001-plat-tc-Increase-maximum-BL2-size.patch +++ b/meta-arm-bsp/recipes-bsp/trusted-firmware-a/files/tc/0001-plat-tc-Increase-maximum-BL2-size.patch @@ -22,10 +22,10 @@ index ccabced9e..f45457b9f 100644 */ #if TRUSTED_BOARD_BOOT -# define PLAT_ARM_MAX_BL2_SIZE 0x20000 -+# define PLAT_ARM_MAX_BL2_SIZE 0x22000 ++# define PLAT_ARM_MAX_BL2_SIZE 0x25000 #else -# define PLAT_ARM_MAX_BL2_SIZE 0x14000 -+# define PLAT_ARM_MAX_BL2_SIZE 0x16000 ++# define PLAT_ARM_MAX_BL2_SIZE 0x19000 #endif /*