From 1d045003d8c8888ef15da6adca4d8d453dae8ee4 Mon Sep 17 00:00:00 2001 From: Judith Mendez Date: Wed, 17 Dec 2025 17:53:15 -0600 Subject: [PATCH] trusted-firmware-a: am62l: Update to latest ti-master Update to latest ti-master commit which includes support for BeagleBadge. Signed-off-by: Judith Mendez Signed-off-by: Ryan Eatmon --- .../recipes-bsp/trusted-firmware-a/trusted-firmware-a-ti.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-ti-bsp/recipes-bsp/trusted-firmware-a/trusted-firmware-a-ti.inc b/meta-ti-bsp/recipes-bsp/trusted-firmware-a/trusted-firmware-a-ti.inc index 27d69241..05cc6987 100644 --- a/meta-ti-bsp/recipes-bsp/trusted-firmware-a/trusted-firmware-a-ti.inc +++ b/meta-ti-bsp/recipes-bsp/trusted-firmware-a/trusted-firmware-a-ti.inc @@ -10,7 +10,7 @@ SRC_URI_TRUSTED_FIRMWARE_A = "git://git.trustedfirmware.org/TF-A/trusted-firmwar SRCBRANCH = "master" LIC_FILES_CHKSUM:am62lxx = "file://docs/license.rst;md5=1118e32884721c0be33267bd7ae11130" -SRCREV_tfa:am62lxx = "960816d244c39ac1cfa24c4ea028c4404f9cbb20" +SRCREV_tfa:am62lxx = "76800058f24e3eb3fcacdb12106a881ae279f8c3" SRC_URI_TRUSTED_FIRMWARE_A:am62lxx = "git://github.com/TexasInstruments/arm-trusted-firmware.git;protocol=https" SRCBRANCH:am62lxx = "ti-master"