1. 601bbf0 Spelling fixes in image_manager.cpp by Gunnar Mills · 7 years ago
  2. b77551c Call update u-boot env once when a priority is changed by Adriana Kobylak · 7 years ago
  3. 4254bec BMC Updater: Remove the Object.Delete interface from functional version by Michael Tritz · 7 years ago
  4. ff0b421 Fix for field mode not working after reboot by Michael Tritz · 7 years ago
  5. d377ba1 Move duplicate image upload log inside image_manager by Saqib Khan · 7 years ago
  6. 9953e69 Remove move constructor in Watch class by Gunnar Mills · 7 years ago
  7. 2ad1b55 Update Journal Entry Format by Gunnar Mills · 7 years ago
  8. f0382c3 Update U-boot env variables by Saqib Khan · 7 years ago
  9. 49446ae Update Uboot environment variables when a version is deleted or updated by Saqib Khan · 7 years ago
  10. 3fa3820 Style changes in activation.cpp by Gunnar Mills · 7 years ago
  11. d16bcbd Style changes in item_updater.cpp by Gunnar Mills · 7 years ago
  12. b30cadd Style changes in image_manager.cpp by Gunnar Mills · 7 years ago
  13. aae1b2b Switch from runtime_error to elog by Gunnar Mills · 7 years ago
  14. 4844291 Style and comment changes in item_updater.hpp by Gunnar Mills · 7 years ago
  15. ffe0492 Style changes in serialize.cpp by Gunnar Mills · 7 years ago
  16. a4fcb68 Style and comment changes in version.hpp by Gunnar Mills · 7 years ago
  17. dcbfa04 Restore BMC version on systems that doesn't have new BMC ubi layout. by Saqib Khan · 7 years ago
  18. 26a960d Use sha512 to calculate the versionID for images. by Saqib Khan · 7 years ago
  19. ee590c7 Set Priority value of functional BMC version to 0 by Adriana Kobylak · 7 years ago
  20. 021c365 Delete the BMC version that doesn't have a valid os-release file. by Saqib Khan · 7 years ago
  21. bc1bf3a BMC Updater: Add function to delete all versions by Michael Tritz · 7 years ago
  22. b9da663 BMC: Update u-boot environment variable based on lowest priority by Saqib Khan · 7 years ago
  23. f10b232 Change to pass by reference by Gunnar Mills · 7 years ago
  24. 88e8a32 Create BMC functional Association by Gunnar Mills · 7 years ago
  25. 9b200b0 Style changes in image_manager_main.cpp by Gunnar Mills · 7 years ago
  26. 49860e1 BMC Serialize: Change create_directory to create_directories by Michael Tritz · 7 years ago
  27. 6d87371 Add checks for currently running bmc image before erasing by Eddie James · 7 years ago
  28. 43b25cd Create active association on startup by Gunnar Mills · 7 years ago
  29. 9440f49 Fix problem requiring two Delete calls to remove an image by Eddie James · 7 years ago
  30. 6fab70d Change ro to rofs. by Saqib Khan · 7 years ago
  31. 1646e8f Switch FWD and REV association names by Gunnar Mills · 7 years ago
  32. ded875d Create active association by Gunnar Mills · 7 years ago
  33. c7e2d24 Style changes in download_manager.cpp by Gunnar Mills · 7 years ago
  34. 8a24dda download: Check for empty filename by Brad Bishop · 7 years ago
  35. 1eef62d BMC: Restore version and activation dbus objects on BMC reboot. by Saqib Khan · 7 years ago
  36. b60add1 Create an association to BMC inventory item by Gunnar Mills · 7 years ago
  37. 10e563a Remove nodist_noinst and nobase_nodist_include by Gunnar Mills · 7 years ago
  38. 652da83 Add "noinst" to generated header by Gunnar Mills · 7 years ago
  39. f5eaf39 Generate sdbusplus bindings for Associations. by Gunnar Mills · 7 years ago
  40. 9a78224 style changes to item_updater.cpp by Gunnar Mills · 7 years ago
  41. 0c2eb26 Remove rw ubi volume delete as part of bmc version delete. by Saqib Khan · 7 years ago
  42. 0129d92 Add field mode to BMC updater by Michael Tritz · 7 years ago
  43. 5d53267 BMC: Store RedundancyPriority on System. by Saqib Khan · 7 years ago
  44. b1cfdf9 Check if BMC tarball has all required files during image verifcation by Michael Tritz · 7 years ago
  45. 7b5010f item_updater: Add a log to indicate duplicate image upload. by Saqib Khan · 7 years ago
  46. 140fcb1 BMC: Call emit_interfaces signal for temporary interfaces by Saqib Khan · 7 years ago
  47. 05a89a2 Add repo description to README by Gunnar Mills · 7 years ago
  48. 0edd4ad BMC Activation: Implement ActivationProgress interface by Michael Tritz · 7 years ago
  49. f2b5e0d Miscellaneous improvements to activation/item updater by Michael Tritz · 7 years ago
  50. 3526ef7 item_updater: Added erase method by Leonel Gonzalez · 7 years ago
  51. 50d559c image_manager: Added erase method by Leonel Gonzalez · 7 years ago
  52. e423368 version: Added erase callback and delete method by Leonel Gonzalez · 7 years ago
  53. bed88af Activation: Start service files and wait for completion by Michael Tritz · 7 years ago
  54. 37a5904 Item Updater: Implement BMC factory reset by Michael Tritz · 7 years ago
  55. 4c1aec0 BMC: Implement Software RedundancyPriority.interface by Saqib Khan · 7 years ago
  56. 84a0e69 item_updater: style simplification by Saqib Khan · 7 years ago
  57. 19177d3 item_updater: Use Common.FilePath to locate images by Saqib Khan · 7 years ago
  58. 9a8d14c Change image_manager.cpp to accept the correct purpose by Leonel Gonzalez · 7 years ago
  59. ba23988 Move Active BMC version object to item_updater. by Saqib Khan · 7 years ago
  60. 705f1bf item_updater: Add version dbus object. by Saqib Khan · 7 years ago
  61. 35e83f3 ItemUpdater: Validate BMC squashfs image by Saqib Khan · 7 years ago
  62. b077470 Create Constructor for BMC Activation by Saqib Khan · 7 years ago
  63. 9f35714 item_updater: match activations on Purpose::System by Patrick Williams · 7 years ago
  64. e75d10f use new sdbusplus match constructors by Patrick Williams · 7 years ago
  65. 9ec18ef Remove unnecessary namespace by Gunnar Mills · 7 years ago
  66. f576bca Add check for image dir by Gunnar Mills · 7 years ago
  67. 2ce7da2 Create activation interface on BMC version dbus creation by Gunnar Mills · 7 years ago
  68. ec1b41c Create initial BMC Item Updater by Gunnar Mills · 7 years ago
  69. 93c12d3 Create error log on fail by Gunnar Mills · 7 years ago
  70. 3027bba Create version dbus object by Gunnar Mills · 7 years ago
  71. 19e4ce5 Untar tarball by Gunnar Mills · 7 years ago
  72. 4e48fd5 Check if image upload dir exists by Gunnar Mills · 7 years ago
  73. 9b7c0b6 Rename class Version to BMCVersion by Gunnar Mills · 7 years ago
  74. 01d55c3 Move version gtests to phosphor-bmc-code-mgmt by Gunnar Mills · 7 years ago
  75. e91d321 Call processImage from inotify by Gunnar Mills · 7 years ago
  76. 368cfcb Change inotify to look at IN_CLOSE_WRITE flag by Gunnar Mills · 7 years ago
  77. 4973943 Sanitize FileName string by Gunnar Mills · 7 years ago
  78. 3a482f6 Create image dir if needed by Gunnar Mills · 7 years ago
  79. a733df5 Create error log on fail by Gunnar Mills · 7 years ago
  80. a927de4 Call tftp by Gunnar Mills · 7 years ago
  81. ef4781f Add Common.FilePath interface by Gunnar Mills · 7 years ago
  82. cebd102 Pass in the version purpose. by Gunnar Mills · 7 years ago
  83. 392f294 Move base version code to phosphor-bmc-code-mgmt by Gunnar Mills · 7 years ago
  84. 059e233 image manager: add inotify watch by Deepak Kodihalli · 7 years ago
  85. 7f160bc Rename version_software_manager_main.cpp by Deepak Kodihalli · 7 years ago
  86. 701e021 Initial Download manager by Gunnar Mills · 7 years ago
  87. 9e408ea phosphor-bmc-code-mgmt README by Gunnar Mills · 7 years ago
  88. af4759e Optimize namespace with using VersionInherit alias by Gunnar Mills · 7 years ago
  89. 32159fb Use phosphor-dbus-interfaces directly by Gunnar Mills · 7 years ago
  90. 89484c7 Set Activation properties on application startup by Gunnar Mills · 7 years ago
  91. ed92dfa Add Software Activation Interface by Gunnar Mills · 7 years ago
  92. a673ee0 Determine Version properties on application startup by Gunnar Mills · 7 years ago
  93. edb04dc Add a .gitignore to phosphor-bmc-code-mgmt by Gunnar Mills · 7 years ago
  94. 01a323b Add base support for BMC code management by Gunnar Mills · 7 years ago
  95. 063f307 Initial commit by Patrick Williams · 7 years ago