File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -13,13 +13,15 @@ for ARMv8-M. The TF-M itself is provided under a BSD-3-Clause.
1313This module in Zephyr has included TF-M and it's dependencies, they are:
1414
1515TF-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
2021TF-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
2527mcuboot:
Original file line number Diff line number Diff line change 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
55MCUBOOT_GIT_SHA=v1.6.0
66PSA_ARCH_TESTS_GIT_SHA=v20.03_API1.0
77
You can’t perform that action at this time.
0 commit comments