feat(lx2162aqds): add trusted boot builds
PLAT=lx2162aqds build with custom tbbr from nxp tbbr cot file and
this build can be without mbedtls dir specified.
This is a special configuration used so add this to l1 group tests.
Align all mbedtls downloads to archive paths and avoid
using ref/tags in url.
Change-Id: I729f3c9f470cb9762f51535e2ebbe4e2d70f96db
Signed-off-by: Govindraj Raja <govindraj.raja@arm.com>
diff --git a/utils.sh b/utils.sh
index 2dbef2f..1599cbb 100644
--- a/utils.sh
+++ b/utils.sh
@@ -641,7 +641,7 @@
mbedtls_version="${mbedtls_version:-3.3.0}"
# mbedTLS archive public hosting available at github.com
-mbedtls_archive="${mbedtls_archive:-https://github.com/Mbed-TLS/mbedtls/archive/refs/tags/v${mbedtls_version}.tar.gz}"
+mbedtls_archive="${mbedtls_archive:-https://github.com/Mbed-TLS/mbedtls/archive/mbedtls-${mbedtls_version}.tar.gz}"
# FIXME: workaround to allow all on-prem host machines to access the latest LLVM
# LLVM archive public hosting available at github.com