1. 5047f03 fih: Hardening of fault injection countermeasures by Michael Grand · 2 years, 8 months ago
  2. 90b8f69 boot: zephyr: Only call sys_clock_disable when supported by Joakim Andersson · 2 years, 8 months ago
  3. e457444 boot: zephyr: enable ram load for ARM by Daniel DeGrasse · 3 years ago
  4. b22eb6a zephyr: Explicitly include cmsis.h by Yonatan Schachter · 3 years ago
  5. 2fa1190 boot: zephyr: Add default values of boot detect pins by Marek Pieta · 2 years, 11 months ago
  6. 8eadf8c zephyr: remove flash_device_get_binding by Kumar Gala · 3 years ago
  7. 3175182 boot: zephyr: main: fix log_process call after Zephyr change by Martin Jäger · 3 years, 1 month ago
  8. 477ed81 boot: zephyr: main: fix indentation by Martin Jäger · 3 years, 1 month ago
  9. 34dd9e7 zephyr: use <zephyr/kernel.h> by Gerard Marull-Paretas · 3 years, 3 months ago
  10. 3cd2cec zephyr: migrate includes to <zephyr/...> by Gerard Marull-Paretas · 3 years, 3 months ago
  11. 7ed0e6d zephyr/main: configure DFU detection GPIO-pin uisng DTS by Andrzej Puzdrowski · 3 years, 4 months ago
  12. 2ab4987 zephyr/main: unified pin detection procedure calls by Andrzej Puzdrowski · 3 years, 4 months ago
  13. 254714b boot: zephyr: Align boot serial check start line by Jamie McCrae · 3 years, 4 months ago
  14. 56cb610 boot: zephyr: Add MCUboot status callback support by Jamie McCrae · 3 years, 5 months ago
  15. 5f317e4 zephyr: rework LED usage using `struct gpio_dt_spec` by Andrzej Puzdrowski · 3 years, 2 months ago
  16. 2f545b8 zephyr: prefer DTS mcuboot-led0 alias over bootloader-led0 alias by Andrzej Puzdrowski · 3 years, 2 months ago
  17. 179d8fa boot: zephyr: add Kconfig for arm cortex-m that implements a cache by Ryan McClelland · 3 years, 3 months ago
  18. ee1b7b9 zephyr: fix booting address incorrect in ram-load mode by Jim Tan · 3 years, 4 months ago
  19. aa041a2 zephyr: remove deprecated DT_CHOSEN_ZEPHYR_FLASH_CONTROLLER_LABEL by Gerard Marull-Paretas · 3 years, 4 months ago
  20. fb47d2e boot: zephyr: Fix CONFIG_LOG_IMMEDIATE by Marek Pieta · 3 years, 5 months ago
  21. e3822f8 boot_serial: zephyr: Add optional timeout to enter serial recovery by Wouter Cappelle · 3 years, 7 months ago
  22. e9c6b4d zephyr/main: always call sys_clock_disable() by Andrzej Puzdrowski · 3 years, 8 months ago
  23. 7200669 zephyr: Fix serial recovery skipping on nrf53 by Radoslaw Koppel · 3 years, 8 months ago
  24. d2e87aa zephyr: rename remaining CONFIG_USB to CONFIG_USB_DEVICE_STACK by Johann Fischer · 4 years ago
  25. 9647c46 boot: zephyr: Fix misaligned #else for `irq_lock` by Sigvart Hovland · 4 years ago
  26. e933e58 boot: zephyr: Do not use `irq_lock()` if using arm cleanup by Sigvart Hovland · 4 years ago
  27. a4b4b0f bootutil: Refactor MCUBOOT_LOG_MODULE_(DECLARE|REGISTER) macros by Carlos Falgueras García · 4 years, 1 month ago
  28. 9b97456 zephyr/main: allow to build when CONFIG_MULTITHREADING=n by Andrzej Puzdrowski · 4 years, 3 months ago
  29. 8bd3081 boot/zephyr: cleanup GPIO pin setup by Andrzej Puzdrowski · 4 years, 5 months ago
  30. 837cf88 zephyr: add an option to use GPIO to enable USB DFU. by Josh Gao · 4 years, 9 months ago
  31. 5b7ed6a boot: zephyr: Fix compilation warnings with ZEPHYR_LOG_MODE_MINIMAL by Dominik Ermel · 4 years, 5 months ago
  32. cd07ed3 boot/zephyr: Fix Direct-XIP boot messages by Dominik Ermel · 4 years, 6 months ago
  33. df8e974 boot: zephyr: adding indication LED and detect pin debounce by Jared Wolff · 4 years, 6 months ago
  34. 8e4d791 boot: zephyr: adding indication LED and detect pin debounce by Jared Wolff · 4 years, 7 months ago
  35. a513b8e boot:zephyr: CONFIG_LOG_MINIMAL converted to CONFIG_LOG_MODE_MINIMAL by Gerard Marull-Paretas · 4 years, 6 months ago
  36. e512181 boot: zephyr: fix compilation with CONFIG_LOG_MINIMAL=y by Henrik Brix Andersen · 4 years, 7 months ago
  37. 008f4a7 boot: zephyr: cleanup NXP MPU configuration before boot by Henrik Brix Andersen · 4 years, 8 months ago
  38. 56c15e7 zephyr: added ISB after cortex control was set by Andrzej Puzdrowski · 4 years, 9 months ago
  39. 70af708 boot: zephyr: clean ARM core configuration only when selected by user by Ioannis Glaropoulos · 4 years, 10 months ago
  40. 210b318 boot/zephyr: feed watchdog at the start by Andrzej Puzdrowski · 4 years, 10 months ago
  41. 907476d boot: remove direct fih delay rng inclusion by Andrzej Puzdrowski · 4 years, 10 months ago
  42. ee6615d boot/zephyr: Add fault injection mitigation by Tamas Ban · 4 years, 10 months ago
  43. 6a8dbba boot: zephyr: reset SPLIM registers before boot by Håkon Øye Amundsen · 4 years, 10 months ago
  44. 1422b4b zephyr: Fix serial recovery compilation warnings by Dominik Ermel · 5 years ago
  45. 9ed399c zephyr: Turn off cache for Cortex M7 before chain-loading. The new image will fail otherwise. by Arvid Rosén · 5 years ago
  46. 505c6e6 boot/zephyr: set VTOR to relay vector before chain-load by Rafał Kuźnia · 5 years ago
  47. d854bb6 boot/zephyr: add option to relocate interrupts to application by Rafał Kuźnia · 5 years ago
  48. 0813efe zephyr: Convert from Zephyr to C99 types by Kumar Gala · 5 years ago
  49. 9a5b951 zephyr: convert DT_JEDEC_SPI_NOR_0_LABEL to new dt macros by Kumar Gala · 5 years ago
  50. 32b61f3 zephyr: Replace DT_FLASH_DEV_NAME with DT_CHOSEN_ZEPHYR_FLASH_CONTROLLER_LABEL by Kumar Gala · 5 years ago
  51. 821214e zephyr: Wrap sleep value with K_MSEC by Krzysztof Chruscinski · 5 years ago
  52. 9a605b6 zephyr: add cleanup ARM core before boot by Andrzej Puzdrowski · 5 years ago
  53. af14853 zephyr: configurable log thread stack size by Andrzej Puzdrowski · 5 years ago
  54. 8459163 zephyr: terminated log processing gently by Andrzej Puzdrowski · 5 years ago
  55. 3f092bd zephyr: allow recovery over usb cdc-acm with logs enabled by Andrzej Puzdrowski · 5 years ago
  56. 5d96bd2 zephyr: tabs to spaces in line indentation by Andrzej Puzdrowski · 5 years ago
  57. ac1f1ff zephyr: enable usb by the application by Andrzej Puzdrowski · 6 years ago
  58. 36e9029 boot: zephyr: move to non-deprecated GPIO flags by Peter Bigot · 6 years ago
  59. 54c1e3f zephyr: fix driver include paths by Peter Bigot · 6 years ago
  60. 63b4eac zephyr: remove trailing tab by Fabio Utzig · 6 years ago
  61. f1d189c zephyr: switch to recent defines and include headers by Andrzej Puzdrowski · 6 years ago
  62. e58f9bd boot: zephyr: Add check of RESETREAS for nRF SoC by Jon Helge Nistad · 6 years ago
  63. cac58f6 boot: zephyr: main: tabs -> spaces by Fabio Utzig · 6 years ago
  64. 960a2d6 zephyr: allow to disable timers supports by Andrzej Puzdrowski · 6 years ago
  65. f99a4c7 zephyr: fix include of system_timer.h by Andrzej Puzdrowski · 6 years ago
  66. 01bef71 bugfix: disable usb for all usb funcs by Jun Li · 6 years ago
  67. 51c9d70 dfu: Introduce CONFIG_BOOT_WAIT_FOR_USB_DFU by Rajavardhan Gundi · 6 years ago
  68. 24321c3 Replace DT_SPI_NOR_DRV_NAME with DT_JEDEC_SPI_NOR_0_LABEL by Rajavardhan Gundi · 6 years ago
  69. 9f1933d boot: zephyr: migrate to new log subystem by Emanuele Di Santo · 7 years ago
  70. 40c28e3 Add support for intel_s1000 SoC which is based on Xtensa arch by Rajavardhan Gundi · 7 years ago
  71. c3353b2 Call device binding for DT_FLASH_DEV_NAME only if it is defined by Rajavardhan Gundi · 7 years ago
  72. f50054d fix zephyr target: corrupted build after zephyr PR #11180 by Andrzej Puzdrowski · 7 years ago
  73. fcfff58 boot: zephyr: add missing sys_clock_disable declaration by Emanuele Di Santo · 7 years ago
  74. c4bf780 zephyr: selectable serial device for recovery by Emanuele Di Santo · 7 years ago
  75. 205c8c6 zephyr: erase flash pages progressively by Emanuele Di Santo · 7 years ago
  76. 4632d8d include soc.h in main.c by Evan Gates · 7 years ago
  77. e2a3612 zephyr: Fix assert booleanness by Carles Cufi · 7 years ago
  78. 149b457 boot_serial; improve platform abstraction. by Marko Kiiskila · 7 years ago
  79. 82d7395 Fix assertions in zephyr main file by Andrzej Puzdrowski · 7 years ago
  80. 48841f2 Remove per file log level configs by Fabio Utzig · 7 years ago
  81. b788c71 Replace mcuboot flash_map by zephyr flash_map by Andrzej Puzdrowski · 7 years ago
  82. 310445b zephyr: cleanup flash driver name by Marti Bolivar · 7 years ago
  83. 57837b9 zephyr: arm: Use proper macro to set MSP by David Brown · 7 years ago
  84. 8e96b83 enable serial recovery functionality on the zephyr mcuboot by Andrzej Puzdrowski · 8 years ago
  85. 97d997a Silence build warning on x86 by Marti Bolivar · 8 years ago
  86. 83a3cef zephyr: warn on boot if flash areas are still open by Marti Bolivar · 8 years ago
  87. eb94080 Use flash_device_base() when booting. by Marti Bolivar · 8 years ago
  88. 88f48d9 Rename br_image_addr to br_image_off. by Marti Bolivar · 8 years ago
  89. 1d9f185 Revert "Merge pull request #49 from mbolivar/flash-map-updates" by David Brown · 8 years ago
  90. dfa18ce zephyr: warn on boot if flash areas are still open by Marti Bolivar · 8 years ago
  91. 736e446 Take flash base address into account when booting. by Marti Bolivar · 8 years ago
  92. 2f66e51 Rename br_image_addr to br_image_off. by Marti Bolivar · 8 years ago
  93. 0d0652a zephyr: use indentation consistent across mcuboot by David Brown · 8 years ago
  94. 51181cf zephyr: add "real" target header by Marti Bolivar · 8 years ago
  95. 8e4d44d zephyr: disable clock before reset by Ricardo Salveti · 8 years ago
  96. 836768b zephyr: fix do_boot() warning on ARM by Marti Bolivar · 8 years ago
  97. 7238f51 zephyr: add support for x86 booting method by Andrew Boie · 8 years ago
  98. 4a97b4c boot: zephyr: use bootutil_log.h, not sys_log.h by Marti Bolivar · 9 years ago
  99. db8ac52 zephyr: fix _scs_relocate_vector_table build break by Michael Scott · 9 years ago
  100. 7cf3d9e zephyr: use SYS_LOG instead of printk by Ricardo Salveti · 9 years ago