Skip to content

Commit 52b505c

Browse files
author
Christophe Priouzeau
committed
TF-A: v2.10-stm32mp-r1.2
Signed-off-by: Christophe Priouzeau <christophe.priouzeau@foss.st.com>
1 parent cb6147c commit 52b505c

File tree

3 files changed

+353
-203
lines changed

3 files changed

+353
-203
lines changed

recipes-bsp/trusted-firmware-a/tf-a-stm32mp-common.inc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ SRC_URI = "git://git.trustedfirmware.org/TF-A/trusted-firmware-a.git;protocol=ht
1010
SRCREV = "7c229848a09ebc3aba8e3941ae1cdfceb222a768"
1111

1212
SRC_URI += " \
13-
file://0001-v2.10-stm32mp-r1.patch \
13+
file://0001-v2.10-stm32mp-r1.2.patch \
1414
"
1515

1616
TF_A_VERSION = "v2.10"
1717
TF_A_SUBVERSION = ".5"
1818
TF_A_TARGET = "stm32mp"
19-
TF_A_RELEASE = "r1"
19+
TF_A_RELEASE = "r1.2"
2020
PV = "${TF_A_VERSION}${TF_A_SUBVERSION}-${TF_A_TARGET}-${TF_A_RELEASE}"
2121

2222
ARCHIVER_ST_BRANCH = "${TF_A_VERSION}-${TF_A_TARGET}"
@@ -32,7 +32,7 @@ S = "${WORKDIR}/git"
3232
BBCLASSEXTEND = "devupstream:target"
3333

3434
SRC_URI:class-devupstream = "git://github.com/STMicroelectronics/arm-trusted-firmware.git;protocol=https;branch=${ARCHIVER_ST_BRANCH}"
35-
SRCREV:class-devupstream = "75f8c318eec5e0a710e2edbef550a0b10c8942a9"
35+
SRCREV:class-devupstream = "cfe4a0201503c760dec7a243b4765c7044d1b01b"
3636

3737
# ---------------------------------
3838
# Configure default preference to manage dynamic selection between tarball and github

0 commit comments

Comments
 (0)