The build is good!
Open Tasks
Unbreak Now! (1)
Needs Triage (14)
- Wed, Dec 30, 5:45 AM
Assigned: KenLSoft- Dec 4 2020, 2:45 AM
Assigned: davidhuziji- Restricted Project
- Oct 27 2020, 11:00 PM
- Oct 9 2020, 12:23 PM
Assigned: Andre-ARM
Recent Activity
Mon, Jan 18
Thu, Jan 14
Fri, Jan 8
Sat, Jan 2
Thu, Dec 31
Wed, Dec 30
Above patch has been abandoned, as it is not important at the current stage.
A hotfix is under review: https://review.trustedfirmware.org/c/TF-M/tf-m-tests/+/7753
Thu, Dec 24
Wed, Dec 23
Verified that it passed the compiling & running tests, with the reverted patch.
Thank you for the quick response/fix~
Apparently, the patch didn't work for GCC. Sorry about that.
It has been reverted for the time being:
https://review.trustedfirmware.org/c/TF-M/tf-m-tests/+/7651
Dec 22 2020
Confirm the issue is fixed.
Dec 21 2020
A patch to fix this issue: https://review.trustedfirmware.org/c/TF-M/trusted-firmware-m/+/7708
Dec 18 2020
Previously, memory access check was only performed in TF-M SPM. Therefore multi-core memory access check checks whether current execution is in Handler mode.
Memory access check is allowed only in Handler mode.
On a close look, the TFM_IPC_TEST_1007 seems to suggest a panic (reset).
/* The system should panic in psa_call. If runs here, the test fails. */ ret->val = TEST_FAILED;
However, after the reset, the system doesn't pass TFM_IPC_TEST_1007 and continue on to next test.
Instead, it starts over from the beginning (e.g.: PROTECTED_STORAGE test suite), and hence, in a infinite reset loop.
Dec 15 2020
Dec 14 2020
Dec 9 2020
Dec 8 2020
Hello,
Here are 2 commits to introduce the support of external flash for secondary slot
https://review.trustedfirmware.org/c/TF-M/trusted-firmware-m/+/7412
https://review.trustedfirmware.org/c/TF-M/trusted-firmware-m/+/7413