- f11de64 boot: enable partial multi-image booting by Raef Coles · 3 years, 10 months ago
- fe57e7d boot: Move slot usage into boot state by Raef Coles · 3 years, 10 months ago
- 72627c5 espressif: Allow use of imgtool other than the one from repository by Gustavo Henrique Nihei · 3 years, 9 months ago
- 5bc9832 doc: Fix case in titles by Francesco Servidio · 3 years, 9 months ago
- 1a9c6d8 mynewt: remove #error on ec256 with Mbed TLS by Fabio Utzig · 3 years, 9 months ago
- 9479af0 boot/bootutil: Fix probable uninitialized flash_area access by Dominik Ermel · 3 years, 10 months ago
- 29fc848 Add Conexio Stratus board configuration for DFU button operation by Rajeev Piyare · 3 years, 10 months ago
- ec6dac5 bootutil: Fix boot_find_status leaving flash area open by Dominik Ermel · 3 years, 10 months ago
- 482921f doc: Fixed consistency of bootloader term by Francesco Servidio · 3 years, 10 months ago
- 582367c doc: Fixed consistency of Mbed term by Francesco Servidio · 3 years, 10 months ago
- 4ff0c18 doc: Fixed consistency of MCUboot by Francesco Servidio · 3 years, 10 months ago
- 6138b4f bootutil: Fix boot_read_image_header error path by Dominik Ermel · 3 years, 10 months ago
- c9dc224 boot_serial: Respond with rc code for all mcumgr commands by Dominik Ermel · 4 years ago
- e5ecbce zephyr: Fix support for single application with serial recovery by Dominik Ermel · 3 years, 10 months ago
- eb6b7bf espressif: Enable signature verification (RSA, EC256 and ED25519) by Almir Okato · 4 years ago
- db543e5 boot : Adding encrypted ram-load support by Hugo L'Hostis · 4 years, 5 months ago
- 4b82b20 zephyr: Configuration check for MULTITHREADING when USB DFU enabled by Dominik Ermel · 3 years, 10 months ago
- d96d617 Include mcuboot_config.h from sign_key.h to fix MCUBOOT_HW_KEY compilation by Maxime Vincent · 3 years, 11 months ago
- 809e77d boot: zephyr: Config mimxrt1020_evk and mimxrt1050_evk_qspi by Xabier Marquiegui · 3 years, 11 months ago
- 712fdb5 espressif: Add ESP32-C3 initial basic support by Almir Okato · 4 years ago
- d532029 espressif: Add ESP32-S2 initial basic support by Almir Okato · 4 years, 2 months ago
- 9183ffc boot_serial: Increase BOOT_SERIAL_OUT_MAX by Marek Pieta · 3 years, 11 months ago
- 9d4d45c boot/bootutil/loader: fix comparison using fih_eq() in hook service by Andrzej Puzdrowski · 3 years, 11 months ago
- f7319e6 Add DataShare utility class for Mbed-OS applications by George Beckstein · 4 years ago
- cb09bd2 Add config params for shared data usage in Mbed-OS by George Beckstein · 4 years ago
- bd6dc5e zephyr: support the hook file by MCUBOOT_BOOTUTIL library by Andrzej Puzdrowski · 4 years ago
- 43cca02 zephyr: Enable custom settings erase cmd on Thingy:53 by Marek Pieta · 3 years, 11 months ago
- 304d91a zephyr: Add multi-image DFU for Thingy:53 by Marek Pieta · 4 years ago
- d4c2d15 zephyr: Remove BOOT_SERIAL_UART dependency from ENABLE_MGMT_PERUSER by Dominik Ermel · 4 years ago
- 1b1b4f9 zephyr: Add MCUboot configuration for Thingy:53 by Marek Pieta · 4 years ago
- d2e87aa zephyr: rename remaining CONFIG_USB to CONFIG_USB_DEVICE_STACK by Johann Fischer · 4 years ago
- faf9cbe zephyr: CDC ACM UART node to specific overlays by Johann Fischer · 4 years ago
- a6e1e9e zephyr: get CDC ACM UART device from devicetree by Johann Fischer · 4 years ago
- 1fceb9b zephyr: Added hooks for example by Andrzej Puzdrowski · 4 years, 1 month ago
- 2a29f5d zephyr/boot_serial_extension: added hooks to custom image list MGMT by Andrzej Puzdrowski · 4 years ago
- 4f9c730 boot_serial: added hooks for mcuboot image access operations by Andrzej Puzdrowski · 4 years, 1 month ago
- dea293a bootutil_public: added hook for fetch image swap state by Andrzej Puzdrowski · 4 years, 1 month ago
- b8f3969 loader: added hooks for override mcuboot image access operation by Andrzej Puzdrowski · 4 years, 1 month ago
- 914204d boot/zephyr: Kconfig for hooks enabling by Andrzej Puzdrowski · 4 years, 1 month ago
- a41a850 cypress: use mbedtls 3.0, do not use hw crypto by default by Roman Okhrimenko · 4 years ago
- 5cf9410 zephyr/Kconfig: fix deadlock on cryptolib selectors by Andrzej Puzdrowski · 4 years ago
- 5ab8cfd boot/espressif: Remove toolchain libc linking by Almir Okato · 4 years ago
- ab9f8c1 Fix unknown type name "size_t" error by George Beckstein · 4 years ago
- 9647c46 boot: zephyr: Fix misaligned #else for `irq_lock` by Sigvart Hovland · 4 years ago
- fca1aa4 boot/nuttx: Fix trivial compiler warnings emitted by NuttX port by Gustavo Henrique Nihei · 4 years ago
- 2585297 zephyr: remove Kconfig option CONFIG_USB by Johann Fischer · 4 years ago
- 01184bd boot/nuttx: Enable crypto backend according to configuration from NuttX by Gustavo Henrique Nihei · 4 years ago
- 4960d12 boot_serial: cbor_encode: Fix encoding data length by Marek Pieta · 4 years ago
- 428d3ee zephyr: Make boot_serial_extension.c compilation conditional by Dominik Ermel · 4 years ago
- 0435d5d zephyr: Add option for enabling the storage erase command by Dominik Ermel · 4 years ago
- 7bcf986 boot: Add support for the Apache NuttX RTOS by Gustavo Henrique Nihei · 4 years ago
- e933e58 boot: zephyr: Do not use `irq_lock()` if using arm cleanup by Sigvart Hovland · 4 years ago
- 4a4d1ac boot: Fix log reporting magic from incorrect header by Dominik Ermel · 4 years ago
- 6693067 boot_serial: Reintroduce change from fc1ad8d by Øyvind Rønningstad · 4 years ago
- 1e63e8f boot_serial: Update cddl-gen version by Øyvind Rønningstad · 4 years ago
- 391b197 bootutil: Only include <os/malloc.h> if it going to be used by Carlos Falgueras García · 4 years, 2 months ago
- 8787bb0 boot/espressif: Update main.c to call init and loader functions by Shubham Kulkarni · 4 years, 1 month ago
- cd86965 boot/espressif: Update MCUBoot port to use bootloader_flash_* APIs by Shubham Kulkarni · 4 years, 1 month ago
- c75b3c7 boot/espressif: Add hal subdirectory for IDF sources and headers by Shubham Kulkarni · 4 years, 1 month ago
- 052561d boot/espressif: Add CMakeLists.txt and mcuboot_config.h by Shubham Kulkarni · 4 years, 1 month ago
- 420ad9a zephyr/boot_serial_extension: kconfig of custom command for get images status by Andrzej Puzdrowski · 4 years ago
- 1b62cf2 zephyr/boot_serial_extension: added custom command for get images status by Andrzej Puzdrowski · 4 years ago
- 01c8442 zephyr: do not set defaults for LOG_IMMEDIATE Kconfig by Piotr Mienkowski · 4 years ago
- bd69c3d boot_serial: Allow platforms to catch any unprocessed groups by Dominik Ermel · 4 years ago
- 994816d zephyr: Kconfig: fix board references by Martí Bolívar · 4 years ago
- fc1ad8d cbor_encoder: fix str encoding macros by Andrzej Puzdrowski · 4 years ago
- eb4c2fe boot: zephyr: add integration platforms to the allow list by Ioannis Glaropoulos · 4 years ago
- 2386267 boot: Fix IS_ENCRYPTED macro definition by Salome Thirot · 4 years ago
- 082be24 bootutil: Do not include mcuboot_logging.h when logging is disabled by Carlos Falgueras García · 4 years, 2 months ago
- a4b4b0f bootutil: Refactor MCUBOOT_LOG_MODULE_(DECLARE|REGISTER) macros by Carlos Falgueras García · 4 years, 2 months ago
- 2ae1f16 zephyr: Relocate BOOT_ERASE_PROGRESSIVELY option by Dominik Ermel · 4 years, 1 month ago
- 3d4e55d boot_serial: Switch to MCUBOOT_ERASE_PROGRESSIVELY by Dominik Ermel · 4 years, 1 month ago
- 42c985c zephyr: Add MCBOOT_ERASE_PROGRESSIVELY config option by Dominik Ermel · 4 years, 1 month ago
- 4f80913 boot: Revert "boot: Check shared area more carefully before init" by Sherry Zhang · 4 years, 1 month ago TF-Mv1.4-integ TF-Mv1.4-integ-rc2
- 8a4e23b sim: Basic ram-load test by David Brown · 4 years, 2 months ago
- 695e591 boot: Warning fixups after dual image XIP/ram-load by David Brown · 4 years, 2 months ago
- 812a84b Add capability for DIRECT_XIP feature by David Brown · 4 years, 2 months ago
- 9bd7f90 boot: Add a RAM base to support testing by David Brown · 4 years, 2 months ago
- 94ed12c boot: Fix ifdefs in DIRECT_XIP and RAM_LOAD case by David Brown · 4 years, 2 months ago
- dcea564 boot: Add capability for ram loading by David Brown · 4 years, 2 months ago
- 122f9e7 boot: Add some missing unused arguments by David Brown · 4 years, 3 months ago
- e51ec07 boot: bootutil: Fix memory alignment of RAM buffer by Marek Pieta · 4 years, 1 month ago
- 6c8932e zephyr: Add support for direct image upload by Dominik Ermel · 4 years, 1 month ago
- 48decca boot_serial: Allow direct image upload by Dominik Ermel · 4 years, 1 month ago
- 8c5ec5a bootutil: Prevent the redefinition of ASSERT by Gustavo Henrique Nihei · 4 years, 1 month ago
- 82350d2 bootutil: Include missing header on bootutil_public.h by Gustavo Henrique Nihei · 4 years, 1 month ago
- 17adf8d zephyr: upgrade mbedtls library to mbedtls-3.0.0 by Sherry Zhang · 4 years, 1 month ago
- b111f98 boot: Add the support of MBEDTLS version 3.0.0 by Sherry Zhang · 4 years, 1 month ago
- 50b06ae boot: Fix build time error in DIRECT_XIP mode by Sherry Zhang · 4 years, 1 month ago
- a09ca5b boot: Add MCUBOOT_PERUSER_MGMT_GROUP_ENABLED to platforms by Dominik Ermel · 4 years, 1 month ago
- 97b4c79 zephyr: Add processing of PERUSER mgmt group for serial recovery by Dominik Ermel · 4 years, 1 month ago
- 3d51e43 boot_serial: Add optional processing of PERUSER group by Dominik Ermel · 4 years, 1 month ago
- 260ae09 boot: Modify common code access for flash_area objects by Dominik Ermel · 4 years, 4 months ago
- 036d521 zephyr: Switch single loader to use flash map getters by Dominik Ermel · 4 years, 1 month ago
- dc1b9f0 boot/ports: Provide getter function for flash area object access by Dominik Ermel · 4 years, 4 months ago
- d874417 zephyr: add slot-1 in RAM confg for nrf52840dk_nrf52840 by Andrzej Puzdrowski · 4 years, 1 month ago
- 85da97f bootutil/bootutil_public: Treat unreachable image swap state as empty by Andrzej Puzdrowski · 4 years, 1 month ago
- 54b4ad9 bootutil/loader: Allow not working secondary image device by Andrzej Puzdrowski · 4 years, 2 months ago
- 1c45624 boot: Correct MCUBOOT_DIRECT_XIP_REVERT enablement by David Vincze · 4 years, 1 month ago
- dd6a84e boot: Check shared area more carefully before init by David Vincze · 4 years, 1 month ago