1. 21babb7 Infineon: Add Direct-XIP feature for CYW20829 devices by INFINEON\DovhalA · 3 weeks ago cypress v1.9.6-cypress
  2. 3b578f3 Infineon: Add support for PSOC C3 family by INFINEON\DovhalA · 8 months ago v1.9.5-cypress
  3. e54c0a3 Infineon: Add secure mode smif encryption feature for CYW20829 devices by INFINEON\DovhalA · 1 year ago v1.9.4-cypress
  4. 3d3b51d Infineon: Update BSP for XMC devices. Improve boot time by INFINEON\DovhalA · 1 year, 2 months ago v1.9.3-cypress
  5. 883cb5b Infineon: Add support for CYW89829 devices, improve swap with status algorithm speed by Roman Okhrimenko · 1 year, 4 months ago v1.9.2-cypress
  6. 409941a Infineon: Rework custom UART pins, 20829 b0 rev support, fix known issues, v1.9.1-cypress by Roman Okhrimenko · 1 year, 9 months ago v1.9.1-cypress
  7. dc0ca08 Infineon: Switch to 1.9.0 code base, add xmc7000 family support, refactor memory layer by Roman Okhrimenko · 2 years, 2 months ago v1.9.0-cypress
  8. 2516562 Infineon: Add support for cyw20829 b0 revision of device, update libs versions by Roman Okhrimenko · 2 years, 3 months ago v1.8.4-cypress
  9. f7a3d1b Infineon: Add PSoC63, PSoC61 platforms, update hw crypto acceleration, allow build on CM4 build by Dovhal Artem (CSUKR CSS ICW SW FW 1) · 3 years, 4 months ago v1.8.3-cypress
  10. 0142a68 Infineon: Add cyw20829 platform, shared slot feature, json memory map, psoc6 xip by Roman Okhrimenko · 3 years, 4 months ago
  11. 977b375 Infineon: Add cyw20829 platform, shared slot feature, json memory map, psoc6 xip by Roman Okhrimenko · 3 years, 4 months ago v1.8.1-cypress
  12. 777a1e7 Merge branch 'swap_scratch_w_status' into cypress by Roman Okhrimenko · 4 years, 4 months ago v1.7.2-cypress
  13. 13f79ed Implement new swap scheme for devices with large erase size using scratch with status area by Roman Okhrimenko · 4 years, 5 months ago
  14. cdee0b7 docs: Upgrade doc generating dependencies by David Brown · 4 years, 4 months ago
  15. 986c212 docs: Add links to wikipage on project by David Brown · 4 years, 4 months ago
  16. 579b30c cypress: Update docs with new platforms support info by Roman Okhrimenko · 4 years, 4 months ago
  17. cc55731 cypress: Update core-lib, mob-pdl-cat1 submodules revision by Roman Okhrimenko · 4 years, 6 months ago
  18. 4bc2810 cypress: Rework makefiles, reorganise source, add 062_1M and 062_512k support by Roman Okhrimenko · 4 years, 6 months ago
  19. 4828162 bootutil: Fix boot_write_trailer write alignment by Dominik Ermel · 4 years, 4 months ago
  20. a7f9e9f bootutil: Remove duplicated code from bootutil_misc.c by Dominik Ermel · 4 years, 4 months ago
  21. 1de4877 mynewt: Update repository.yml with latest release by Szymon Janc · 4 years, 4 months ago
  22. 8bd3081 boot/zephyr: cleanup GPIO pin setup by Andrzej Puzdrowski · 4 years, 5 months ago
  23. de51807 Cypress: add encryption with mbedTLS by Bohdan Kovalchuk · 4 years, 8 months ago
  24. 25c7a0f Bootutil/Crypto: add encryption with mbedTLS by Bohdan Kovalchuk · 4 years, 8 months ago
  25. 837cf88 zephyr: add an option to use GPIO to enable USB DFU. by Josh Gao · 4 years, 9 months ago
  26. 8953001 cypress: Align cypress mbedtls hw accel implementation with bootutil update by Roman Okhrimenko · 4 years, 5 months ago
  27. 2f045a2 bootutil: Align mbedtls_ecdsa signature verification with cypress mbedtls hw accel implementation by Roman Okhrimenko · 4 years, 5 months ago
  28. 26edaf3 sim: Change a match with empty arm to if let by David Brown · 4 years, 5 months ago
  29. f66b205 sim: Match structure definition better by David Brown · 4 years, 5 months ago
  30. cae9e2a sim: Remove extra blank line by David Brown · 4 years, 5 months ago
  31. 173e6ca sim: Remove elided lifetime by David Brown · 4 years, 5 months ago
  32. 80f836d sim: Remove complexity from an if by David Brown · 4 years, 5 months ago
  33. d36f6b1 sim: Remove extraneous slice reference by David Brown · 4 years, 5 months ago
  34. 599b2db sim: Simplify printing blank line by David Brown · 4 years, 5 months ago
  35. fbc8f7c sim: Directly iterate instead of using an index by David Brown · 4 years, 5 months ago
  36. aec56b2 sim: Combine a split conditional by David Brown · 4 years, 5 months ago
  37. 8973f55 sim: Use Option instead of Err<T, ()> by David Brown · 4 years, 5 months ago
  38. 2547c00 sim: Use range `contains` when possible by David Brown · 4 years, 5 months ago
  39. c20bbb2 sim: Remove useless `return`s by David Brown · 4 years, 5 months ago
  40. 8608c53 sim: Clarify condition by David Brown · 4 years, 5 months ago
  41. 4bbb93d sim: Clarify condition with is_empty() by David Brown · 4 years, 5 months ago
  42. 4dfb33c sim: Simplify some struct initializers by David Brown · 4 years, 5 months ago
  43. 7cc4526 sim: unsafe cleanup by David Brown · 4 years, 5 months ago
  44. fc8e3c5 sim: Implement Default for a few types by David Brown · 4 years, 5 months ago
  45. 50b5a12 sim: Remove pointless use lines by David Brown · 4 years, 5 months ago
  46. 1997f53 sim: Remove extraneous static by David Brown · 4 years, 5 months ago
  47. 91de33d ptest: Some simple cleanups from clippy by David Brown · 4 years, 5 months ago
  48. 5b7ed6a boot: zephyr: Fix compilation warnings with ZEPHYR_LOG_MODE_MINIMAL by Dominik Ermel · 4 years, 5 months ago
  49. d602ed8 sim: Update Cargo lock file by David Brown · 4 years, 5 months ago
  50. c51949d sim: simflash: Convert to thiserror by David Brown · 4 years, 5 months ago
  51. 218aee7 workflow: Test the Mbed TLS ECDSA configuration by David Brown · 4 years, 6 months ago
  52. 641af45 boot: Support Mbed TLS ECDSA for signatures by David Brown · 4 years, 6 months ago
  53. 0c8c8d5 boot: Direct-XIP: Add check for IMAGE_F_ROM_FIXED flag by Dominik Ermel · 4 years, 6 months ago
  54. 9590b42 boot: Add IMAGE_F_ROM_FIXED flag support to mcuboot by Dominik Ermel · 4 years, 6 months ago
  55. aee3be9 boot: Order IMAGE_F_* flags defintions by Dominik Ermel · 4 years, 6 months ago
  56. cd07ed3 boot/zephyr: Fix Direct-XIP boot messages by Dominik Ermel · 4 years, 6 months ago
  57. 8a5e498 imgtool: rollback to 1.7.0 release by Fabio Utzig · 4 years, 6 months ago
  58. 7bf5179 ci: add caching for imgtool pip packages by Fabio Utzig · 4 years, 6 months ago
  59. e58f48f ci: update imgtool script to to use python/pip by Fabio Utzig · 4 years, 6 months ago
  60. d62631a imgtool: fix encrypting hex images by Fabio Utzig · 4 years, 6 months ago
  61. df8e974 boot: zephyr: adding indication LED and detect pin debounce by Jared Wolff · 4 years, 6 months ago
  62. 8e4d791 boot: zephyr: adding indication LED and detect pin debounce by Jared Wolff · 4 years, 7 months ago
  63. 360763d bootutil/includes/enc_key: move public part to enc_key_public.h by Andrzej Puzdrowski · 4 years, 6 months ago
  64. 3af607f botutil: botutil_public.c shall not include bootutil_private.h by Andrzej Puzdrowski · 4 years, 6 months ago
  65. 816cb6c boot: zephyr: boards: Add BL5340 support for using QSPI by Jamie McCrae · 4 years, 6 months ago
  66. 0c7aebc cypress: Add support for watchdog timer update in boot image by Roman Okhrimenko · 5 years ago
  67. 79c4fcf scripts: Add SPDX headers by David Brown · 4 years, 6 months ago
  68. a513b8e boot:zephyr: CONFIG_LOG_MINIMAL converted to CONFIG_LOG_MODE_MINIMAL by Gerard Marull-Paretas · 4 years, 6 months ago
  69. d12a8da imgtool: fix validation with protected TLVs by Fabio Utzig · 4 years, 7 months ago
  70. da2580d boot: zephyr: boards: update Circuit Dojo nRF9160 Feather conf by Jared Wolff · 4 years, 7 months ago
  71. ce50334 ci: relax signed-off-by checks on forks by Fabio Utzig · 4 years, 7 months ago
  72. 713bb79 ci: Update TF-M version by Raef Coles · 4 years, 7 months ago
  73. ddd390a ptest: Allow all test runs to be logged by David Brown · 4 years, 7 months ago
  74. ed90fbf ci: Add timing info to test builds by David Brown · 4 years, 7 months ago
  75. 0cfe2ce bootutil: Modify boot_add_data_to_shared_area function scope by Sherry Zhang · 4 years, 7 months ago
  76. 5b0f220 doc: update release process with branching by Fabio Utzig · 4 years, 7 months ago
  77. c1b2983 ci: allow imgtool publishing from release branches by Fabio Utzig · 4 years, 7 months ago
  78. be64e6a bootutil_public: made boot_read_swap_state_by_id() API by Andrzej Puzdrowski · 4 years, 8 months ago
  79. 14ef576 bootutil_public: documented module API by Andrzej Puzdrowski · 4 years, 8 months ago
  80. 4700b80 bootutil_public: add function for determine image_ok flag by Andrzej Puzdrowski · 4 years, 8 months ago
  81. f573b39 bootutil: extracted app common library from bootutil_misc by Andrzej Puzdrowski · 4 years, 9 months ago
  82. e512181 boot: zephyr: fix compilation with CONFIG_LOG_MINIMAL=y by Henrik Brix Andersen · 4 years, 7 months ago
  83. ac61c2e Fix nokogiri<=1.11.0.rc4 vulnerability by Fabio Utzig · 4 years, 7 months ago
  84. 6907c90 ci: pull trusted-firmware-m repo on Travis run by Fabio Utzig · 4 years, 8 months ago
  85. bd0ce62 ci: pull fih-test docker image on install by Fabio Utzig · 4 years, 8 months ago
  86. a069bef ci: docker: remove source repos from fih-test by Fabio Utzig · 4 years, 8 months ago
  87. 48a4ec3 ptest: Use github workflow instead of travis by David Brown · 4 years, 7 months ago
  88. ae8f8db ptest: Update dependencies by David Brown · 4 years, 7 months ago
  89. f684738 ci: Pin tf-m-tests version in FIH test by Raef Coles · 4 years, 7 months ago
  90. 008f4a7 boot: zephyr: cleanup NXP MPU configuration before boot by Henrik Brix Andersen · 4 years, 8 months ago
  91. 7cca88a ci: Update tf-m version in FIH test by Raef Coles · 4 years, 8 months ago
  92. 2877965 Enable support for building mcuboot for Mbed with direct-xip by George Beckstein · 4 years, 8 months ago
  93. 50820b1 mgtool: Add support for setting fixed ROM address into image header by Dominik Ermel · 4 years, 8 months ago
  94. 81d19f0 bootutil: Add cmake build file by Raef Coles · 4 years, 8 months ago
  95. d1233e1 Add reference counting to Mbed OS flash backend by George Beckstein · 4 years, 8 months ago
  96. d6eba8d ci: add CI file by Roman Okhrimenko · 4 years, 10 months ago
  97. 61837ec cypress: Update cypress documents regarding swap support by Roman Okhrimenko · 4 years, 11 months ago v1.7.0-cypress
  98. 10c163d cypress: Add support for watchdog timer update in boot image by Roman Okhrimenko · 5 years ago
  99. 311fce5 cypress: Adjust flash map to support multi image mode with an external flash by dmiv · 5 years ago
  100. f3eba17 bootutil: Feature: multi image support for new swap mode by Roman Okhrimenko · 5 years ago