1. 270f98e Merge pull request #13 from d3zd3z/doc by Sterling Hughes · 8 years ago
  2. 5741dde This closes #14. by Christopher Collins · 8 years ago
  3. 871054f This closes #11. by Christopher Collins · 8 years ago
  4. 9d0afb3 This closes #15. by Christopher Collins · 8 years ago
  5. fd20c76 bootutil: log the boot source by Marti Bolivar · 8 years ago
  6. 4a97b4c boot: zephyr: use bootutil_log.h, not sys_log.h by Marti Bolivar · 9 years ago
  7. d652f27 bootutil: add logging by Marti Bolivar · 9 years ago
  8. 500705e update link format by Sterling Hughes · 8 years ago
  9. b6903ec update README by Sterling Hughes · 8 years ago
  10. cf18a03 MCUB-3 Add sample Mynewt boot app. by Christopher Collins · 8 years ago
  11. 49aa886 doc: Initial Zephyr build docs by David Brown · 9 years ago
  12. 5e1d8f9 doc: Add a note to imgtool docs by David Brown · 9 years ago
  13. 58c19dd Merge pull request #8 from Hashcode/master by David Brown · 9 years ago
  14. 5e6a1a6 boot: zephyr: Fix 96b_nitrogen flash alignment by Marti Bolivar · 9 years ago
  15. de6ee59 zephyr: generate mutliple records in flash_map when required by Michael Scott · 9 years ago
  16. e12746c zephyr: flash HAL requires flash_write_protection_set() calls by Michael Scott · 9 years ago
  17. db8ac52 zephyr: fix _scs_relocate_vector_table build break by Michael Scott · 9 years ago
  18. 4443f9a This closes #12. by Christopher Collins · 9 years ago
  19. 8322c30 zephyr: Make makefile clearer about configuration by David Brown · 9 years ago
  20. 3869e76 zephyr: Support RSA, and ECDSA P-256 signing by David Brown · 9 years ago
  21. d930ec6 Validate slot zero before booting by David Brown · 9 years ago
  22. baff96f bootutil: ecdsa P-256: Fix handling of sizes by David Brown · 9 years ago
  23. f8a8bb9 This closes #10. by Christopher Collins · 9 years ago
  24. 3c1a744 imgtool: Add support for RSA keys by David Brown · 9 years ago
  25. c20a027 Merge pull request #9 from rsalveti/zephyr_add_nucleo_f401re by David Brown · 9 years ago
  26. 6b0df81 imgtool: Add support for P-224 by David Brown · 9 years ago
  27. 0396495 imgtool: Create simple signing tool by David Brown · 9 years ago
  28. e156e57 zephyr: add target header file for nucleo f401re by Ricardo Salveti · 9 years ago
  29. 4a293ea This closes #6. by Christopher Collins · 9 years ago
  30. 9d72546 bootutil: Fix issue with align > 1 by David Brown · 9 years ago
  31. e380fa6 sim: Set version numbers in images by David Brown · 9 years ago
  32. 163ab23 sim: Add some debug code to dump images by David Brown · 9 years ago
  33. 75e16d6 sim: Write image_ok properly by David Brown · 9 years ago
  34. 74cc14c sim: pad images to alignment by David Brown · 9 years ago
  35. f253fa8 sim: Make misaligned writes panic by David Brown · 9 years ago
  36. 5acda26 sim: Be consistent about flash alignment by David Brown · 9 years ago
  37. 562a7a0 sim: Verify write alignment by David Brown · 9 years ago
  38. 90c1913 sim: Add the K64fBig target by David Brown · 9 years ago
  39. 79fdfe5 k64f: change flash device name by David Brown · 9 years ago
  40. 06446dd scripts: Allow image version number by David Brown · 9 years ago
  41. adec29e scripts: Remove .pyc file from repo by David Brown · 9 years ago
  42. 22a6fe3 Add some simple scripts for signing/flashing by David Brown · 9 years ago
  43. 7469e70 This closes #5. by Christopher Collins · 9 years ago
  44. 7cf3d9e zephyr: use SYS_LOG instead of printk by Ricardo Salveti · 9 years ago
  45. a2d5b1a image_rsa: include missing string.h by Ricardo Salveti · 9 years ago
  46. 3dbf222 boot/zephyr/prj.conf: disable bluetooth support by default by Ricardo Salveti · 9 years ago
  47. 43fc2cd boot/zephyr/prj.conf: remove SOC_FLASH_STM32F4, make it generic by Ricardo Salveti · 9 years ago
  48. 88303ff zephyr: targets: add support for 96b_nitrogen by Ricardo Salveti · 9 years ago
  49. 3a2c124 zephyr: restructure the build process to use board config files by Ricardo Salveti · 9 years ago
  50. 034a620 bootutil - Fix warning on 64-bit architectures. by Christopher Collins · 9 years ago
  51. 4c3ce3f This closes #4. by Christopher Collins · 9 years ago
  52. 0960365 Revert "boot - don't interpet end of image as trailer." by Christopher Collins · 9 years ago
  53. dc1964c sim: Fix build paths for new directory layout by David Brown · 9 years ago
  54. c638f79 sim: Test multiple reverts by David Brown · 9 years ago
  55. 1a44316c sim: Add dependency output by David Brown · 9 years ago
  56. 99c6acd This closes #3. by Christopher Collins · 9 years ago
  57. 2ae6c6f This closes #2. by Christopher Collins · 9 years ago
  58. e7c6663 zephyr: Include mbedtls config file by David Brown · 9 years ago
  59. 299245d zephyr: Move code under 'boot' directory by David Brown · 9 years ago
  60. 841d73a sim: Create a small README.rst by David Brown · 9 years ago
  61. 4440af8 sim: Use logging to control output by David Brown · 9 years ago
  62. de7729e sim: Add simulator code by David Brown · 9 years ago
  63. c331967 zephyr: Move Zephyr build to top level by David Brown · 9 years ago
  64. 4c2662d This closes #1. by Christopher Collins · 9 years ago
  65. 5153bd6 zephyr: Bring in the Zephyr build by David Brown · 9 years ago
  66. 5315d50 bootutil: Create Zephyr Makefile by David Brown · 9 years ago
  67. db1d9d3 loader: Remove malloc dependency by David Brown · 9 years ago
  68. bd14468 bootutil; need to include string.h when building for native. by Marko Kiiskila · 9 years ago
  69. 755daed bootutil; fix issues in parsing signature with ECDSA256. by Marko Kiiskila · 9 years ago
  70. 8eeba12 bootutil; add info about how to create keys for ECC 256. by Marko Kiiskila · 9 years ago
  71. 351a0b2 boot; drop unnecessary include from image_ec.c. by Marko Kiiskila · 9 years ago
  72. bf94339 boot; first cut at adding support for signatures with ECSDA using NIST P-256. by Marko Kiiskila · 9 years ago
  73. 919eaf4 signed_images.md; include ECC key generation steps in the doc. by Marko Kiiskila · 9 years ago
  74. 920fc16 boot - don't interpet end of image as trailer. by Christopher Collins · 9 years ago
  75. fd7eb5c MYNEWT-518 - Clean up previous commit. by Christopher Collins · 9 years ago
  76. 553ba4f MYNEWT-518 Update comments and design doc. by Christopher Collins · 9 years ago
  77. 0ff3c6c MYNEWT-520 boot - Allow incompatible image slots by Christopher Collins · 9 years ago
  78. 7835c1e MYNEWT-518 boot - Allow test+confirm as single act by Christopher Collins · 9 years ago
  79. bf986da bootutil; update signed_images.md with the new location of bootutil. by Marko Kiiskila · 9 years ago
  80. 3569c37 bootutil tests - Don't assume min-write-sz==1. by Christopher Collins · 9 years ago
  81. 874510e Add project.yml. by Christopher Collins · 9 years ago
  82. 40fb927 Remove develop branch. by Christopher Collins · 9 years ago
  83. 7244ed8 Add repository.yml file. by Christopher Collins · 9 years ago
  84. 39a5fa9 Move packages into "boot" top-level directory. by Christopher Collins · 9 years ago
  85. 92ea77f mcuboot - Initial migration. by Christopher Collins · 9 years ago
  86. fc6199e Initial commit by ccollins476ad · 9 years ago