The patch has been reviewed and merged.
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Nov 23 2018
Nov 22 2018
Nov 20 2018
Patch for this task: https://review.trustedfirmware.org/c/trusted-firmware-m/+/379
Nov 19 2018
A bugfix is provided for incorrect default behaviour if NS client identification is turned off in the build environment in change:
https://review.trustedfirmware.org/#/c/trusted-firmware-m/+/378/
Thanks to report this issue.
First:
I wonder what cmake version you used when testing this change. According to my investigations 3.7 and the up-to-date version works different. Also there is an open issue for ARMCLang and response files: See: https://gitlab.kitware.com/cmake/cmake/issues/18457
Please add some details about your tests.
Nov 16 2018
Nov 15 2018
This ticket can be closed as invalid, because source code was misinterpreted.
The "struct test_t" is declared as follows in the test/framework/test_framework.h:42
struct test_t { TEST_FUN * const test; /*!< Test function to call */ const char *name; /*!< Test name */ const char *desc; /*!< Test description */ struct test_result_t ret; /*!< Test result */ };
This structure declares "ret" parameter as a non const value. That parameters is the one which will store the test result at the end of the test execution.
Nov 14 2018
Nov 13 2018
Nov 12 2018
Nov 5 2018
Nov 2 2018
Patch for this task https://review.trustedfirmware.org/c/352/
Oct 31 2018
Oct 29 2018
Oct 25 2018
Change added to generate secure partition IDs from partition manifest files.
This makes rebasing above changes easier if a new partition was added.
Change: https://review.trustedfirmware.org/#/c/318/
Another change is necessary to fix crypto partition manifest file:
https://review.trustedfirmware.org/#/c/317/
Oct 20 2018
Oct 19 2018
Oct 18 2018
Oct 16 2018
Previous gerrit patch has been abandoned, new patch set: https://review.trustedfirmware.org/#/c/314/
The change associated with this task is:
https://review.trustedfirmware.org/#/c/315
The change associated with this task is:
https://review.trustedfirmware.org/#/c/314
Oct 15 2018
Changes for this issue are:
https://review.trustedfirmware.org/#/c/301/
https://review.trustedfirmware.org/#/c/300/
Oct 12 2018
Reviews for this change:
https://review.trustedfirmware.org/#/c/292/
https://review.trustedfirmware.org/#/c/293/
The review for this change is here:
https://review.trustedfirmware.org/#/c/294/
Oct 11 2018
Merged
Oct 10 2018
Oct 9 2018
Oct 7 2018
Merged due to ALL CR + 2.
Oct 3 2018
Oct 2 2018
Oct 1 2018
Sep 28 2018
Gerrit review: https://review.trustedfirmware.org/#/c/265/
Sep 24 2018
Change for the issue:
https://review.trustedfirmware.org/#/c/263/