commit | dd566a9e565842eb97b6e14da63ba01d13d061ec | [log] [tgz] |
---|---|---|
author | Jayanth Dodderi Chidanand <jayanthdodderi.chidanand@arm.com> | Tue Apr 08 12:52:58 2025 +0100 |
committer | Jayanth Dodderi Chidanand <jayanthdodderi.chidanand@arm.com> | Tue Apr 08 16:26:21 2025 +0100 |
tree | ee54b2d78ae568e59ceb661ac043833a06e49986 | |
parent | 4181ebb96a10e020c356f46509b0cdd4d4b6d665 [diff] |
fix(juno): resolve BL2 RAM overflow with RSA+ECDSA in GCC(14.2.1) * Using "TF_MBEDTLS_RSA_AND_ECDSA" algorithm with toolchain 14.2.1 causes the BL2 image to exceed RAM limits, triggering a link error ("region `RAM' overflowed by 4096 bytes"). * Resolved by increasing PLAT_ARM_MAX_BL2_SIZE by 4KB to accommodate the larger image. Signed-off-by: Jayanth Dodderi Chidanand <jayanthdodderi.chidanand@arm.com> Change-Id: Ie9d411c1207801436d8cffcf72fec2752371eb69