1. ea08887 bootutil: add image and area offset abstractions by Marti Bolivar · 8 years ago
  2. cca28a9 bootutil: add abstraction for area initialization by Marti Bolivar · 8 years ago
  3. d3269fd bootutil: add accessors for sector size and number by Marti Bolivar · 8 years ago
  4. e258715 bootutil: add flash device ID accessor by Marti Bolivar · 8 years ago
  5. f804f62 bootutil: add private image header accessor by Marti Bolivar · 8 years ago
  6. 9b1f8bb bootutil: move loader state definition to private header by Marti Bolivar · 8 years ago
  7. 3488eef Fix some leftovers after mynewt move (PR #52) by Fabio Utzig · 8 years ago
  8. eed80b6 Fix broken Mynewt BOOTUTIL_ -> MCUBOOT_ mapping by Fabio Utzig · 8 years ago
  9. 19356bf Make mcuboot less mynewt style by Fabio Utzig · 8 years ago
  10. 9678c97 Add comment about trailer swap logic by Fabio Utzig · 8 years ago
  11. de8a38a Use better naming for flags by Fabio Utzig · 8 years ago
  12. 34e393e Remove newline from log message by Fabio Utzig · 8 years ago
  13. acfba2e Fix for boot_read_swap_state_by_id to close flash area on errors by Fabio Utzig · 8 years ago
  14. 856f783 Fix some error return codes by Fabio Utzig · 8 years ago
  15. 94d998c Remove special cases, non needed tests by Fabio Utzig · 8 years ago
  16. 4cee4f7 Move trailer status size calculation to its own function by Fabio Utzig · 8 years ago
  17. ba49f84 Add macros for image ok values by Fabio Utzig · 8 years ago
  18. 2473ac0 Add support for swapping only fw sectors in use by Fabio Utzig · 8 years ago
  19. 7ebb7c2 Update how trailer is handled during a swap by Fabio Utzig · 8 years ago
  20. 17609d8 Add "upgrade only" support by David Brown · 8 years ago
  21. 902d617 Add capabilities query by David Brown · 8 years ago
  22. e629bf3 Generalize SHA256 code to allow tinycrypt support by David Brown · 8 years ago
  23. d7e350d zephyr: Fix up mbed TLS configuration by David Brown · 8 years ago
  24. 3e1c38c Merge pull request #38 from utzig/magic-sz-const by David Brown · 8 years ago
  25. 24a273d Use constant for magic size by Fabio Utzig · 8 years ago
  26. 644b8d4 Make max align size a #define by Fabio Utzig · 8 years ago
  27. 4772ac4 Assert flash ops succeed during swap. by Christopher Collins · 8 years ago
  28. abfd75b Remove dead code. by Christopher Collins · 8 years ago
  29. b38e044 Fix slot0 validation by David Brown · 8 years ago
  30. 871054f This closes #11. by Christopher Collins · 8 years ago
  31. fd20c76 bootutil: log the boot source by Marti Bolivar · 8 years ago
  32. 3869e76 zephyr: Support RSA, and ECDSA P-256 signing by David Brown · 9 years ago
  33. d930ec6 Validate slot zero before booting by David Brown · 9 years ago
  34. baff96f bootutil: ecdsa P-256: Fix handling of sizes by David Brown · 9 years ago
  35. 9d72546 bootutil: Fix issue with align > 1 by David Brown · 9 years ago
  36. a2d5b1a image_rsa: include missing string.h by Ricardo Salveti · 9 years ago
  37. 034a620 bootutil - Fix warning on 64-bit architectures. by Christopher Collins · 9 years ago
  38. 0960365 Revert "boot - don't interpet end of image as trailer." by Christopher Collins · 9 years ago
  39. 4c2662d This closes #1. by Christopher Collins · 9 years ago
  40. 5315d50 bootutil: Create Zephyr Makefile by David Brown · 9 years ago
  41. db1d9d3 loader: Remove malloc dependency by David Brown · 9 years ago
  42. bd14468 bootutil; need to include string.h when building for native. by Marko Kiiskila · 9 years ago
  43. 755daed bootutil; fix issues in parsing signature with ECDSA256. by Marko Kiiskila · 9 years ago
  44. 351a0b2 boot; drop unnecessary include from image_ec.c. by Marko Kiiskila · 9 years ago
  45. bf94339 boot; first cut at adding support for signatures with ECSDA using NIST P-256. by Marko Kiiskila · 9 years ago
  46. 920fc16 boot - don't interpet end of image as trailer. by Christopher Collins · 9 years ago
  47. fd7eb5c MYNEWT-518 - Clean up previous commit. by Christopher Collins · 9 years ago
  48. 553ba4f MYNEWT-518 Update comments and design doc. by Christopher Collins · 9 years ago
  49. 0ff3c6c MYNEWT-520 boot - Allow incompatible image slots by Christopher Collins · 9 years ago
  50. 7835c1e MYNEWT-518 boot - Allow test+confirm as single act by Christopher Collins · 9 years ago
  51. 39a5fa9 Move packages into "boot" top-level directory. by Christopher Collins · 9 years ago