| /trusted-firmware-m-latest/bl1/bl1_2/ |
| D | CMakeLists.txt | 14 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/ |
| D | CMakeLists.txt | 76 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/ |
| D | CMakeLists.txt | 68 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
|
| D | create_cm_provisioning_bundle.py | 52 bl1_2 = in_file.read() variable 54 bl1_2 = bytes(0) 68 bl1_2,
|
| /trusted-firmware-m-latest/bl1/bl1_1/scripts/ |
| D | create_provisioning_bundle.py | 46 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/ |
| D | CMakeLists.txt | 93 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/ |
| D | create_provisioning_bundle.py | 93 bl1_2 = in_file.read() variable 95 bl1_2 = bytes(0) 99 bl1_2,
|
| /trusted-firmware-m-latest/platform/ext/common/provisioning_bundle/ |
| D | create_provisioning_bundle.py | 93 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/ |
| D | create_provisioning_bundle.py | 90 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/ |
| D | CMakeLists.txt | 23 …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
|
| D | dm_provisioning_config.cmake | 10 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/ |
| D | CMakeLists.txt | 68 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/ |
| D | bl1_config_default.cmake | 8 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/ |
| D | Kconfig | 16 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/ |
| D | CMakeLists.txt | 80 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/ |
| D | CMakeLists.txt | 349 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/ |
| D | CMakeLists.txt | 54 add_subdirectory(bl1/bl1_2)
|
| /trusted-firmware-m-latest/docs/platform/arm/mps4/corstone315/ |
| D | README.rst | 57 (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/ |
| D | CMakeLists.txt | 89 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/ |
| D | bl1.rst | 215 - ``bl1/bl1_2/scripts/create_bl2_img.py``
|