Home
last modified time | relevance | path

Searched refs:bl1_2 (Results 1 – 20 of 20) sorted by relevance

/trusted-firmware-m-latest/bl1/bl1_2/
DCMakeLists.txt14 add_executable(bl1_2) target
16 set_target_properties(bl1_2
22 add_convert_to_bin_target(bl1_2)
24 target_link_options(bl1_2
26 $<$<C_COMPILER_ID:GNU>:-Wl,-Map=${CMAKE_BINARY_DIR}/bin/bl1_2.map>
28 $<$<C_COMPILER_ID:IAR>:--map\;${CMAKE_BINARY_DIR}/bin/bl1_2.map>
31 target_compile_options(bl1_2
36 target_link_options(bl1_2
41 target_sources(bl1_2
47 target_link_libraries(bl1_2
[all …]
/trusted-firmware-m-latest/bl1/bl1_1/
DCMakeLists.txt76 get_target_property(bin_dir bl1_2 RUNTIME_OUTPUT_DIRECTORY)
86 DEPENDS $<TARGET_FILE_DIR:bl1_2>/bl1_2.bin bl1_2_bin signing_layout_bl1_2
89 --input_file $<TARGET_FILE_DIR:bl1_2>/bl1_2.bin
93 …MAND ${CMAKE_COMMAND} -E copy ${CMAKE_CURRENT_BINARY_DIR}/bl1_2_padded.bin $<TARGET_FILE_DIR:bl1_2>
94 …${CMAKE_COMMAND} -E copy ${CMAKE_CURRENT_BINARY_DIR}/bl1_2_padded_hash.bin $<TARGET_FILE_DIR:bl1_2>
108 DEPENDS $<TARGET_FILE_DIR:bl1_2>/bl1_2_padded_hash.bin
110 DEPENDS $<TARGET_FILE_DIR:bl1_2>/bl1_2_padded.bin
117 … --bl1_2_padded_hash_input_file $<TARGET_FILE_DIR:bl1_2>/bl1_2_padded_hash.bin
119 --bl1_2_input_file $<TARGET_FILE_DIR:bl1_2>/bl1_2_padded.bin
/trusted-firmware-m-latest/platform/ext/target/arm/rse/common/provisioning/bundle_cm/
DCMakeLists.txt68 DEPENDS $<TARGET_FILE_DIR:bl1_2>/bl1_2_padded_hash.bin
69 DEPENDS $<TARGET_FILE_DIR:bl1_2>/bl1_2_padded.bin
84 … --bl1_2_padded_hash_input_file $<TARGET_FILE_DIR:bl1_2>/bl1_2_padded_hash.bin
85 --bl1_2_input_file $<TARGET_FILE_DIR:bl1_2>/bl1_2_padded.bin
86 --otp_dma_ics_input_file=$<TARGET_FILE_DIR:bl1_2>/otp_dma_ics.bin
Dcreate_cm_provisioning_bundle.py52 bl1_2 = in_file.read() variable
54 bl1_2 = bytes(0)
68 bl1_2,
/trusted-firmware-m-latest/bl1/bl1_1/scripts/
Dcreate_provisioning_bundle.py46 bl1_2 = in_file.read() variable
55 bl1_2_image_len = len(bl1_2).to_bytes(4, byteorder='little')
63 bl1_2,
/trusted-firmware-m-latest/platform/ext/target/arm/mps4/corstone315/provisioning/bundle_cm/
DCMakeLists.txt93 DEPENDS $<TARGET_FILE_DIR:bl1_2>/bl1_2_padded_hash.bin
94 DEPENDS $<TARGET_FILE_DIR:bl1_2>/bl1_2_padded.bin
101 --bl1_2_padded_hash_input_file $<TARGET_FILE_DIR:bl1_2>/bl1_2_padded_hash.bin
102 --bl1_2_input_file $<TARGET_FILE_DIR:bl1_2>/bl1_2_padded.bin
/trusted-firmware-m-latest/platform/ext/target/armchina/mps3/common/provisioning/
Dcreate_provisioning_bundle.py93 bl1_2 = in_file.read() variable
95 bl1_2 = bytes(0)
99 bl1_2,
/trusted-firmware-m-latest/platform/ext/common/provisioning_bundle/
Dcreate_provisioning_bundle.py93 bl1_2 = in_file.read() variable
95 bl1_2 = bytes(0)
99 bl1_2,
/trusted-firmware-m-latest/platform/ext/target/arm/mps4/corstone315/provisioning/
Dcreate_provisioning_bundle.py90 bl1_2 = in_file.read() variable
92 bl1_2 = bytes(0)
97 bl1_2,
/trusted-firmware-m-latest/platform/ext/target/arm/mps4/corstone315/provisioning/bundle_dm/
DCMakeLists.txt23 …if(TFM_BL2_ENCRYPTION_KEY_PATH STREQUAL ${CMAKE_SOURCE_DIR}/bl1/bl1_2/bl2_dummy_encryption_key.bin)
108 DEPENDS $<TARGET_FILE_DIR:bl1_2>/bl1_2_padded_hash.bin
109 DEPENDS $<TARGET_FILE_DIR:bl1_2>/bl1_2_padded.bin
Ddm_provisioning_config.cmake10 set(TFM_BL2_ENCRYPTION_KEY_PATH "${CMAKE_SOURCE_DIR}/bl1/bl1_2/bl2_dummy_encryption_key.bin" CACHE …
/trusted-firmware-m-latest/platform/ext/target/arm/rse/common/provisioning/bundle_dm/
DCMakeLists.txt68 DEPENDS $<TARGET_FILE_DIR:bl1_2>/bl1_2_padded_hash.bin
69 DEPENDS $<TARGET_FILE_DIR:bl1_2>/bl1_2_padded.bin
/trusted-firmware-m-latest/bl1/config/
Dbl1_config_default.cmake8 set(TFM_BL2_ENCRYPTION_KEY_PATH ${CMAKE_SOURCE_DIR}/bl1/bl1_2/bl2_dummy_encryption_key.bin …
12 set(TFM_BL2_SIGNING_KEY_PATH ${CMAKE_SOURCE_DIR}/bl1/bl1_2/bl1_dummy_rotpk CACHE FILEPAT…
/trusted-firmware-m-latest/bl1/
DKconfig16 default "$(TFM_SOURCE_DIR)/bl1/bl1_2/bl2_dummy_encryption_key.bin"
32 default "$(TFM_SOURCE_DIR)/bl1/bl1_2/bl1_dummy_rotpk"
/trusted-firmware-m-latest/platform/ext/target/arm/corstone1000/
DCMakeLists.txt80 target_sources(bl1_2
84 target_add_scatter_file(bl1_2
418 DEPENDS $<TARGET_FILE_DIR:bl1_2>/bl1_2_padded_hash.bin
420 DEPENDS $<TARGET_FILE_DIR:bl1_2>/bl1_2_padded.bin
427 --bl1_2_padded_hash_input_file $<TARGET_FILE_DIR:bl1_2>/bl1_2_padded_hash.bin
429 --bl1_2_input_file $<TARGET_FILE_DIR:bl1_2>/bl1_2_padded.bin
/trusted-firmware-m-latest/platform/ext/target/arm/mps4/corstone315/
DCMakeLists.txt349 target_add_scatter_file(bl1_2
355 target_compile_definitions(bl1_2
366 target_compile_options(bl1_2
387 # If this is not added to the bl1_2 it will not correctly override the weak
389 target_sources(bl1_2
/trusted-firmware-m-latest/
DCMakeLists.txt54 add_subdirectory(bl1/bl1_2)
/trusted-firmware-m-latest/docs/platform/arm/mps4/corstone315/
DREADME.rst57 (For an example, see ``tf-m/bl1/bl1_2/bl2_dummy_encryption_key.bin``)
119 [INF] starting TF-M bl1_2
/trusted-firmware-m-latest/platform/ext/target/arm/rse/common/
DCMakeLists.txt89 target_sources(bl1_2
93 target_add_scatter_file(bl1_2
429 add_dependencies(bl1_2
528 … -DBL1_2_HASH_PATH=\\\"$<TARGET_FILE_DIR:bl1_2>/bl1_2_padded_hash.bin\\\"
/trusted-firmware-m-latest/docs/design_docs/booting/
Dbl1.rst215 - ``bl1/bl1_2/scripts/create_bl2_img.py``