commit | ebf8d5d24292f5493eff83e80c68d09257b58d1a | [log] [tgz] |
---|---|---|
author | Alexei Fedorov <Alexei.Fedorov@arm.com> | Thu Oct 01 17:23:26 2020 +0100 |
committer | Alexei Fedorov <Alexei.Fedorov@arm.com> | Thu Oct 01 17:23:26 2020 +0100 |
tree | 86e1f29e255e4c5f7547c39775c435187346d929 | |
parent | be9e39c47848d0fe2e62e3bb79ac4287c16603cb [diff] |
CI: Fix TF fvp-tbb-mbedtls-cot-in-dtb configuration This patch fixes BL2 build error `xlat_table' will not fit in region `RAM' for TF fvp-tbb-mbedtls-cot-in-dtb configuration by adding USE_ROMLIB=1 option and renaming fvp-tbb-mbedtls-cot-in-dtb to fvp-tbb-mbedtls-romlib-cot-in-dtb Signed-off-by: Alexei Fedorov <Alexei.Fedorov@arm.com> Change-Id: I5ed598d9cd01457d5c14146b91fe00b2222cf8d1
diff --git a/group/tf-l3-boot-tests-misc/fvp-tbb-mbedtls-cot-in-dtb,fvp-default:fvp-tftf-fip.tftf-aemv8a-debug b/group/tf-l3-boot-tests-misc/fvp-tbb-mbedtls-romlib-cot-in-dtb,fvp-default:fvp-tftf-fip.tftf-aemv8a-debug similarity index 100% rename from group/tf-l3-boot-tests-misc/fvp-tbb-mbedtls-cot-in-dtb,fvp-default:fvp-tftf-fip.tftf-aemv8a-debug rename to group/tf-l3-boot-tests-misc/fvp-tbb-mbedtls-romlib-cot-in-dtb,fvp-default:fvp-tftf-fip.tftf-aemv8a-debug
diff --git a/tf_config/fvp-tbb-mbedtls-cot-in-dtb b/tf_config/fvp-tbb-mbedtls-romlib-cot-in-dtb similarity index 93% rename from tf_config/fvp-tbb-mbedtls-cot-in-dtb rename to tf_config/fvp-tbb-mbedtls-romlib-cot-in-dtb index b538ece..8b3f28c 100644 --- a/tf_config/fvp-tbb-mbedtls-cot-in-dtb +++ b/tf_config/fvp-tbb-mbedtls-romlib-cot-in-dtb
@@ -1,7 +1,8 @@ ARM_ROTPK_LOCATION=devel_rsa +COT_DESC_IN_DTB=1 CROSS_COMPILE=aarch64-none-elf- GENERATE_COT=1 PLAT=fvp ROT_KEY=plat/arm/board/common/rotpk/arm_rotprivk_rsa.pem TRUSTED_BOARD_BOOT=1 -COT_DESC_IN_DTB=1 +USE_ROMLIB=1