Home
last modified time | relevance | path

Searched full:install (Results 1 – 25 of 100) sorted by relevance

1234

/trusted-firmware-m-3.7.0/cmake/
Dinstall.cmake13 install(DIRECTORY ${CMAKE_BINARY_DIR}/bin/
19 install(FILES ${CMAKE_BINARY_DIR}/secure_fw/s_veneers.o
25 install(FILES ${INTERFACE_INC_DIR}/psa/client.h
29 install(FILES ${CMAKE_BINARY_DIR}/generated/interface/include/psa_manifest/sid.h
32 install(FILES ${CMAKE_BINARY_DIR}/generated/interface/include/config_impl.h
35 install(FILES ${INTERFACE_INC_DIR}/tfm_veneers.h
39 install(FILES ${INTERFACE_INC_DIR}/tfm_ns_client_ext.h
42 install(FILES ${CMAKE_SOURCE_DIR}/secure_fw/include/config_tfm.h
44 install(FILES ${CMAKE_SOURCE_DIR}/config/config_base.h
47 install(FILES ${INTERFACE_INC_DIR}/tfm_psa_call_pack.h
[all …]
/trusted-firmware-m-3.7.0/platform/ext/target/cypress/psoc64/
Dinstall.cmake10 install(FILES ${TARGET_PLATFORM_PATH}/Device/Config/device_cfg.h
13 install(FILES ${TARGET_PLATFORM_PATH}/security/policy/policy_multi_CM0_CM4_tfm_dev_certs.json
16 install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/Device/Source/armclang/psoc6_ns.sct
21 install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/Device/Source/armclang/startup_psoc64_ns.s
24 install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/Device/Source/gcc/startup_psoc64_ns.S
27 install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/Device/Source/iar/startup_psoc64_ns.s
30 install(FILES ${TARGET_PLATFORM_PATH}/ns/cpuarch_ns.cmake
34 install(FILES ${TARGET_PLATFORM_PATH}/ns/CMakeLists.txt
37 install(FILES ${TARGET_PLATFORM_PATH}/mailbox/platform_ns_mailbox.c
43 install(FILES ${TARGET_PLATFORM_PATH}/Device/Source/system_psoc6_cm4.c
[all …]
/trusted-firmware-m-3.7.0/docs/platform/arm/corstone1000/
Dreadme.rst70 - Install FVP by running the shell script.
78 cmake --build build -- install
79 dd conv=notrunc bs=1 if=build/install/outputs/bl1_1.bin of=build/install/outputs/bl1.bin seek=0
80 …dd conv=notrunc bs=1 if=build/install/outputs/bl1_provisioning_bundle.bin of=build/install/outputs…
81 ./platform/ext/target/arm/corstone1000/create-flash-image.sh build/install/outputs cs1000.bin
83install/outputs/bl1.bin" -C board.xnvm_size=64 -C se.trustedSRAM_config=6 -C se.BootROM_config="3"…
96 cmake --build build -- install
97 dd conv=notrunc bs=1 if=build/install/outputs/bl1_1.bin of=build/install/outputs/bl1.bin seek=0
98 …dd conv=notrunc bs=1 if=build/install/outputs/bl1_provisioning_bundle.bin of=build/install/outputs…
99 ./platform/ext/target/arm/corstone1000/create-flash-image.sh build/install/outputs cs1000.bin
[all …]
/trusted-firmware-m-3.7.0/platform/ext/target/stm/stm32h573i_dk/
DCMakeLists.txt37 install(FILES
45 install(FILES
49 ################# Install platform files for NS build #################
52 install(FILES ${TARGET_PLATFORM_PATH}/cpuarch.cmake
55 install(DIRECTORY ${TARGET_PLATFORM_PATH}/ns/
58 install(DIRECTORY ${TARGET_PLATFORM_PATH}/include
61 install(FILES ${TARGET_PLATFORM_PATH}/accelerator/crypto_accelerator_config.h
64 install(DIRECTORY ${STM_COMMON_DIR}/hal/accelerator/
68 install(DIRECTORY ${PLATFORM_DIR}/ext/common
72 # Install test configs
[all …]
/trusted-firmware-m-3.7.0/docs/platform/lairdconnectivity/bl5340_dvk_cpuapp/
DREADME.rst38 ``brew install coreutils``.
46 $ make install
69 To install the J-Link Software and documentation pack, follow the steps below:
73 #. Depending on your platform, install the package or run the installer
84 To install them, visit `nRF Command-Line Tools`_ and select your operating
97 having followed the instructions to install the Segger J-Link Software and the
104 …srec_cat install/outputs/LAIRDCONNECTIVITY/BL5340_DVK_CPUAPP/tfm_s_ns_signed.bin -binary --offset=…
117 …nrfjprog --program <sample folder>/install/outputs/LAIRDCONNECTIVITY/BL5340_DVK_CPUAPP/bl2.hex -f …
118 …nrfjprog --program <sample folder>/install/outputs/LAIRDCONNECTIVITY/BL5340_DVK_CPUAPP/tfm_s_ns_si…
130 having followed the instructions to install the Segger J-Link Software and the
[all …]
/trusted-firmware-m-3.7.0/platform/ext/target/stm/nucleo_l552ze_q/
DCMakeLists.txt23 install(FILES
28 install(FILES
33 install(DIRECTORY
38 install(DIRECTORY
43 install(FILES
48 install(DIRECTORY
54 install(FILES
67 install(FILES ${TARGET_PLATFORM_PATH}/partition/flash_layout.h
72 install(FILES ${BL2_FILE_TO_PREPROCESS}
/trusted-firmware-m-3.7.0/platform/ext/target/stm/b_u585i_iot02a/
DCMakeLists.txt36 install(FILES
41 install(FILES
46 install(DIRECTORY
51 install(DIRECTORY
56 install(FILES
61 install(DIRECTORY
67 install(FILES
83 #install flash layout for postbuild.sh
84 install(FILES
92 install(FILES
/trusted-firmware-m-3.7.0/platform/ext/target/stm/stm32l562e_dk/
DCMakeLists.txt25 install(FILES
30 install(FILES
35 install(DIRECTORY
40 install(DIRECTORY
45 install(FILES
50 install(DIRECTORY
56 install(FILES
78 install(FILES ${TARGET_PLATFORM_PATH}/partition/flash_layout.h
83 install(FILES
/trusted-firmware-m-3.7.0/platform/ext/target/arm/musca_s1/
DCMakeLists.txt151 install(FILES ${PLATFORM_DIR}/ext/target/arm/drivers/usart/pl011/uart_pl011_drv.c
156 install(DIRECTORY Native_Driver
163 install(FILES target_cfg.h
173 install(DIRECTORY Device/Include
178 install(FILES ${PLATFORM_DIR}/ext/driver/Driver_Common.h
184 install(DIRECTORY ${TARGET_PLATFORM_PATH}/ns/
187 install(FILES ${TARGET_PLATFORM_PATH}/cpuarch.cmake
191 # Install linker scripts
192 install(FILES ${PLATFORM_DIR}/ext/common/armclang/tfm_common_ns.sct
197 # Install test configs
[all …]
/trusted-firmware-m-3.7.0/platform/ext/target/arm/musca_b1/
DCMakeLists.txt218 install(FILES ${PLATFORM_DIR}/ext/driver/Driver_Common.h
223 install(FILES Device/Source/startup_musca.c
229 install(FILES ${PLATFORM_DIR}/ext/target/arm/drivers/usart/pl011/uart_pl011_drv.c
235 install(DIRECTORY CMSIS_Driver/Config
239 install(DIRECTORY Device/Config
244 install(DIRECTORY partition
249 install(FILES target_cfg.h
258 install(DIRECTORY ${TARGET_PLATFORM_PATH}/ns/
261 install(FILES ${TARGET_PLATFORM_PATH}/cpuarch.cmake
265 # Install linker scripts
[all …]
/trusted-firmware-m-3.7.0/platform/ext/target/nuvoton/m2351/
DCMakeLists.txt152 install(FILES ${TARGET_PLATFORM_PATH}/device/source/startup_m2351.c
157 install(DIRECTORY ${TARGET_PLATFORM_PATH}/device
163 install(DIRECTORY ${TARGET_PLATFORM_PATH}/../common/bsp/Include
166 install(DIRECTORY ${PLATFORM_DIR}/ext/target/nuvoton/common/bsp/StdDriver/inc
169 install(DIRECTORY ${PLATFORM_DIR}/ext/driver
172 install(FILES ${PLATFORM_DIR}/ext/target/nuvoton/common/native_drivers/arm_uart_drv.h
188 install(DIRECTORY ${TARGET_PLATFORM_PATH}/partition
192 install(DIRECTORY ${TARGET_PLATFORM_PATH}/ns/
195 install(FILES ${TARGET_PLATFORM_PATH}/cpuarch.cmake
199 install(FILES ${TARGET_PLATFORM_PATH}/device/source/gcc/m2351_ns.ld
[all …]
/trusted-firmware-m-3.7.0/platform/ext/target/nuvoton/m2354/
DCMakeLists.txt154 install(FILES ${TARGET_PLATFORM_PATH}/device/source/startup_m2354.c
159 install(DIRECTORY ${TARGET_PLATFORM_PATH}/device
165 install(DIRECTORY ${TARGET_PLATFORM_PATH}/../common/bsp/Include
168 install(DIRECTORY ${PLATFORM_DIR}/ext/target/nuvoton/common/bsp/StdDriver/inc
171 install(DIRECTORY ${PLATFORM_DIR}/ext/driver
174 install(FILES ${PLATFORM_DIR}/ext/target/nuvoton/common/native_drivers/arm_uart_drv.h
190 install(DIRECTORY ${TARGET_PLATFORM_PATH}/partition
194 install(DIRECTORY ${TARGET_PLATFORM_PATH}/ns/
197 install(FILES ${TARGET_PLATFORM_PATH}/cpuarch.cmake
201 install(FILES ${TARGET_PLATFORM_PATH}/device/source/gcc/m2354_ns.ld
[all …]
/trusted-firmware-m-3.7.0/platform/ext/target/arm/mps2/an519/
DCMakeLists.txt125 install(FILES ${TARGET_PLATFORM_PATH}/native_drivers/arm_uart_drv.c
131 install(DIRECTORY ${TARGET_PLATFORM_PATH}/cmsis_core
135 install(DIRECTORY ${PLATFORM_DIR}/ext/driver
138 install(FILES ${TARGET_PLATFORM_PATH}/native_drivers/arm_uart_drv.h
155 install(DIRECTORY ${TARGET_PLATFORM_PATH}/partition
159 install(DIRECTORY ${TARGET_PLATFORM_PATH}/ns/
162 install(FILES ${TARGET_PLATFORM_PATH}/cpuarch.cmake
166 install(FILES ${PLATFORM_DIR}/ext/common/gcc/tfm_common_ns.ld
171 # Install test configs
172 install(DIRECTORY ${TARGET_PLATFORM_PATH}/tests
/trusted-firmware-m-3.7.0/platform/ext/target/nordic_nrf/nrf9161dk_nrf9161/
DCMakeLists.txt48 install(FILES ../common/nrf9120/cpuarch.cmake
52 install(FILES ${CMAKE_CURRENT_LIST_DIR}/ns/cpuarch_ns.cmake
58 install(FILES services/include/tfm_ioctl_api.h
63 install(FILES RTE_Device.h
70 install(DIRECTORY tests
/trusted-firmware-m-3.7.0/docs/building/
Ddocumentation_generation.rst43 sudo apt-get install -y doxygen graphviz default-jre
49 sudo apt-get install -y doxygen-latex
51 # Install the required Python modules
52 pip3 install --upgrade pip
54 pip3 install -r docs/requirements.txt
58 Download and install the following tools:
77 # Install the required Python modules
78 pip3 install --upgrade pip
80 pip3 install -r docs\requirements.txt
/trusted-firmware-m-3.7.0/platform/ext/target/arm/mps2/an521/
DCMakeLists.txt145 install(FILES ${PLATFORM_DIR}/ext/common/test_interrupt.c
152 install(DIRECTORY ${TARGET_PLATFORM_PATH}/cmsis_core
156 install(DIRECTORY ${PLATFORM_DIR}/ext/driver
159 install(FILES ${TARGET_PLATFORM_PATH}/partition/region_defs.h
179 install(FILES ${PLATFORM_DIR}/ext/common/gcc/tfm_common_ns.ld
185 install(DIRECTORY ${TARGET_PLATFORM_PATH}/ns/
188 install(FILES ${TARGET_PLATFORM_PATH}/cpuarch.cmake
192 install(FILES ${TARGET_PLATFORM_PATH}/config.cmake
195 # Install test configs
196 install(DIRECTORY ${TARGET_PLATFORM_PATH}/tests
/trusted-firmware-m-3.7.0/platform/ext/target/arm/mps3/corstone300/an552/
DCMakeLists.txt48 install(FILES ${TARGET_PLATFORM_PATH}/partition/platform_base_address.h
51 install(DIRECTORY ${TARGET_PLATFORM_PATH}/device
54 install(FILES ${TARGET_PLATFORM_PATH}/ns/cpuarch_ns.cmake
58 install(FILES ${TARGET_PLATFORM_PATH}/ns/CMakeLists.txt
61 install(FILES ${TARGET_PLATFORM_PATH}/config.cmake
/trusted-firmware-m-3.7.0/platform/ext/target/armchina/mps3/alcor/an557/
DCMakeLists.txt53 install(FILES ${TARGET_PLATFORM_PATH}/partition/platform_base_address.h
56 install(DIRECTORY ${TARGET_PLATFORM_PATH}/device
59 install(FILES ${TARGET_PLATFORM_PATH}/ns/cpuarch_ns.cmake
63 install(FILES ${TARGET_PLATFORM_PATH}/ns/CMakeLists.txt
66 install(FILES ${TARGET_PLATFORM_PATH}/config.cmake
/trusted-firmware-m-3.7.0/platform/ext/target/arm/mps3/corstone300/an547/
DCMakeLists.txt53 install(FILES ${TARGET_PLATFORM_PATH}/partition/platform_base_address.h
56 install(DIRECTORY ${TARGET_PLATFORM_PATH}/device
59 install(FILES ${TARGET_PLATFORM_PATH}/ns/cpuarch_ns.cmake
63 install(FILES ${TARGET_PLATFORM_PATH}/ns/CMakeLists.txt
66 install(FILES ${TARGET_PLATFORM_PATH}/config.cmake
/trusted-firmware-m-3.7.0/platform/ext/target/nordic_nrf/nrf9160dk_nrf9160/
DCMakeLists.txt50 install(FILES ${CMAKE_CURRENT_LIST_DIR}/ns/cpuarch_ns.cmake
55 install(FILES ../common/nrf9160/cpuarch.cmake
60 install(FILES services/include/tfm_ioctl_api.h
65 install(FILES RTE_Device.h
72 install(DIRECTORY tests
/trusted-firmware-m-3.7.0/platform/ext/target/armchina/mps3/alcor/common/
Dcommon.cmake276 install(FILES ${ALCOR_COMMON_DIR}/cmsis_drivers/Driver_USART.c
281 install(FILES ${PLATFORM_DIR}/ext/common/common_target_cfg.h
286 install(DIRECTORY ${ALCOR_COMMON_DIR}/device
291 install(DIRECTORY ${PLATFORM_DIR}/ext/target/arm/drivers
294 install(FILES ${PLATFORM_DIR}/ext/driver/Driver_USART.h
298 install(FILES ${PLATFORM_DIR}/include/tfm_plat_defs.h
301 install(DIRECTORY ${ALCOR_COMMON_DIR}/partition
304 install(FILES ${ALCOR_COMMON_DIR}/cpuarch.cmake
311 install(FILES ${ALCOR_COMMON_DIR}/check_config.cmake
314 install(DIRECTORY ${ALCOR_COMMON_DIR}/tests
[all …]
/trusted-firmware-m-3.7.0/platform/ext/target/arm/mps3/corstone310/common/
Dcommon.cmake256 install(FILES ${CORSTONE310_COMMON_DIR}/cmsis_drivers/Driver_USART.c
261 install(DIRECTORY ${CORSTONE310_COMMON_DIR}/device
266 install(DIRECTORY ${PLATFORM_DIR}/ext/target/arm/drivers
269 install(FILES ${PLATFORM_DIR}/ext/driver/Driver_USART.h
273 install(FILES ${CORSTONE310_COMMON_DIR}/target_cfg.h
278 install(FILES ${PLATFORM_DIR}/ext/common/common_target_cfg.h
283 install(DIRECTORY ${CORSTONE310_COMMON_DIR}/partition
286 install(FILES ${CORSTONE310_COMMON_DIR}/cpuarch.cmake
293 install(DIRECTORY ${CORSTONE310_COMMON_DIR}/tests
297 # Install linker scripts
[all …]
/trusted-firmware-m-3.7.0/platform/ext/target/arm/mps3/corstone300/common/
Dcommon.cmake256 install(FILES ${CORSTONE300_COMMON_DIR}/cmsis_drivers/Driver_USART.c
261 install(DIRECTORY ${CORSTONE300_COMMON_DIR}/device
266 install(DIRECTORY ${PLATFORM_DIR}/ext/target/arm/drivers
269 install(FILES ${PLATFORM_DIR}/ext/driver/Driver_USART.h
273 install(FILES ${CORSTONE300_COMMON_DIR}/target_cfg.h
278 install(FILES ${PLATFORM_DIR}/ext/common/common_target_cfg.h
283 install(DIRECTORY ${CORSTONE300_COMMON_DIR}/partition
286 install(FILES ${CORSTONE300_COMMON_DIR}/cpuarch.cmake
293 install(DIRECTORY ${CORSTONE300_COMMON_DIR}/tests
297 # Install linker scripts
[all …]
/trusted-firmware-m-3.7.0/docs/getting_started/
Dtfm_getting_started.rst61 2. install dependencies:
65 sudo apt-get install -y git curl wget build-essential libssl-dev python3 \
90 2. install dependecies:
105 Install python dependencies
108 Clone the TF-M source code, and then install the TF-M's additional Python
122 dependencies. Install them with ``pip3``:
126 pip3 install --upgrade pip
128 pip3 install -r tools/requirements.txt
139 dependencies. Install them with ``pip3``:
144 pip3 install -r tools\requirements.txt
[all …]
/trusted-firmware-m-3.7.0/platform/ext/target/nxp/lpcxpresso55s69/
DCMakeLists.txt218 install(FILES ${TARGET_PLATFORM_PATH}/project_template/ns/board.c
226 install(DIRECTORY ${NXP_COMMON_DIR}/Device
229 install(DIRECTORY ${TARGET_PLATFORM_PATH}/Device
232 install(DIRECTORY ${NXP_HAL_FILE_PATH}/lpcxpresso55s69/Native_Driver
235 install(DIRECTORY ${NXP_HAL_FILE_PATH}/common/Native_Driver
238 install(FILES ${PLATFORM_DIR}/ext/driver/Driver_Common.h
243 install(FILES ${TARGET_PLATFORM_PATH}/project_template/ns/app.h
253 install(DIRECTORY ${TARGET_PLATFORM_PATH}/partition
256 install(FILES ${PLATFORM_DIR}/ext/common/gcc/tfm_common_ns.ld
262 install(DIRECTORY ${TARGET_PLATFORM_PATH}/ns/
[all …]

1234