Skip to content

Commit b742e7c

Browse files
committed
readme: Update for latest trusted-firmware-m update to TF-Mv1.2-RC2
Fixup SHAs, for trusted-firmware-m and tf-m-tests repositories. Signed-off-by: Ioannis Glaropoulos <[email protected]>
1 parent 87842ba commit b742e7c

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

README.rst

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,15 @@ for ARMv8-M. The TF-M itself is provided under a BSD-3-Clause.
1313
This module in Zephyr has included TF-M and it's dependencies, they are:
1414

1515
TF-M:
16-
repo: https://git.trustedfirmware.org/trusted-firmware-m.git
17-
commit: 8bebd05745a8b27dccc6403f0215fa6e39de3bc1
16+
repo: https://git.trustedfirmware.org/TF-M/trusted-firmware-m.git
17+
tag: TF-Mv1.2-RC2
18+
commit: 368a25ff5e4925eed532fe7f6d03c3be9d8c4062
1819
BSD-3-Clause
1920

2021
TF-M Tests:
2122
repo: https://git.trustedfirmware.org/TF-M/tf-m-tests.git
22-
commit: 652bb8a1502c95bfd1ee8e44ccd1126ce74ae41f
23+
tag: TF-Mv1.2-RC2
24+
commit: ccda809801e529250b47c9ac470cf94daef1bb1b
2325
license: Apache 2.0
2426

2527
mcuboot:

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=8bebd05745a8b27dccc6403f0215fa6e39de3bc1
4-
TFM_TESTS_GIT_SHA=652bb8a1502c95bfd1ee8e44ccd1126ce74ae41f
3+
TFM_GIT_SHA=368a25ff5e4925eed532fe7f6d03c3be9d8c4062
4+
TFM_TESTS_GIT_SHA=ccda809801e529250b47c9ac470cf94daef1bb1b
55
MCUBOOT_GIT_SHA=v1.6.0
66
PSA_ARCH_TESTS_GIT_SHA=v20.03_API1.0
77

0 commit comments

Comments
 (0)