Skip to content

Commit 3138488

Browse files
committed
readme: Update for latest trusted-firmware-m sync to TF-Mv1.2.0
Fixup SHAs, for trusted-firmware-m and tf-m-tests repositories, to account for synchronizing TF-M module to upstream TF-M v1.2.0 release. Also update init-git.sh. Signed-off-by: Ioannis Glaropoulos <[email protected]>
1 parent 16e618c commit 3138488

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ This module in Zephyr has included TF-M and it's dependencies, they are:
1414

1515
TF-M:
1616
repo: https://git.trustedfirmware.org/TF-M/trusted-firmware-m.git
17-
tag: TF-Mv1.2-RC2
18-
commit: 368a25ff5e4925eed532fe7f6d03c3be9d8c4062
17+
tag: TF-Mv1.2.0
18+
commit: c78be620c0fee08888956646b8f02fd03ab88567
1919
BSD-3-Clause
2020

2121
TF-M Tests:
2222
repo: https://git.trustedfirmware.org/TF-M/tf-m-tests.git
23-
tag: TF-Mv1.2-RC2
23+
tag: TF-Mv1.2.0
2424
commit: ccda809801e529250b47c9ac470cf94daef1bb1b
2525
license: Apache 2.0
2626

init-git.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

3-
TFM_GIT_SHA=368a25ff5e4925eed532fe7f6d03c3be9d8c4062
4-
TFM_TESTS_GIT_SHA=ccda809801e529250b47c9ac470cf94daef1bb1b
3+
TFM_GIT_SHA=TF-Mv1.2.0
4+
TFM_TESTS_GIT_SHA=TF-Mv1.2.0
55
MCUBOOT_GIT_SHA=v1.6.0
66
PSA_ARCH_TESTS_GIT_SHA=v20.03_API1.0
77

0 commit comments

Comments
 (0)