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