Home
last modified time | relevance | path

Searched full:loader (Results 1 – 25 of 26) sorted by relevance

12

/mcuboot-latest/boot/boot_serial/
Dsyscfg.yml22 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/
DKconfig.firmware_loader7 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.
Dfirmware_loader.c44 * 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()
Dio.c52 /* Validate firmware loader configuration */
58 #error "Firmware loader selected without an entrance mode set"
Dsingle_loader.c40 * is allowed to be NULL only because the single image loader compiles in boot_image_validate()
DKconfig316 bool "Firmware loader"
322 forced to the firmware loader.
324 Note: The firmware loader image must be signed with the same signing
DCMakeLists.txt138 ${BOOT_DIR}/bootutil/src/loader.c
/mcuboot-latest/boot/bootutil/
Dpkg.yml21 pkg.description: The bootutil library performs most of the functions of a boot loader.
45 - "loader.c"
DCMakeLists.txt30 src/loader.c
/mcuboot-latest/boot/bootutil/src/
Dloader.c30 * 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 …]
Dimage_validate.c107 * the loader image */ in bootutil_img_hash()
Dbootutil_public.c376 * This value is persisted so that the boot loader knows what swap operation to
Dswap_scratch.c336 * loader reset.
/mcuboot-latest/boot/mynewt/boot_uart/
Dpkg.yml25 - loader
/mcuboot-latest/boot/mynewt/
Dpkg.yml26 - loader
/mcuboot-latest/boot/bootutil/include/bootutil/
Dboot_status.h30 * The shared data between boot loader and runtime SW is TLV encoded. The
32 * contract between boot loader and runtime SW.
Dbootutil.h49 * A response object provided by the boot loader code; indicates where to jump
/mcuboot-latest/boot/mynewt/src/
Dsingle_loader.c40 * is allowed to be NULL only because the single image loader compiles in boot_image_validate()
Dmain.c138 * the serial boot loader should start. in serial_detect_uart_string()
/mcuboot-latest/ci/fih_test_docker/
Dfi_tester_gdb.sh77 -device loader,file=$TFM_IMAGE_PATH,addr=0x10080000 \
/mcuboot-latest/docs/
DPORTING.md32 This function is located at `boot/bootutil/loader.c` and receives a `struct
Drelease-notes.md39 - 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/
Dmain.c277 /* If this app is acting as the loader in a split image setup, jump into in main()
/mcuboot-latest/boot/espressif/
DCMakeLists.txt228 ${BOOTUTIL_DIR}/src/loader.c
/mcuboot-latest/sim/mcuboot-sys/
Dbuild.rs457 conf.file("../../boot/bootutil/src/loader.c"); in main()

12