1. ad0e9b8 Add Mynewt configuration to enable HW crypto by Fabio Utzig · 6 years ago
  2. 2d736ad Replace flash partitioning terminology by David Vincze · 6 years ago
  3. 59bcb37 Add Mynewt target builds to CI by Fabio Utzig · 6 years ago
  4. 1e38d1a Add Mynewt targets and keys by Fabio Utzig · 6 years ago
  5. 94a9b26 Create CI resources directory by Fabio Utzig · 6 years ago
  6. 0717552 zephyr: cmake: Don't declare the deprecated macro set_conf_file by Sebastian Bøe · 6 years ago
  7. e274748 intel_s1000: Enable CONFIG_BOOT_HAVE_LOGGING by Rajavardhan Gundi · 6 years ago
  8. edea467 dfu: Enable CONFIG_BOOT_WAIT_FOR_USB_DFU for intel_s1000 by Rajavardhan Gundi · 6 years ago
  9. 51c9d70 dfu: Introduce CONFIG_BOOT_WAIT_FOR_USB_DFU by Rajavardhan Gundi · 6 years ago
  10. 048168a zephyr: Fix bug where prototype of SNPRINTF was not declared by Sebastian Bøe · 6 years ago
  11. c2216cc zephyr: Minor refactoring for readability by Sebastian Bøe · 6 years ago
  12. b26a4a9 zephyr: align uart device name by Andrzej Puzdrowski · 6 years ago
  13. 0cd178d zephyr: fix build with zephyr by Andrzej Puzdrowski · 6 years ago
  14. 4b4ac90 Do not use an ASSERT to catch the case if no image is loaded by Johannes Bruder · 7 years ago
  15. 5b39d3c Clean up intel_s1000_crb.conf file by Rajavardhan Gundi · 6 years ago
  16. 24321c3 Replace DT_SPI_NOR_DRV_NAME with DT_JEDEC_SPI_NOR_0_LABEL by Rajavardhan Gundi · 6 years ago
  17. 4df602a boot: zephyr: Fix pyocd board runner args by Maureen Helm · 6 years ago
  18. 0e0c488 docs: samples: Update pyocd calls to unified tool subcommands by Maureen Helm · 6 years ago
  19. f9be7a9 boot: zephyr: ensure LOG_LEVEL resource savings by Michael Scott · 7 years ago v1.3.1-branch
  20. 74ceae5 boot: zephyr: establish an MCUBOOT_LOG_LEVEL config by Michael Scott · 7 years ago
  21. cef4427 zephyr: kconfig: replace LOG_INPLACE_PROCESS setting w/ LOG_IMMEDIATE by Michael Scott · 7 years ago
  22. 419a475 zephyr: allow dynamic numeration of flash_areas by Andrzej Puzdrowski · 7 years ago
  23. 23e3853 zephyr: CMakeLists.txt: support nrfjprog mass erase flag by Marti Bolivar · 7 years ago
  24. adf5782 Bump to release v1.3.0 by David Brown · 7 years ago v1.3.0
  25. 4963b01 Bump version to 1.3.0-rc3 by David Brown · 7 years ago v1.3.0-rc3
  26. ae01f15 Set pending: don't crash when image slot corrupt by Christopher Collins · 7 years ago
  27. e82e316 zephyr:board: squash nrf51_pca10028 flash footprint by Andrzej Puzdrowski · 7 years ago
  28. ef4861d Bump version to 1.3.0-rc2 by David Brown · 7 years ago v1.3.0-rc2
  29. 73bb71b CONFIG_FLASH_BASE_ADDRESS is defined only for memory-mapped Flash by Rajavardhan Gundi · 7 years ago
  30. b17af7f repository.yml: Remove invalid stability "rc1" by Christopher Collins · 7 years ago
  31. 5e9078f Bump version to 1.3.0-rc1 by David Brown · 7 years ago v1.3.0-rc1
  32. b1d15a7 docs: Release notes for 1.3.0-rc1 by David Brown · 7 years ago
  33. ed0ca43 Fix trailer erase for some devices by Fabio Utzig · 7 years ago
  34. be97217 cmake: zephyr: Misc. modernizations of the build scripts by Sebastian Bøe · 7 years ago
  35. 913a385 boot: zephyr: Detect invalid Kconfig'uration earlier by Sebastian Bøe · 7 years ago
  36. b94bda0 zephyr: boot: Correct how the default board is set by Sebastian Bøe · 7 years ago
  37. 90c70e3 cmake: KCONFIG_ROOT does not need to be set explicitly by Sebastian Bøe · 7 years ago
  38. 038e299 samples/zephyr: Build ECDSA tests with ECDSA key by David Brown · 7 years ago
  39. 2bc2685 ptest: Start of utility to run tests in parallel by David Brown · 7 years ago
  40. 432c32c Fix ECDSA signature builds in Zephyr by Fabio Utzig · 7 years ago
  41. 30a9265 boot: zephyr: select GPIO when MCUBOOT_SERIAL is enabled by Emanuele Di Santo · 7 years ago
  42. 05ab014 Update sim ecdsa testing to use ring signing by Fabio Utzig · 7 years ago
  43. 006994b Fix a buffer overflow on EC point load by Fabio Utzig · 7 years ago
  44. 90abedc Add ECDSA-P256 key in PKCS#8 format by Fabio Utzig · 7 years ago
  45. db1a5f3 doc: fix typo in file name by Ruth Fuchss · 7 years ago
  46. c7514ad boot: zephyr: pca10059: disable logging by default by Emanuele Di Santo · 7 years ago
  47. fea163c Fix Mynewt builds; add log stub dependency by Christopher Collins · 7 years ago
  48. 79df58e Allow bootstrap feature on CI by Fabio Utzig · 7 years ago
  49. 61a540d sim: Remove cfg on `verify_image` by David Brown · 7 years ago
  50. f38bc34 sim: Make `find_image` dynamic instead of cfg by David Brown · 7 years ago
  51. b888211 sim: change `make_tlv` to dynamic instead of cfg by David Brown · 7 years ago
  52. 85904a8 sim: Remove more cfg around validate-slot-0 by David Brown · 7 years ago
  53. 8d0afa7 boot: bootutil add cap for slot 0 validation by David Brown · 7 years ago
  54. 9930a3e sim: Use enc capability by David Brown · 7 years ago
  55. c4a60a3 boot: bootutil: Add caps for encryption by David Brown · 7 years ago
  56. 3910ab1 sim: eliminate (some) overwrite cfg by David Brown · 7 years ago
  57. 5c9e0f1 sim: Move 'Image' code to a separate module by David Brown · 7 years ago
  58. 25d7b0f Update simulator dependencies by Fabio Utzig · 7 years ago
  59. 401d7b3 zephyr: boot_serial: fix CRC header warning by Emanuele Di Santo · 7 years ago
  60. 9f1933d boot: zephyr: migrate to new log subystem by Emanuele Di Santo · 7 years ago
  61. 2733f51 boot: bootutil: remove unused BOOT_LOG_LEVEL macros by Emanuele Di Santo · 7 years ago
  62. 20ba65e samples: mcuboot_config: introduce MCUBOOT_LOG_MODULE macros by Emanuele Di Santo · 7 years ago
  63. ccc98aa samples: mcuboot_config: simplify log configuration template by Emanuele Di Santo · 7 years ago
  64. 0752d8a boot: bootutil: include mcuboot_logging.h unconditionally by Emanuele Di Santo · 7 years ago
  65. 7c00acd imgtool save to format of given output filename by Fabio Utzig · 7 years ago
  66. e89841d Add imgtool publishing support by Fabio Utzig · 7 years ago
  67. a0ed10b zephyr: kconfig: set TEXT_SECTION_OFFSET to zero by Emanuele Di Santo · 7 years ago
  68. a32f1af Fix overwrite-only under Zephyr by Fabio Utzig · 7 years ago
  69. 4b25912 boot/bootutil: Add missing #include by Christopher Collins · 7 years ago
  70. 10b5de1 sim: Idiomize for Rust 2018 by David Brown · 7 years ago
  71. 29b0b5e sim: fixes for 2018 by David Brown · 7 years ago
  72. 2821564 sim: mcuboot-sys: More idiomatic Rust 2018 by David Brown · 7 years ago
  73. 65de6d1 sim: mcuboot-sys: 2018 edition fix by David Brown · 7 years ago
  74. ea25c41 sim: simflash: Rust 2018 idiom updates by David Brown · 7 years ago
  75. afabfcf sim: simflash: Minimal 2018 by David Brown · 7 years ago
  76. e24244b sim: Update a few dependencies for Rust 2018 by David Brown · 7 years ago
  77. b006309 Add ECDSA+KW testing to the CI by Fabio Utzig · 7 years ago
  78. 38f5ffe Add key unwrap functionality using tinycrypt by Fabio Utzig · 7 years ago
  79. b4d20c8 Update sim to run ecdsa sig + kw enc by Fabio Utzig · 7 years ago
  80. 3b091f6 Enable ASN1 parsing for KW by Fabio Utzig · 7 years ago
  81. 3ac36ea Update bundled ASN1 parser to Mbed-TLS 2.14.1 by Fabio Utzig · 7 years ago
  82. d5722f5 Update Mbed-TLS submodule to 2.14.1 by Fabio Utzig · 7 years ago
  83. 3635a0c Update Jekyll due to CVE by Fabio Utzig · 7 years ago
  84. d0533ed Add Zephyr config for boostrap feature by Fabio Utzig · 7 years ago
  85. 9b97b13 Enable bootstrap test in CI by Fabio Utzig · 7 years ago
  86. 251ef1d Add rsa+kw testing support to simulator by Fabio Utzig · 7 years ago
  87. 338a19f Add boostrapping from slot1 support by Fabio Utzig · 7 years ago
  88. 07ba28f MPU_ALLOW_FLASH_WRITE is defined only for ARM platforms. by Rajavardhan Gundi · 7 years ago
  89. 40c28e3 Add support for intel_s1000 SoC which is based on Xtensa arch by Rajavardhan Gundi · 7 years ago
  90. 3b8b58d Add DT_SPI_NOR_DRV_NAME check towards sanitycheck in target.h by Rajavardhan Gundi · 7 years ago
  91. c3353b2 Call device binding for DT_FLASH_DEV_NAME only if it is defined by Rajavardhan Gundi · 7 years ago
  92. 1b8d7fb Use BUILD_ASSERT_MSG instead of _Static_assert in Zephyr by Rajavardhan Gundi · 7 years ago
  93. e5aeee4 boot_serial; check CRC for RX only if all data has arrived. by Marko Kiiskila · 7 years ago
  94. 8e7b7ac boot_uart: mynewt; option for faster speed with serial. by Marko Kiiskila · 7 years ago
  95. e280e11 Remove unused hal includes from bootutil by Timo Kröger · 7 years ago
  96. 2bd980a Add support for slots with different sector sizes by Fabio Utzig · 7 years ago
  97. 08fcfe9 Enable bootutil logging in simulator by Fabio Utzig · 7 years ago
  98. 6465077 Add unsupported flash layout by Fabio Utzig · 7 years ago
  99. afb2bc9 Update main simulator routines for multi-flash by Fabio Utzig · 7 years ago
  100. 1c9aea5 Allow multiple flash devices in bootutil wrapper by Fabio Utzig · 7 years ago