Hi all,
I'd like to merge the following patch set tomorrow, if there is no more major comment.
* Decouple tf-m-tests specific config setting from trusted-firmware-m.
[TF-M patchhttps://review.trustedfirmware.org/c/TF-M/trusted-firmware-m/+/11167][tf-m-tests patchhttps://review.trustedfirmware.org/c/TF-M/tf-m-tests/+/11169]
* Decouple tf-m-tests secure log from non-secure log. Switch tf-m-tests secure log to TF-M SP log.
[TF-M patchhttps://review.trustedfirmware.org/c/TF-M/trusted-firmware-m/+/11153][tf-m-tests patchhttps://review.trustedfirmware.org/c/TF-M/tf-m-tests/+/11131/]
After the above patches are merged, there are two major changes:
* tf-m-tests dedicated configuration setup process will be moved to tf-m-test repo, from TF-M. Therefore you can update tf-m-tests config setting, without modifying TF-M repo. * Tf-m-tests commit ID is specified in TF-M `lib\ext\tf-m-tests\repo_config_default.cmake`, rather than in TF-M main `config_default.cmake`. You can update tf-m-tests commit ID in TF-M without touching the large `config_default.cmake`.
Any suggestion or comment is always welcome!
Best regards, Hu Ziji
From: TF-M tf-m-bounces@lists.trustedfirmware.org On Behalf Of David Hu via TF-M Sent: Tuesday, August 24, 2021 5:33 PM To: tf-m@lists.trustedfirmware.org Cc: nd nd@arm.com Subject: [TF-M] [RFC] Decoupling tf-m-tests from TF-M
Hi all,
As you may know, Jianliang and I are working to better decouple tf-m-tests from trusted-firmware-m repo. The purpose of the decoupling enhancement includes:
* Making it more easier to integrate TF-M and port tf-m-tests * Making it more easier to develop TF-M tests, to minimize the changes to TF-M source code or build system. * Making it more flexible to re-structure tf-m-tests and minimize the impact to TF-M
Previously Jianliang has decouple test case control and enable users to select single NS/S regression test case in build and test.
Currently we are focusing on decoupling tf-m-tests specific config setting from TF-M. So far we have proposed the following major changes:
* Decouple tf-m-tests specific config setting from trusted-firmware-m.
[TF-M patchhttps://review.trustedfirmware.org/c/TF-M/trusted-firmware-m/+/11167][tf-m-tests patchhttps://review.trustedfirmware.org/c/TF-M/tf-m-tests/+/11169/1]
* Move tf-m-tests specific configs to tf-m-tests repo from trusted-firmware-m
[TF-M patchhttps://review.trustedfirmware.org/c/TF-M/trusted-firmware-m/+/10647][tf-m-tests patchhttps://review.trustedfirmware.org/c/TF-M/tf-m-tests/+/10556] More patch sets for decoupling are under review as well.
* Decouple tf-m-tests secure log from non-secure log. Switch tf-m-tests secure log to TF-M SP log.
[TF-M patchhttps://review.trustedfirmware.org/c/TF-M/trusted-firmware-m/+/11153][tf-m-tests patchhttps://review.trustedfirmware.org/c/TF-M/tf-m-tests/+/11131/3]
* Trigger secure regression tests in TF-M SPE in IPC model, to simplify multi-core development/tests
[TF-M patchhttps://review.trustedfirmware.org/c/TF-M/trusted-firmware-m/+/11181][tf-m-tests patchhttps://review.trustedfirmware.org/c/TF-M/tf-m-tests/+/11182]
I'd appreciate it if you can take a look at the patch sets above. Any suggestion or comment is welcome. If you have any specific requirement or suggestion of tf-m-tests enhancement, please feel free to contact Jianliang and me. Thanks in advance.
Best regards, Hu Ziji
Hi all,
Those patches have been merged as planned.
Please note that tf-m-tests commit ID has been moved to TF-M `lib\ext\tf-m-tests\repo_config_default.cmake`, from `config_default.cmake`.
Best regards, Hu Ziji
From: TF-M tf-m-bounces@lists.trustedfirmware.org On Behalf Of David Hu via TF-M Sent: Monday, September 6, 2021 4:42 PM To: tf-m@lists.trustedfirmware.org Cc: nd nd@arm.com Subject: Re: [TF-M] [RFC] Decoupling tf-m-tests from TF-M
Hi all,
I'd like to merge the following patch set tomorrow, if there is no more major comment.
* Decouple tf-m-tests specific config setting from trusted-firmware-m.
[TF-M patchhttps://review.trustedfirmware.org/c/TF-M/trusted-firmware-m/+/11167][tf-m-tests patchhttps://review.trustedfirmware.org/c/TF-M/tf-m-tests/+/11169]
* Decouple tf-m-tests secure log from non-secure log. Switch tf-m-tests secure log to TF-M SP log.
[TF-M patchhttps://review.trustedfirmware.org/c/TF-M/trusted-firmware-m/+/11153][tf-m-tests patchhttps://review.trustedfirmware.org/c/TF-M/tf-m-tests/+/11131/]
After the above patches are merged, there are two major changes:
* tf-m-tests dedicated configuration setup process will be moved to tf-m-test repo, from TF-M. Therefore you can update tf-m-tests config setting, without modifying TF-M repo. * Tf-m-tests commit ID is specified in TF-M `lib\ext\tf-m-tests\repo_config_default.cmake`, rather than in TF-M main `config_default.cmake`. You can update tf-m-tests commit ID in TF-M without touching the large `config_default.cmake`.
Any suggestion or comment is always welcome!
Best regards, Hu Ziji
From: TF-M <tf-m-bounces@lists.trustedfirmware.orgmailto:tf-m-bounces@lists.trustedfirmware.org> On Behalf Of David Hu via TF-M Sent: Tuesday, August 24, 2021 5:33 PM To: tf-m@lists.trustedfirmware.orgmailto:tf-m@lists.trustedfirmware.org Cc: nd <nd@arm.commailto:nd@arm.com> Subject: [TF-M] [RFC] Decoupling tf-m-tests from TF-M
Hi all,
As you may know, Jianliang and I are working to better decouple tf-m-tests from trusted-firmware-m repo. The purpose of the decoupling enhancement includes:
* Making it more easier to integrate TF-M and port tf-m-tests * Making it more easier to develop TF-M tests, to minimize the changes to TF-M source code or build system. * Making it more flexible to re-structure tf-m-tests and minimize the impact to TF-M
Previously Jianliang has decouple test case control and enable users to select single NS/S regression test case in build and test.
Currently we are focusing on decoupling tf-m-tests specific config setting from TF-M. So far we have proposed the following major changes:
* Decouple tf-m-tests specific config setting from trusted-firmware-m.
[TF-M patchhttps://review.trustedfirmware.org/c/TF-M/trusted-firmware-m/+/11167][tf-m-tests patchhttps://review.trustedfirmware.org/c/TF-M/tf-m-tests/+/11169/1]
* Move tf-m-tests specific configs to tf-m-tests repo from trusted-firmware-m
[TF-M patchhttps://review.trustedfirmware.org/c/TF-M/trusted-firmware-m/+/10647][tf-m-tests patchhttps://review.trustedfirmware.org/c/TF-M/tf-m-tests/+/10556] More patch sets for decoupling are under review as well.
* Decouple tf-m-tests secure log from non-secure log. Switch tf-m-tests secure log to TF-M SP log.
[TF-M patchhttps://review.trustedfirmware.org/c/TF-M/trusted-firmware-m/+/11153][tf-m-tests patchhttps://review.trustedfirmware.org/c/TF-M/tf-m-tests/+/11131/3]
* Trigger secure regression tests in TF-M SPE in IPC model, to simplify multi-core development/tests
[TF-M patchhttps://review.trustedfirmware.org/c/TF-M/trusted-firmware-m/+/11181][tf-m-tests patchhttps://review.trustedfirmware.org/c/TF-M/tf-m-tests/+/11182]
I'd appreciate it if you can take a look at the patch sets above. Any suggestion or comment is welcome. If you have any specific requirement or suggestion of tf-m-tests enhancement, please feel free to contact Jianliang and me. Thanks in advance.
Best regards, Hu Ziji
Hi all,
Based on previous TF-M and tf-m-tests repo decoupling and test configuration refinement work, we prepare to move test configurations into tf-m-tests/test/config folder. This is also a part of decoupling work.
With the decoupling work:
* Developers can focus on tf-m-tests without changes in TF-M. * The compilation process becomes clearer.
I have proposed another two patch sets about moving profiling test configurations into tf-m-tests repo:
* [TF-M patchhttps://review.trustedfirmware.org/c/TF-M/trusted-firmware-m/+/10647] * [tf-m-tests patchhttps://review.trustedfirmware.org/c/TF-M/tf-m-tests/+/10556]
I'd be grateful if you can give any suggestion or enhancement for me. Thanks.
Best Regards Jianliang Shen
From: TF-M <tf-m-bounces@lists.trustedfirmware.orgmailto:tf-m-bounces@lists.trustedfirmware.org> On Behalf Of David Hu via TF-M Sent: Monday, September 6, 2021 4:42 PM To: tf-m@lists.trustedfirmware.orgmailto:tf-m@lists.trustedfirmware.org Cc: nd <nd@arm.commailto:nd@arm.com> Subject: Re: [TF-M] [RFC] Decoupling tf-m-tests from TF-M
Hi all,
I'd like to merge the following patch set tomorrow, if there is no more major comment.
* Decouple tf-m-tests specific config setting from trusted-firmware-m.
[TF-M patchhttps://review.trustedfirmware.org/c/TF-M/trusted-firmware-m/+/11167][tf-m-tests patchhttps://review.trustedfirmware.org/c/TF-M/tf-m-tests/+/11169]
* Decouple tf-m-tests secure log from non-secure log. Switch tf-m-tests secure log to TF-M SP log.
[TF-M patchhttps://review.trustedfirmware.org/c/TF-M/trusted-firmware-m/+/11153][tf-m-tests patchhttps://review.trustedfirmware.org/c/TF-M/tf-m-tests/+/11131/]
After the above patches are merged, there are two major changes:
* tf-m-tests dedicated configuration setup process will be moved to tf-m-test repo, from TF-M. Therefore you can update tf-m-tests config setting, without modifying TF-M repo. * Tf-m-tests commit ID is specified in TF-M `lib\ext\tf-m-tests\repo_config_default.cmake`, rather than in TF-M main `config_default.cmake`. You can update tf-m-tests commit ID in TF-M without touching the large `config_default.cmake`.
Any suggestion or comment is always welcome!
Best regards, Hu Ziji
From: TF-M <tf-m-bounces@lists.trustedfirmware.orgmailto:tf-m-bounces@lists.trustedfirmware.org> On Behalf Of David Hu via TF-M Sent: Tuesday, August 24, 2021 5:33 PM To: tf-m@lists.trustedfirmware.orgmailto:tf-m@lists.trustedfirmware.org Cc: nd <nd@arm.commailto:nd@arm.com> Subject: [TF-M] [RFC] Decoupling tf-m-tests from TF-M
Hi all,
As you may know, Jianliang and I are working to better decouple tf-m-tests from trusted-firmware-m repo. The purpose of the decoupling enhancement includes:
* Making it more easier to integrate TF-M and port tf-m-tests * Making it more easier to develop TF-M tests, to minimize the changes to TF-M source code or build system. * Making it more flexible to re-structure tf-m-tests and minimize the impact to TF-M
Previously Jianliang has decouple test case control and enable users to select single NS/S regression test case in build and test.
Currently we are focusing on decoupling tf-m-tests specific config setting from TF-M. So far we have proposed the following major changes:
* Decouple tf-m-tests specific config setting from trusted-firmware-m.
[TF-M patchhttps://review.trustedfirmware.org/c/TF-M/trusted-firmware-m/+/11167][tf-m-tests patchhttps://review.trustedfirmware.org/c/TF-M/tf-m-tests/+/11169/1]
* Move tf-m-tests specific configs to tf-m-tests repo from trusted-firmware-m
[TF-M patchhttps://review.trustedfirmware.org/c/TF-M/trusted-firmware-m/+/10647][tf-m-tests patchhttps://review.trustedfirmware.org/c/TF-M/tf-m-tests/+/10556] More patch sets for decoupling are under review as well.
* Decouple tf-m-tests secure log from non-secure log. Switch tf-m-tests secure log to TF-M SP log.
[TF-M patchhttps://review.trustedfirmware.org/c/TF-M/trusted-firmware-m/+/11153][tf-m-tests patchhttps://review.trustedfirmware.org/c/TF-M/tf-m-tests/+/11131/3]
* Trigger secure regression tests in TF-M SPE in IPC model, to simplify multi-core development/tests
[TF-M patchhttps://review.trustedfirmware.org/c/TF-M/trusted-firmware-m/+/11181][tf-m-tests patchhttps://review.trustedfirmware.org/c/TF-M/tf-m-tests/+/11182]
I'd appreciate it if you can take a look at the patch sets above. Any suggestion or comment is welcome. If you have any specific requirement or suggestion of tf-m-tests enhancement, please feel free to contact Jianliang and me. Thanks in advance.
Best regards, Hu Ziji
Hi all,
I want to merge the two patch sets in Thursday this week. The patches move tf-m test specific configurations to tf-m-tests repo. I'd be grateful if you can give me more suggestions or enhancements.
* [TF-M patchhttps://review.trustedfirmware.org/c/TF-M/trusted-firmware-m/+/10647] * [tf-m-tests patchhttps://review.trustedfirmware.org/c/TF-M/tf-m-tests/+/10556]
Best Regards Jianliang Shen
From: Jianliang Shen Sent: 08 September 2021 11:42 To: tf-m@lists.trustedfirmware.org; Anton Komlev Anton.Komlev@arm.com; David Hu David.Hu@arm.com Cc: nd nd@arm.com Subject: RE: [RFC] Decoupling tf-m-tests from TF-M
Hi all,
Based on previous TF-M and tf-m-tests repo decoupling and test configuration refinement work, we prepare to move test configurations into tf-m-tests/test/config folder. This is also a part of decoupling work.
With the decoupling work:
* Developers can focus on tf-m-tests without changes in TF-M. * The compilation process becomes clearer.
I have proposed another two patch sets about moving profiling test configurations into tf-m-tests repo:
* [TF-M patchhttps://review.trustedfirmware.org/c/TF-M/trusted-firmware-m/+/10647] * [tf-m-tests patchhttps://review.trustedfirmware.org/c/TF-M/tf-m-tests/+/10556]
I'd be grateful if you can give any suggestion or enhancement for me. Thanks.
Best Regards Jianliang Shen
From: TF-M <tf-m-bounces@lists.trustedfirmware.orgmailto:tf-m-bounces@lists.trustedfirmware.org> On Behalf Of David Hu via TF-M Sent: Monday, September 6, 2021 4:42 PM To: tf-m@lists.trustedfirmware.orgmailto:tf-m@lists.trustedfirmware.org Cc: nd <nd@arm.commailto:nd@arm.com> Subject: Re: [TF-M] [RFC] Decoupling tf-m-tests from TF-M
Hi all,
I'd like to merge the following patch set tomorrow, if there is no more major comment.
* Decouple tf-m-tests specific config setting from trusted-firmware-m.
[TF-M patchhttps://review.trustedfirmware.org/c/TF-M/trusted-firmware-m/+/11167][tf-m-tests patchhttps://review.trustedfirmware.org/c/TF-M/tf-m-tests/+/11169]
* Decouple tf-m-tests secure log from non-secure log. Switch tf-m-tests secure log to TF-M SP log.
[TF-M patchhttps://review.trustedfirmware.org/c/TF-M/trusted-firmware-m/+/11153][tf-m-tests patchhttps://review.trustedfirmware.org/c/TF-M/tf-m-tests/+/11131/]
After the above patches are merged, there are two major changes:
* tf-m-tests dedicated configuration setup process will be moved to tf-m-test repo, from TF-M. Therefore you can update tf-m-tests config setting, without modifying TF-M repo. * Tf-m-tests commit ID is specified in TF-M `lib\ext\tf-m-tests\repo_config_default.cmake`, rather than in TF-M main `config_default.cmake`. You can update tf-m-tests commit ID in TF-M without touching the large `config_default.cmake`.
Any suggestion or comment is always welcome!
Best regards, Hu Ziji
From: TF-M <tf-m-bounces@lists.trustedfirmware.orgmailto:tf-m-bounces@lists.trustedfirmware.org> On Behalf Of David Hu via TF-M Sent: Tuesday, August 24, 2021 5:33 PM To: tf-m@lists.trustedfirmware.orgmailto:tf-m@lists.trustedfirmware.org Cc: nd <nd@arm.commailto:nd@arm.com> Subject: [TF-M] [RFC] Decoupling tf-m-tests from TF-M
Hi all,
As you may know, Jianliang and I are working to better decouple tf-m-tests from trusted-firmware-m repo. The purpose of the decoupling enhancement includes:
* Making it more easier to integrate TF-M and port tf-m-tests * Making it more easier to develop TF-M tests, to minimize the changes to TF-M source code or build system. * Making it more flexible to re-structure tf-m-tests and minimize the impact to TF-M
Previously Jianliang has decouple test case control and enable users to select single NS/S regression test case in build and test.
Currently we are focusing on decoupling tf-m-tests specific config setting from TF-M. So far we have proposed the following major changes:
* Decouple tf-m-tests specific config setting from trusted-firmware-m.
[TF-M patchhttps://review.trustedfirmware.org/c/TF-M/trusted-firmware-m/+/11167][tf-m-tests patchhttps://review.trustedfirmware.org/c/TF-M/tf-m-tests/+/11169/1]
* Move tf-m-tests specific configs to tf-m-tests repo from trusted-firmware-m
[TF-M patchhttps://review.trustedfirmware.org/c/TF-M/trusted-firmware-m/+/10647][tf-m-tests patchhttps://review.trustedfirmware.org/c/TF-M/tf-m-tests/+/10556] More patch sets for decoupling are under review as well.
* Decouple tf-m-tests secure log from non-secure log. Switch tf-m-tests secure log to TF-M SP log.
[TF-M patchhttps://review.trustedfirmware.org/c/TF-M/trusted-firmware-m/+/11153][tf-m-tests patchhttps://review.trustedfirmware.org/c/TF-M/tf-m-tests/+/11131/3]
* Trigger secure regression tests in TF-M SPE in IPC model, to simplify multi-core development/tests
[TF-M patchhttps://review.trustedfirmware.org/c/TF-M/trusted-firmware-m/+/11181][tf-m-tests patchhttps://review.trustedfirmware.org/c/TF-M/tf-m-tests/+/11182]
I'd appreciate it if you can take a look at the patch sets above. Any suggestion or comment is welcome. If you have any specific requirement or suggestion of tf-m-tests enhancement, please feel free to contact Jianliang and me. Thanks in advance.
Best regards, Hu Ziji
Hi all,
I'm glad to tell you that the test specific configurations have been moved into the tf-m-tests repo!
With the merged patches, please rebase you patches if they are related to tf-m-tests. Sorry for any inconvenience.
Best Regards Jianliang Shen
From: TF-M tf-m-bounces@lists.trustedfirmware.org On Behalf Of Jianliang Shen via TF-M Sent: 13 September 2021 15:19 To: tf-m@lists.trustedfirmware.org; Anton Komlev Anton.Komlev@arm.com; David Hu David.Hu@arm.com Cc: nd nd@arm.com Subject: Re: [TF-M] [RFC] Decoupling tf-m-tests from TF-M
Hi all,
I want to merge the two patch sets in Thursday this week. The patches move tf-m test specific configurations to tf-m-tests repo. I'd be grateful if you can give me more suggestions or enhancements.
* [TF-M patchhttps://review.trustedfirmware.org/c/TF-M/trusted-firmware-m/+/10647] * [tf-m-tests patchhttps://review.trustedfirmware.org/c/TF-M/tf-m-tests/+/10556]
Best Regards Jianliang Shen
From: Jianliang Shen Sent: 08 September 2021 11:42 To: tf-m@lists.trustedfirmware.orgmailto:tf-m@lists.trustedfirmware.org; Anton Komlev <Anton.Komlev@arm.commailto:Anton.Komlev@arm.com>; David Hu <David.Hu@arm.commailto:David.Hu@arm.com> Cc: nd <nd@arm.commailto:nd@arm.com> Subject: RE: [RFC] Decoupling tf-m-tests from TF-M
Hi all,
Based on previous TF-M and tf-m-tests repo decoupling and test configuration refinement work, we prepare to move test configurations into tf-m-tests/test/config folder. This is also a part of decoupling work.
With the decoupling work:
* Developers can focus on tf-m-tests without changes in TF-M. * The compilation process becomes clearer.
I have proposed another two patch sets about moving profiling test configurations into tf-m-tests repo:
* [TF-M patchhttps://review.trustedfirmware.org/c/TF-M/trusted-firmware-m/+/10647] * [tf-m-tests patchhttps://review.trustedfirmware.org/c/TF-M/tf-m-tests/+/10556]
I'd be grateful if you can give any suggestion or enhancement for me. Thanks.
Best Regards Jianliang Shen
From: TF-M <tf-m-bounces@lists.trustedfirmware.orgmailto:tf-m-bounces@lists.trustedfirmware.org> On Behalf Of David Hu via TF-M Sent: Monday, September 6, 2021 4:42 PM To: tf-m@lists.trustedfirmware.orgmailto:tf-m@lists.trustedfirmware.org Cc: nd <nd@arm.commailto:nd@arm.com> Subject: Re: [TF-M] [RFC] Decoupling tf-m-tests from TF-M
Hi all,
I'd like to merge the following patch set tomorrow, if there is no more major comment.
* Decouple tf-m-tests specific config setting from trusted-firmware-m.
[TF-M patchhttps://review.trustedfirmware.org/c/TF-M/trusted-firmware-m/+/11167][tf-m-tests patchhttps://review.trustedfirmware.org/c/TF-M/tf-m-tests/+/11169]
* Decouple tf-m-tests secure log from non-secure log. Switch tf-m-tests secure log to TF-M SP log.
[TF-M patchhttps://review.trustedfirmware.org/c/TF-M/trusted-firmware-m/+/11153][tf-m-tests patchhttps://review.trustedfirmware.org/c/TF-M/tf-m-tests/+/11131/]
After the above patches are merged, there are two major changes:
* tf-m-tests dedicated configuration setup process will be moved to tf-m-test repo, from TF-M. Therefore you can update tf-m-tests config setting, without modifying TF-M repo. * Tf-m-tests commit ID is specified in TF-M `lib\ext\tf-m-tests\repo_config_default.cmake`, rather than in TF-M main `config_default.cmake`. You can update tf-m-tests commit ID in TF-M without touching the large `config_default.cmake`.
Any suggestion or comment is always welcome!
Best regards, Hu Ziji
From: TF-M <tf-m-bounces@lists.trustedfirmware.orgmailto:tf-m-bounces@lists.trustedfirmware.org> On Behalf Of David Hu via TF-M Sent: Tuesday, August 24, 2021 5:33 PM To: tf-m@lists.trustedfirmware.orgmailto:tf-m@lists.trustedfirmware.org Cc: nd <nd@arm.commailto:nd@arm.com> Subject: [TF-M] [RFC] Decoupling tf-m-tests from TF-M
Hi all,
As you may know, Jianliang and I are working to better decouple tf-m-tests from trusted-firmware-m repo. The purpose of the decoupling enhancement includes:
* Making it more easier to integrate TF-M and port tf-m-tests * Making it more easier to develop TF-M tests, to minimize the changes to TF-M source code or build system. * Making it more flexible to re-structure tf-m-tests and minimize the impact to TF-M
Previously Jianliang has decouple test case control and enable users to select single NS/S regression test case in build and test.
Currently we are focusing on decoupling tf-m-tests specific config setting from TF-M. So far we have proposed the following major changes:
* Decouple tf-m-tests specific config setting from trusted-firmware-m.
[TF-M patchhttps://review.trustedfirmware.org/c/TF-M/trusted-firmware-m/+/11167][tf-m-tests patchhttps://review.trustedfirmware.org/c/TF-M/tf-m-tests/+/11169/1]
* Move tf-m-tests specific configs to tf-m-tests repo from trusted-firmware-m
[TF-M patchhttps://review.trustedfirmware.org/c/TF-M/trusted-firmware-m/+/10647][tf-m-tests patchhttps://review.trustedfirmware.org/c/TF-M/tf-m-tests/+/10556] More patch sets for decoupling are under review as well.
* Decouple tf-m-tests secure log from non-secure log. Switch tf-m-tests secure log to TF-M SP log.
[TF-M patchhttps://review.trustedfirmware.org/c/TF-M/trusted-firmware-m/+/11153][tf-m-tests patchhttps://review.trustedfirmware.org/c/TF-M/tf-m-tests/+/11131/3]
* Trigger secure regression tests in TF-M SPE in IPC model, to simplify multi-core development/tests
[TF-M patchhttps://review.trustedfirmware.org/c/TF-M/trusted-firmware-m/+/11181][tf-m-tests patchhttps://review.trustedfirmware.org/c/TF-M/tf-m-tests/+/11182]
I'd appreciate it if you can take a look at the patch sets above. Any suggestion or comment is welcome. If you have any specific requirement or suggestion of tf-m-tests enhancement, please feel free to contact Jianliang and me. Thanks in advance.
Best regards, Hu Ziji
tf-m@lists.trustedfirmware.org