Lines Matching +full:write +full:- +full:protected
3 TF-M Regression Test Sample
9 Run both the Secure and Non-secure TF-M Regression tests using the Zephyr build system.
11 The build system will replace the Zephyr application with the Non-Secure TF-M test application,
12 while the Secure tests will be included in the TF-M build itself.
14 The TF-M regression tests are implemented in the tf-m-tests repo: https://git.trustedfirmware.org/T…
16 …tforms that are supported in the trusted-firmware-m repo: https://git.trustedfirmware.org/TF-M/tru…
22 Tests for both the secure and non-secure domain are enabled by default, controlled via the CONFIG_T…
27 Refer to :zephyr:code-sample:`tfm_ipc` for detailed instructions.
32 Refer to :zephyr:code-sample:`tfm_ipc` for detailed instructions.
35 .. code-block:: bash
37 $ west build samples/tfm_integration/tfm_regression_test/ -p -b mps2/an521/cpu0/ns -t run
42 .. code-block:: console
44 Non-Secure system starting...
54 TEST: TFM_PS_TEST_3001 - PASSED!
58 TEST: TFM_PS_TEST_3002 - PASSED!
64 Test suite 'PSA protected storage S interface tests (TFM_PS_TEST_2XXX)' has PASSED
76 #### Execute test suites for the Non-secure area ####
80 Running Test Suite Core non-secure positive tests (TFM_CORE_TEST_1XXX)...
83 TEST: TFM_CORE_TEST_1001 - PASSED!
86 TEST: TFM_CORE_TEST_1003 - PASSED!
89 TEST: TFM_CORE_TEST_1007 - PASSED!
92 TEST: TFM_CORE_TEST_1008 - PASSED!
95 TEST: TFM_CORE_TEST_1010 - PASSED!
98 TEST: TFM_CORE_TEST_1015 - PASSED!
100 Description: 'Test outvec write'
101 TEST: TFM_CORE_TEST_1016 - PASSED!
106 *** Non-secure test suites summary ***
107 Test suite 'PSA protected storage NS interface tests (TFM_PS_TEST_1XXX)' has PASSED
109 Test suite 'Crypto non-secure interface test (TFM_CRYPTO_TEST_6XXX)' has PASSED
110 Test suite 'Platform Service Non-Secure interface tests(TFM_PLATFORM_TEST_2XXX)' has PASSED
111 …Test suite 'Initial Attestation Service non-secure interface tests(TFM_ATTEST_TEST_2XXX)' has PAS…
114 Test suite 'Core non-secure positive tests (TFM_CORE_TEST_1XXX)' has PASSED
115 Test suite 'IPC non-secure interface test (TFM_IPC_TEST_1XXX)' has PASSED
117 *** End of Non-secure test suites ***