/mcuboot-latest/sim/mcuboot-sys/ |
D | build.rs | 85 conf.file("csupport/security_cnt.c"); in main() 98 conf.file("csupport/psa_crypto_init_stub.c"); in main() 101 conf.file("../../ext/mbedtls/library/aes.c"); in main() 102 conf.file("../../ext/mbedtls/library/aesni.c"); in main() 103 conf.file("../../ext/mbedtls/library/aria.c"); in main() 104 conf.file("../../ext/mbedtls/library/asn1write.c"); in main() 105 conf.file("../../ext/mbedtls/library/base64.c"); in main() 106 conf.file("../../ext/mbedtls/library/camellia.c"); in main() 107 conf.file("../../ext/mbedtls/library/ccm.c"); in main() 108 conf.file("../../ext/mbedtls/library/chacha20.c"); in main() [all …]
|
/mcuboot-latest/scripts/imgtool/keys/ |
D | general.py | 15 def __init__(self, file, *args, **kwargs): argument 16 self.file_in = file 22 self.file = open(self.file_in, *self.args, **self.kwargs) 24 self.file = self.file_in 25 return self.file 28 if self.file != self.file_in: 29 self.file.close() 33 def _emit(self, header, trailer, encoded_bytes, indent, file=sys.stdout, argument 35 with FileHandler(file, 'w') as file: 37 file, len_format) [all …]
|
/mcuboot-latest/samples/zephyr/ |
D | run-tests.go | 169 file, err := os.Open(*logIn) 174 _, err = file.Seek(0, 2) 183 rd := bufio.NewReader(file) 213 file *os.File member 237 file: f, 243 return e.file.Close() 253 for _, file := range e.zip.File { 254 if len(file.Name) > len(prefix) && strings.HasPrefix(file.Name, prefix) { 255 outName := file.Name[len(prefix):len(file.Name)] 258 err := e.single(file, outName) [all …]
|
D | test-compile.go | 66 file *os.File member 74 file, err := os.OpenFile(name, os.O_CREATE|os.O_EXCL|os.O_WRONLY, 0644) 79 z := zip.NewWriter(file) 82 file: file,
|
/mcuboot-latest/ext/mbedtls-asn1/include/mbedtls/ |
D | error.h | 153 const char *file, int line ) in mbedtls_error_add() argument 157 ( *mbedtls_test_hook_error_add )( high, low, file, line ); in mbedtls_error_add() 159 (void)file; in mbedtls_error_add()
|
/mcuboot-latest/boot/espressif/tools/ |
D | utils.cmake | 8 file(STRINGS ${CONFIG_FILE} BOOTLOADER_CONF) 14 # Overrides if already defined (definitions from latter file prevails over the former) 33 # Auxiliar function to get IDF version from esp_idf_version.h file 35 # Read the header file and extract the value of the specified macro 36 file(READ "${HEADER_FILE}" CONTENTS)
|
/mcuboot-latest/boot/mbed/ |
D | mcuboot_imgtool.cmake | 24 …RING "Path to key file (.pem) used to sign firmware updates for your device. The public key will b… 36 …NG "Path to key file (.pem) used to encrypt firmware updates for your device. The private key will… 50 # Generate a signed image hex file for the given executable target. 54 …message(FATAL_ERROR "Hex file output must be enabled to use mcuboot. Set MBED_OUTPUT_EXT to empty… 61 # mbed_generate_bin_hex() puts the hex file at the following path 95 …--key ${MCUBOOT_SIGNING_KEY_ABSPATH} # this specifies the file containing the keys used to sign/ve… 107 # Also generate bin file 121 # Generate an initial image hex file for the given executable target. 131 # Figure out file path 157 # Generate an update image hex file for the given executable target. [all …]
|
/mcuboot-latest/ci/fih_test_docker/ |
D | fi_tester_gdb.sh | 45 file $AXF_FILE 77 -device loader,file=$TFM_IMAGE_PATH,addr=0x10080000 \ 78 -chardev file,id=char0,path=$QEMU_LOG_FILE \
|
/mcuboot-latest/boot/espressif/hal/include/mcuboot_config/ |
D | mcuboot_assert.h | 9 extern void mcuboot_assert_handler(const char *file, int line, const char *func);
|
/mcuboot-latest/ext/fiat/ |
D | README.md | 5 licensed under the MIT license. (See LICENSE file.) 12 the desired field operation). The "source" file specifying the finite field and 29 The corresponding "source" file is 36 does manage to build that file, but the work on that branch was never finished
|
/mcuboot-latest/scripts/ |
D | gdb-boot.sh | 11 symbol-file outdir/$BOARD/zephyr.elf
|
D | mcubin.bt | 6 // not use this file except in compliance with the License. 17 // This file is a Binary Template file for the 010 Editor 33 // construct a synthetic partition table in the file, or change code
|
D | imgtool.nix | 7 # $ nix-env --file imgtool.nix --install env-imgtool
|
/mcuboot-latest/docs/ |
D | imgtool.md | 23 This key file is what is used to sign images, this file should be 38 For Zephyr, the keys live in the file `boot/zephyr/keys.c`. For 40 the key file. 44 will extract the public key from the given private key file, and 46 into the key file. However, when the `MCUBOOT_HW_KEY` config option is 70 --sig-out filename Path to the file to which signature will be 137 -x, --hex-addr INTEGER Adjust address in hex output file. 149 The main arguments given are the key file generated above, a version 159 is used with an Intel Hex file, `--header-size` bytes will be subtracted from 161 adjust for the new bytes prepended to the file. The load address of all data [all …]
|
D | compression_format.md | 1 # Compressed binary file internals 4 `zephyr.signed.bin` file when image 9 For an example, see the following structure of the file: 129 2. If the compressed stream is isolated and stored in a file named 145 Once the command is executed you will see a newly created file named
|
D | SubmittingPatches.md | 45 directory. Please see the readme file in that directory for specifics. 70 indicated in the file; or 78 in the file; or
|
D | Gemfile | 5 # file and run `bundle install`. Run Jekyll with `bundle exec`, like so:
|
/mcuboot-latest/ci/fih_test_docker/docker-build/ |
D | Dockerfile | 4 # you may not use this file except in compliance with the License. 30 file &&\
|
/mcuboot-latest/boot/zephyr/ |
D | CMakeLists.txt | 45 No such file or directory: ${NRFXLIB_DIR} 117 # Set a define for this file which will allow inclusion of the Zephyr version 118 # include file 226 # Use mbedTLS provided by Zephyr for RSA signatures. (Its config file 315 file(READ ${filepath} temp_text) 321 message(FATAL_ERROR "Signature key file defined in multiple conf files") 334 message("MCUBoot bootloader key file: ${KEY_FILE}") 348 …message(WARNING "WARNING: Using default MCUboot signing key file, this file is for debug use only … 370 file(READ ${filepath} temp_text) 376 message(FATAL_ERROR "Encryption key file defined in multiple conf files") [all …]
|
/mcuboot-latest/boot/cypress/platforms/PSOC_062_2M/CM0P/GCC_ARM/ |
D | cy8c6xxa_cm0plus.ld | 2 * \file cy8c6xxa_cm0plus.ld 5 * Linker file for the GNU C compiler. 8 * input files should be mapped into the output file, and to control the memory 9 * layout of the output file. 18 * relevant code in the linker file. 26 * you may not use this file except in compliance with the License. 46 /* Force symbol to be entered in the output file as an undefined symbol. Doing
|
/mcuboot-latest/boot/cypress/BlinkyApp/linker/ |
D | BlinkyApp_template.ld | 2 * \file cy8c6xxa_cm4_dual.ld 5 * Linker file for the GNU C compiler. 8 * input files should be mapped into the output file, and to control the memory 9 * layout of the output file. 18 * relevant code in the linker file. 26 * you may not use this file except in compliance with the License. 50 /* Force symbol to be entered in the output file as an undefined symbol. Doing
|
/mcuboot-latest/boot/cypress/MCUBootApp/ |
D | MCUBootApp.ld | 2 * \file cy8c6xxa_cm0plus.ld 5 * Linker file for the GNU C compiler. 8 * input files should be mapped into the output file, and to control the memory 9 * layout of the output file. 18 * relevant code in the linker file. 26 * you may not use this file except in compliance with the License. 46 /* Force symbol to be entered in the output file as an undefined symbol. Doing
|
/mcuboot-latest/boot/espressif/ |
D | CMakeLists.txt | 35 file(GLOB C_COMPILER_BIN "${TOOLCHAIN_BIN_DIR}/*${MCUBOOT_ARCH}*elf-gcc") 43 file(GLOB CXX_COMPILER_BIN "${TOOLCHAIN_BIN_DIR}/*${MCUBOOT_ARCH}*elf-g++") 50 # Set toolchain file that expect the same toolchain as IDF sets on PATH 52 … message("No user-defined toolchain, setting default toolchain file: ${CMAKE_TOOLCHAIN_FILE}") 132 message(FATAL_ERROR "MCUboot configuration file does not exist at ${CONFIG_FILE}") 221 message("MCUBoot bootloader key file: ${KEY_FILE}") 376 file(MAKE_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/ld")
|
/mcuboot-latest/boot/cypress/platforms/PSOC_062_2M/CM4/GCC_ARM/ |
D | cy8c6xxa_cm4_dual.ld | 2 * \file cy8c6xxa_cm4_dual.ld 5 * Linker file for the GNU C compiler. 8 * input files should be mapped into the output file, and to control the memory 9 * layout of the output file. 18 * relevant code in the linker file. 26 * you may not use this file except in compliance with the License. 49 /* Force symbol to be entered in the output file as an undefined symbol. Doing
|
/mcuboot-latest/boot/cypress/BlinkyApp/ |
D | Readme.md | 45 The following command will build regular HEX file of a BlinkyApp for BOOT slot. Substitute `PLATFOR… 122 Hex file names to use for programming: 128 `BlinkyApp_unsigned.hex` hex file is also preserved in both cases for possible troubleshooting. 138 …EADER_OFFSET` - 0 (default) - no offset of output hex file, 0x%VALUE% - offset for output hex file…
|