Home
last modified time | relevance | path

Searched refs:m (Results 1 – 25 of 160) sorted by relevance

1234567

/trusted-firmware-m-3.7.0/docs/platform/stm/b_u585i_iot02a/
Dreadme.rst23 cd <trusted-firmware-m folder>
25 git clone https://git.trustedfirmware.org/TF-M/tf-m-tests.git
26 git checkout <recommended tf-m-tests commit>
30 cmake -S /../tf-m-tests/tests_reg/spe -B . -GNinja -DTFM_PLATFORM=stm/b_u585i_iot02a
32 -DCONFIG_TFM_SOURCE_PATH= /../trusted-firmware-m
38 cd <trusted-firmware-m folder>
40 cmake -S /../trusted-firmware-m /../tf-m-tests/tests_reg -B . -GNinja
52 cd <trusted-firmware-m folder>
54 git clone https://git.trustedfirmware.org/TF-M/tf-m-tests.git
55 git checkout <recommended tf-m-tests commit>
[all …]
/trusted-firmware-m-3.7.0/docs/platform/stm/stm32h573i_dk/
Dreadme.rst23 cd <trusted-firmware-m folder>
25 git clone https://git.trustedfirmware.org/TF-M/tf-m-tests.git
26 git checkout <recommended tf-m-tests commit>
30 cmake -S /../tf-m-tests/tests_reg/spe -B . -GNinja -DTFM_PLATFORM=stm/stm32h573i_dk
32 -DCONFIG_TFM_SOURCE_PATH= /../trusted-firmware-m
38 cd <trusted-firmware-m folder>
40 cmake -S /../trusted-firmware-m /../tf-m-tests/tests_reg -B . -GNinja
52 cd <trusted-firmware-m folder>
54 git clone https://git.trustedfirmware.org/TF-M/tf-m-tests.git
55 git checkout <recommended tf-m-tests commit>
[all …]
/trusted-firmware-m-3.7.0/docs/platform/stm/stm32l562e_dk/
Dreadme.rst23 cd <trusted-firmware-m folder>
25 git clone https://git.trustedfirmware.org/TF-M/tf-m-tests.git
26 git checkout <recommended tf-m-tests commit>
30 cmake -S /../tf-m-tests/tests_reg/spe -B . -GNinja -DTFM_PLATFORM=stm/stm32l562e_dk
32 -DCONFIG_TFM_SOURCE_PATH= /../trusted-firmware-m
38 cd <trusted-firmware-m folder>
40 cmake -S /../trusted-firmware-m /../tf-m-tests/tests_reg -B . -GNinja
52 cd <trusted-firmware-m folder>
54 git clone https://git.trustedfirmware.org/TF-M/tf-m-tests.git
55 git checkout <recommended tf-m-tests commit>
[all …]
/trusted-firmware-m-3.7.0/docs/platform/stm/nucleo_l552ze_q/
Dreadme.rst23 cd <trusted-firmware-m folder>
25 git clone https://git.trustedfirmware.org/TF-M/tf-m-tests.git
26 git checkout <recommended tf-m-tests commit>
30 cmake -S /../tf-m-tests/tests_reg/spe -B . -GNinja -DTFM_PLATFORM=stm/nucleo_l552ze_q
32 -DCONFIG_TFM_SOURCE_PATH= /../trusted-firmware-m
38 cd <trusted-firmware-m folder>
40 cmake -S /../trusted-firmware-m /../tf-m-tests/tests_reg -B . -GNinja
52 cd <trusted-firmware-m folder>
54 git clone https://git.trustedfirmware.org/TF-M/tf-m-tests.git
55 git checkout <recommended tf-m-tests commit>
[all …]
/trusted-firmware-m-3.7.0/bl2/ext/mcuboot/scripts/
Dmacro_parser.py26 m = expression_re.match(text)
27 if m is None:
35 nums = re.findall(r'0x[A-Fa-f0-9]+|[\d]+', m.group(0))
38 ops = re.findall(r'\+|\-', m.group(0))
66 m = regexp_compiled.match(line)
67 if m is not None:
68 macroValue[m.group(matchGroupKey)] = \
69 parse_and_sum(m.group(matchGroupData))
/trusted-firmware-m-3.7.0/lib/ext/cmsis/
D0001-iar-Add-missing-v8.1m-check.patch4 Subject: [PATCH] iar: Add missing v8.1m check
11 CMSIS/Core/Include/m-profile/cmsis_iccarm_m.h | 2 +-
14 diff --git a/CMSIS/Core/Include/m-profile/cmsis_iccarm_m.h b/CMSIS/Core/Include/m-profile/cmsis_icc…
16 --- a/CMSIS/Core/Include/m-profile/cmsis_iccarm_m.h
17 +++ b/CMSIS/Core/Include/m-profile/cmsis_iccarm_m.h
/trusted-firmware-m-3.7.0/
Dreadme.rst36 `TF-M mailing list <tf-m@lists.trustedfirmware.org>`__.
38 .. _License: https://tf-m-user-guide.trustedfirmware.org/contributing/lic.html
39 .. _Contribution guidelines: https://tf-m-user-guide.trustedfirmware.org/contributing/contributing_…
40 .. _Build instructions: https://tf-m-user-guide.trustedfirmware.org/building/tfm_build_instruction.…
41 .. _TF-M getting started: https://tf-m-user-guide.trustedfirmware.org/getting_started/tfm_getting_s…
42 .. _Run TF-M examples on Arm platforms: https://tf-m-user-guide.trustedfirmware.org/building/run_tf…
43 .. _ARMv7-M and Armv8-M: https://developer.arm.com/architectures/cpu-architecture/m-profile
44 …hitecture: https://developer.arm.com/docs/100688/latest/an-introduction-to-the-armv8-m-architecture
48 .. _Documentation home: https://tf-m-user-guide.trustedfirmware.org/index.html
50 .. _Release notes: https://tf-m-user-guide.trustedfirmware.org/releases/index.html
/trusted-firmware-m-3.7.0/lib/ext/tf-m-extras/
DCMakeLists.txt10 # If tf-m-extras partitions are required, please set TFM_EXTRAS_REPO_PATH to
13 set(TFM_EXTRAS_REPO_PATH "" CACHE PATH "Path to tf-m-extras repo (or DOWN…
14 set(TFM_EXTRAS_REPO_VERSION "" CACHE STRING "The version of tf-m-extras to use…
17 LIB_NAME tf-m-extras
20 GIT_REPOSITORY https://git.trustedfirmware.org/TF-M/tf-m-extras.git
/trusted-firmware-m-3.7.0/docs/platform/nxp/lpcxpresso55s69/
DREADME.rst9 Prepare the tf-m-tests repository inside the TF-M base folder.
14 git clone https://git.trustedfirmware.org/TF-M/tf-m-tests.git
24 cd <TF-M base folder>/tf-m-test/tests_reg
25 …pcxpresso55s69 -DCONFIG_TFM_SOURCE_PATH=<TF-M base folder>/trusted-firmware-m -G"Unix Makefiles" -…
27 …cmake -S . -B build_test -G"Unix Makefiles" -DCONFIG_SPE_PATH=<TF-M base folder>/tf-m-tests/tests_…
37 cd <TF-M base folder>/tf-m-test/tests_reg
38 …pcxpresso55s69 -DCONFIG_TFM_SOURCE_PATH=<TF-M base folder>/trusted-firmware-m -G"Unix Makefiles" -…
40 …cmake -S . -B build_test -G"Unix Makefiles" -DCONFIG_SPE_PATH=<TF-M base folder>/tf-m-tests/tests_…
50 cd <TF-M base folder>/tf-m-test/tests_reg
51 …pcxpresso55s69 -DCONFIG_TFM_SOURCE_PATH=<TF-M base folder>/trusted-firmware-m -G"Unix Makefiles" -…
[all …]
/trusted-firmware-m-3.7.0/docs/building/
Dtests_build_instruction.rst9 it adds the corresponding folder via ``add_subdirectory(${CONFIG_TFM_TEST_DIR} tf-m-tests)``
13 To hide these complexities to developers, TF-M implements a wrapper CMake in **tf-m-tests**
16 The recommended tf-m-tests repo commit to verify TF-M can be found at
17 ``<TF-M source dir>/lib/ext/tf-m-tests/version.txt``.
23 git clone https://git.trustedfirmware.org/TF-M/tf-m-tests.git
24 git checkout <recommended tf-m-tests commit>
29 please refer to the documentation in **tf-m-tests** repository (to be added).
37 cd </tf-m-tests/tests_reg>
50 ``default_ns_test_config.cmake`` files in tf-m-tests repo.
89 cd </tf-m-tests/tests_psa_arch folder>
[all …]
/trusted-firmware-m-3.7.0/platform/
DKconfig.arch36 default "armv6-m" if ARCH_ARM_V6M
37 default "armv7-m" if ARCH_ARM_V7M
38 default "armv8-m.base" if ARCH_ARM_V80MB
39 default "armv8-m.main" if ARCH_ARM_V80MM
40 default "armv8.1-m.main" if ARCH_ARM_V81M
/trusted-firmware-m-3.7.0/docs/introduction/
Dreadme.rst64 * - `trusted-firmware-m <https://git.trustedfirmware.org/TF-M/trusted-firmware-m.git/tree/>`_
66 * - `tf-m-tests <https://git.trustedfirmware.org/TF-M/tf-m-tests.git/tree/>`_
68 * - `tf-m-tools <https://git.trustedfirmware.org/TF-M/tf-m-tools.git/tree/>`_
70 * - `tf-m-extras <https://git.trustedfirmware.org/TF-M/tf-m-extras.git/tree/>`_
98 - ``tf-m-extras`` - Set of additional components. Please check individually in
99 `tf-m-extras repository <https://git.trustedfirmware.org/TF-M/tf-m-extras.git/tree/>`_
121 `tf-m@lists.trustedfirmware.org <tf-m@lists.trustedfirmware.org>`__.
124 online. Welcome to join `TF-M Forum <https://www.trustedfirmware.org/meetings/tf-m-technical-forum>…
131 …Zone technology: https://developer.arm.com/ip-products/security-ip/trustzone/trustzone-for-cortex-m
/trusted-firmware-m-3.7.0/docs/
Dindex.rst109 TF-M Tests <https://trustedfirmware-m.readthedocs.io/projects/tf-m-tests/en/latest/>
110 TF-M Tools <https://trustedfirmware-m.readthedocs.io/projects/tf-m-tools/en/latest/>
111 TF-M Extras <https://trustedfirmware-m.readthedocs.io/projects/tf-m-extras/en/latest/>
112 …ce <https://ci.trustedfirmware.org/job/tf-m-build-docs-nightly/lastSuccessfulBuild/artifact/truste…
/trusted-firmware-m-3.7.0/platform/ext/target/cypress/psoc64/libs/core-lib/docs/html/
Djquery.js60m,l,i,n){a.each(f,function(){l-=parseFloat(a.curCSS(m,"padding"+this,true))||0;if(i){l-=parseFloat… argument
81m=["padding",/ne|nw|n/.test(n)?"Top":/se|sw|s/.test(n)?"Bottom":/^e$/.test(n)?"Right":"Left"].join… argument
89m=a(),k=function(q){return q},l=k,o=k;j.start=function(){p||n()};j.stop=function(){p&&clearTimeout…
96m(U,R,V);if(S!==p.none){T=a(S);if(T===1){if(S===p.right){U.set("left",c.windowWidth-R)}else{if(S==… function
115m){var n=".smartmenus_mouse";if(!h&&!m){var o=true,l=null;a(document).bind(i([["mousemove",functio… argument
/trusted-firmware-m-3.7.0/secure_fw/spm/include/
Dutilities.h28 #define M2S(m) STRINGIFY_EXPAND(m) argument
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/mbedtls_api/
Dcc_ecp_internal.c144 const mbedtls_mpi *m, const mbedtls_ecp_point *P ) in ecp_mont_mul() argument
159 ret = ecc_conv_mpi_to_scalar(m, scalar, &scalarSize); in ecp_mont_mul()
212 const mbedtls_mpi *m, const mbedtls_ecp_point *P ) in ecp_wrst_mul() argument
257 …rc = PkaEcWrstScalarMult(pDomain, m->MBEDTLS_PRIVATE(p), m->MBEDTLS_PRIVATE(n), P->MBEDTLS_PRIVATE… in ecp_wrst_mul()
281 const mbedtls_mpi *m, const mbedtls_ecp_point *P, in cc_ecp_mul() argument
290 if (NULL == grp || NULL == R || NULL == m || NULL == P ) in cc_ecp_mul()
303 ret = mbedtls_ecp_check_privkey( grp, m ); in cc_ecp_mul()
319 return ecp_mont_mul( R, m, P); in cc_ecp_mul()
325 return ecp_wrst_mul( grp, R, m, P); in cc_ecp_mul()
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/
DREADME.md4 <https://git.trustedfirmware.org/TF-M/trusted-firmware-m.git/plain/lib/ext/cryptocell-312-runtime/d…
9 <https://git.trustedfirmware.org/TF-M/trusted-firmware-m.git/plain/lib/ext/cryptocell-312-runtime/d…
/trusted-firmware-m-3.7.0/docs/platform/nuvoton/m2351/
DREADME.rst11 $ cd tf-m-test/tests_reg
15 -DTFM_TOOLCHAIN_FILE=[tf-m path]/toolchain_GNUARM.cmake \
21 -DCONFIG_SPE_PATH=[tf-m-tests path]/tests_reg/build_spe/api_ns \
/trusted-firmware-m-3.7.0/docs/platform/nuvoton/m2354/
DREADME.rst11 $ cd tf-m-test/tests_reg
15 -DTFM_TOOLCHAIN_FILE=[tf-m path]/toolchain_GNUARM.cmake \
21 -DCONFIG_SPE_PATH=[tf-m-tests path]/tests_reg/build_spe/api_ns \
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/rnd_dma/
Dllf_rnd.c116 static uint32_t ae(uint32_t n, uint32_t m) in ae() argument
124 uint32_t d = n-m, in ae()
242 uint32_t n = h[i] + h[i+halfNB], m = max(h[i], h[i+halfNB]); in LLF_RND_EntropyEstimate() local
248 if (n != m) { /* if active prefix */ in LLF_RND_EntropyEstimate()
255 pp = SQR(m) + SQR(n-m); /* related to theoretical "autocorrelation" probability */ in LLF_RND_EntropyEstimate()
282 t += ae(n, m); in LLF_RND_EntropyEstimate()
/trusted-firmware-m-3.7.0/platform/ext/target/stm/common/hal/accelerator/
Decp_alt.c1450 const mbedtls_mpi *m, const mbedtls_ecp_point *P, in ecp_mul_comb() argument
1466 scalarMulSize = mbedtls_mpi_size(m); in ecp_mul_comb()
1492 MBEDTLS_MPI_CHK( mbedtls_mpi_write_binary( m, m_binary, scalarMulSize ) ); in ecp_mul_comb()
1695 const mbedtls_mpi *m, const mbedtls_ecp_point *P,
1724 i = mbedtls_mpi_bitlen( m ); /* one past the (zero-based) most significant bit */
1727 b = mbedtls_mpi_get_bit( m, i );
1756 const mbedtls_mpi *m, const mbedtls_ecp_point *P,
1766 ECP_VALIDATE_RET( m != NULL );
1791 MBEDTLS_MPI_CHK( mbedtls_ecp_check_privkey( grp, m ) );
1798 MBEDTLS_MPI_CHK( ecp_mul_mxz( grp, R, m, P, f_rng, p_rng ) );
[all …]
/trusted-firmware-m-3.7.0/secure_fw/spm/
DCMakeLists.txt73 $<$<STREQUAL:${TFM_SYSTEM_ARCHITECTURE},armv8.1-m.main>:core/arch/tfm_arch_v8m_main.c>
74 $<$<STREQUAL:${TFM_SYSTEM_ARCHITECTURE},armv8-m.base>:core/arch/tfm_arch_v8m_base.c>
75 $<$<STREQUAL:${TFM_SYSTEM_ARCHITECTURE},armv8-m.main>:core/arch/tfm_arch_v8m_main.c>
76 $<$<STREQUAL:${TFM_SYSTEM_ARCHITECTURE},armv6-m>:core/arch/tfm_arch_v6m_v7m.c>
77 $<$<STREQUAL:${TFM_SYSTEM_ARCHITECTURE},armv7-m>:core/arch/tfm_arch_v6m_v7m.c>
/trusted-firmware-m-3.7.0/platform/ns/
Dtoolchain_ns_IARARM.cmake92 # Can't use the highest optimization with IAR on v8.1m arch because of the
124 $<$<STREQUAL:${TFM_SYSTEM_ARCHITECTURE},armv6-m>:__ARM_ARCH_6M__=1>
125 $<$<STREQUAL:${TFM_SYSTEM_ARCHITECTURE},armv7-m>:__ARM_ARCH_7M__=1>
126 …$<$<AND:$<STREQUAL:${TFM_SYSTEM_ARCHITECTURE},armv7-m>,$<BOOL:__ARM_FEATURE_DSP>>:__ARM_ARCH_7EM__…
127 $<$<STREQUAL:${TFM_SYSTEM_ARCHITECTURE},armv8-m.base>:__ARM_ARCH_8M_BASE__=1>
128 $<$<STREQUAL:${TFM_SYSTEM_ARCHITECTURE},armv8-m.main>:__ARM_ARCH_8M_MAIN__=1>
129 $<$<STREQUAL:${TFM_SYSTEM_ARCHITECTURE},armv8.1-m.main>:__ARM_ARCH_8_1M_MAIN__=1>
/trusted-firmware-m-3.7.0/secure_fw/partitions/ns_agent_tz/
DCMakeLists.txt21 set(ARM_V80M_ARCH armv8-m.base armv8-m.main)
/trusted-firmware-m-3.7.0/docs/getting_started/
Dtfm_getting_started.rst16 `developer.arm.com <https://developer.arm.com/architectures/cpu-architecture/m-profile>`__.
22 `git.trustedfirmware.org <https://git.trustedfirmware.org/TF-M/trusted-firmware-m.git/>`__.
119 git clone https://git.trustedfirmware.org/TF-M/trusted-firmware-m.git
127 cd trusted-firmware-m
136 git clone https://git.trustedfirmware.org/TF-M/trusted-firmware-m.git
143 cd trusted-firmware-m
255 git clone https://git.trustedfirmware.org/TF-M/tf-m-tests.git
261 cd </tf-m-tests/tests_reg>
267 … cmake -S . -B build_test -DCONFIG_SPE_PATH=<tf-m-tests absolute path>/tests_reg/build_spe/api_ns \
268 …-DCMAKE_BUILD_TYPE=Debug -DTFM_TOOLCHAIN_FILE=<tf-m-tests absolute path>/tests_reg/build_spe/api_n…
[all …]

1234567