Searched full:loader (Results 1 – 25 of 26) sorted by relevance
12
/mcuboot-latest/boot/boot_serial/ |
D | syscfg.yml | 22 Start the serial boot loader if this pin is asserted at boot time. 31 GPIO configuration for the serial boot loader detect pin. 36 The value the detect pin must be set to for the serial boot loader 44 string is detected during this period, the serial boot loader is 46 received, the boot loader runs in the normal (non-serial) mode. 58 detected during the timeout period, the serial boot loader is 60 the boot loader runs in the normal (non-serial) mode. This setting 66 The GPIO to toggle while the serial boot loader is running. Set to 72 The toggle rate, in Hz, of the serial boot loader report pin.
|
/mcuboot-latest/boot/zephyr/ |
D | Kconfig.firmware_loader | 7 menu "Firmware loader entrance methods" 13 Use a GPIO to enter firmware loader mode. 28 Allows for entering firmware loader mode by using Zephyr's boot mode 30 in firmware loader mode and reboot the module). 35 Allows for entering firmware loader mode if there is no bootable 43 remain in bootloader firmware loader mode if it was.
|
D | firmware_loader.c | 44 * is allowed to be NULL only because the single image loader compiles in boot_image_validate() 145 * image if none of the enabled entrance modes for the firmware loader are set, 146 * otherwise will boot the firmware loader. Note: firmware loader must be a 178 /* Check if firmware loader button is pressed. TODO: check all entrance methods */ in boot_go()
|
D | io.c | 52 /* Validate firmware loader configuration */ 58 #error "Firmware loader selected without an entrance mode set"
|
D | single_loader.c | 40 * is allowed to be NULL only because the single image loader compiles in boot_image_validate()
|
D | Kconfig | 316 bool "Firmware loader" 322 forced to the firmware loader. 324 Note: The firmware loader image must be signed with the same signing
|
D | CMakeLists.txt | 138 ${BOOT_DIR}/bootutil/src/loader.c
|
/mcuboot-latest/boot/bootutil/ |
D | pkg.yml | 21 pkg.description: The bootutil library performs most of the functions of a boot loader. 45 - "loader.c"
|
D | CMakeLists.txt | 30 src/loader.c
|
/mcuboot-latest/boot/bootutil/src/ |
D | loader.c | 30 * This file provides an interface to the boot loader. Functions defined in 31 * this file should only be called while the boot loader is running. 132 * then the boot loader can attempt a boot. in boot_read_image_headers() 150 * @param state Boot loader status information. 195 * @param state Boot loader status information. 231 * @param state Boot loader status information. 495 * @param state Boot loader status information. 1229 /* Boot loader wants to switch to the secondary slot. 2101 * @param state Boot loader status information. 2148 * @param state Boot loader status information. [all …]
|
D | image_validate.c | 107 * the loader image */ in bootutil_img_hash()
|
D | bootutil_public.c | 376 * This value is persisted so that the boot loader knows what swap operation to
|
D | swap_scratch.c | 336 * loader reset.
|
/mcuboot-latest/boot/mynewt/boot_uart/ |
D | pkg.yml | 25 - loader
|
/mcuboot-latest/boot/mynewt/ |
D | pkg.yml | 26 - loader
|
/mcuboot-latest/boot/bootutil/include/bootutil/ |
D | boot_status.h | 30 * The shared data between boot loader and runtime SW is TLV encoded. The 32 * contract between boot loader and runtime SW.
|
D | bootutil.h | 49 * A response object provided by the boot loader code; indicates where to jump
|
/mcuboot-latest/boot/mynewt/src/ |
D | single_loader.c | 40 * is allowed to be NULL only because the single image loader compiles in boot_image_validate()
|
D | main.c | 138 * the serial boot loader should start. in serial_detect_uart_string()
|
/mcuboot-latest/ci/fih_test_docker/ |
D | fi_tester_gdb.sh | 77 -device loader,file=$TFM_IMAGE_PATH,addr=0x10080000 \
|
/mcuboot-latest/docs/ |
D | PORTING.md | 32 This function is located at `boot/bootutil/loader.c` and receives a `struct
|
D | release-notes.md | 39 - Added firmware loader configuration type support for Zephyr, this 40 allows for a single application slot and firmware loader image in
|
/mcuboot-latest/testplan/mynewt/apps/slinky/src/ |
D | main.c | 277 /* If this app is acting as the loader in a split image setup, jump into in main()
|
/mcuboot-latest/boot/espressif/ |
D | CMakeLists.txt | 228 ${BOOTUTIL_DIR}/src/loader.c
|
/mcuboot-latest/sim/mcuboot-sys/ |
D | build.rs | 457 conf.file("../../boot/bootutil/src/loader.c"); in main()
|
12