From 78a91582b0254ab8ea53a38e5f833c8b2ebb26a9 Mon Sep 17 00:00:00 2001 From: Jens Wiklander Date: Fri, 1 Nov 2024 16:07:02 +0100 Subject: [PATCH] feat(qemu): increase size of bl31 Increase BL31 size to have room to spare for debugging with EL3 SPMC. Change-Id: I6e260a284ed2aa5d515b45be90ee2cdeded9c6a9 Signed-off-by: Jens Wiklander --- plat/qemu/qemu/include/platform_def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plat/qemu/qemu/include/platform_def.h b/plat/qemu/qemu/include/platform_def.h index f78be908f..0c85b1edc 100644 --- a/plat/qemu/qemu/include/platform_def.h +++ b/plat/qemu/qemu/include/platform_def.h @@ -150,7 +150,7 @@ * Put BL3-1 at the top of the Trusted SRAM. BL31_BASE is calculated using the * current BL3-1 debug size plus a little space for growth. */ -#define BL31_BASE (BL31_LIMIT - 0x60000) +#define BL31_BASE (BL31_LIMIT - 0x70000) #define BL31_LIMIT (BL_RAM_BASE + BL_RAM_SIZE - FW_HANDOFF_SIZE) #define BL31_PROGBITS_LIMIT BL1_RW_BASE