1. 716cd78 processBMCImage: Dynamically calculate version id by Adriana Kobylak · 4 years, 1 month ago
  2. 24a8d83 item_updater: Use relative path to append OS_RELEASE_FILE by Adriana Kobylak · 4 years, 1 month ago
  3. 58aa750 clang-format: update to latest from docs repo by Adriana Kobylak · 4 years, 1 month ago
  4. bc1facd sdbusplus: replace message::variant with std::variant by Patrick Williams · 4 years, 1 month ago
  5. 60f5ccf Factory Reset: Wait for env variables by Gunnar Mills · 4 years, 1 month ago
  6. c98d912 Use std::filesystem instead of std::experimental by Adriana Kobylak · 4 years, 2 months ago
  7. e883fb8 sdbusplus: remove deprecated variant_ns by Patrick Williams · 4 years, 2 months ago
  8. bbebec7 Add updateable association to active BMC FW object by AppaRao Puli · 4 years, 5 months ago
  9. e9f6c84 Add support for Bios update by Vijay Khemka · 4 years, 6 months ago
  10. ec4eec3 serialize: Add version purpose by Adriana Kobylak · 4 years, 8 months ago
  11. 687e75e serialize: Store priority in directory instead of file by Adriana Kobylak · 4 years, 8 months ago
  12. 22848ec Move function to enable field mode to common code by Adriana Kobylak · 4 years, 8 months ago
  13. d5b8f75 item_updater: Return NotAllowed when attempting to clear FieldMode by Adriana Kobylak · 5 years ago
  14. 991af7e item_updater: Call remove association on delete by Adriana Kobylak · 6 years ago
  15. 43699ca Rename Version::Errors to Image::Errors by Adriana Kobylak · 6 years ago
  16. a696359 Fix being able to activate a Failed version by Adriana Kobylak · 6 years ago
  17. b0ce996 clang-format: Update to match docs repo by Gunnar Mills · 6 years ago
  18. 0f88b5a Delete functional BMC id if ACTIVE_BMC_MAX_ALLOWED is less than 2 by Lei YU · 6 years ago
  19. 269bff3 Make MEDIA_DIR configurable by Lei YU · 6 years ago
  20. 87c7817 Catch SdBusError when calling the mapper by Ed Tanous · 6 years ago
  21. bbcb7be Move setting the priority U-Boot variable to ubi by Adriana Kobylak · 6 years ago
  22. 56aaf45 item_updater: sort ubi specific code by Lei YU · 6 years ago
  23. 1be8d50 Refactor of bmcImages by Lei YU · 6 years ago
  24. eaa1ee0 Perform uboot mirroring operation during BMC boot by Eddie James · 6 years ago
  25. 69f4ab9 Revert "Delay return from updateUbootEnvVars() until service file finishes" by Adriana Kobylak · 6 years ago
  26. 2225fda Delay return from updateUbootEnvVars() until service file finishes by Michael Tritz · 6 years ago
  27. 2ab9b10 Add support for signature verification routines by Jayanth Othayoth · 6 years ago
  28. 2285fe0 Enable clang code format by Adriana Kobylak · 6 years ago
  29. 83cd21f item_updater: Fix DeleteAll by Adriana Kobylak · 6 years ago
  30. 204e1e7 Call freeSpace() function before update by Adriana Kobylak · 6 years ago
  31. 596466b Fix error logging by Adriana Kobylak · 6 years ago
  32. 1254c62 item_updater: Look for BMC inventory interface by Adriana Kobylak · 7 years ago
  33. ee13e83 BMC: Fix the delete implementation. by Saqib Khan · 7 years ago
  34. b77551c Call update u-boot env once when a priority is changed by Adriana Kobylak · 7 years ago
  35. 4254bec BMC Updater: Remove the Object.Delete interface from functional version by Michael Tritz · 7 years ago
  36. ff0b421 Fix for field mode not working after reboot by Michael Tritz · 7 years ago
  37. d377ba1 Move duplicate image upload log inside image_manager by Saqib Khan · 7 years ago
  38. 2ad1b55 Update Journal Entry Format by Gunnar Mills · 7 years ago
  39. f0382c3 Update U-boot env variables by Saqib Khan · 7 years ago
  40. 49446ae Update Uboot environment variables when a version is deleted or updated by Saqib Khan · 7 years ago
  41. d16bcbd Style changes in item_updater.cpp by Gunnar Mills · 7 years ago
  42. dcbfa04 Restore BMC version on systems that doesn't have new BMC ubi layout. by Saqib Khan · 7 years ago
  43. ee590c7 Set Priority value of functional BMC version to 0 by Adriana Kobylak · 7 years ago
  44. 021c365 Delete the BMC version that doesn't have a valid os-release file. by Saqib Khan · 7 years ago
  45. bc1bf3a BMC Updater: Add function to delete all versions by Michael Tritz · 7 years ago
  46. b9da663 BMC: Update u-boot environment variable based on lowest priority by Saqib Khan · 7 years ago
  47. f10b232 Change to pass by reference by Gunnar Mills · 7 years ago
  48. 88e8a32 Create BMC functional Association by Gunnar Mills · 7 years ago
  49. 6d87371 Add checks for currently running bmc image before erasing by Eddie James · 7 years ago
  50. 43b25cd Create active association on startup by Gunnar Mills · 7 years ago
  51. 9440f49 Fix problem requiring two Delete calls to remove an image by Eddie James · 7 years ago
  52. 6fab70d Change ro to rofs. by Saqib Khan · 7 years ago
  53. ded875d Create active association by Gunnar Mills · 7 years ago
  54. 1eef62d BMC: Restore version and activation dbus objects on BMC reboot. by Saqib Khan · 7 years ago
  55. b60add1 Create an association to BMC inventory item by Gunnar Mills · 7 years ago
  56. 9a78224 style changes to item_updater.cpp by Gunnar Mills · 7 years ago
  57. 0c2eb26 Remove rw ubi volume delete as part of bmc version delete. by Saqib Khan · 7 years ago
  58. 0129d92 Add field mode to BMC updater by Michael Tritz · 7 years ago
  59. 5d53267 BMC: Store RedundancyPriority on System. by Saqib Khan · 7 years ago
  60. b1cfdf9 Check if BMC tarball has all required files during image verifcation by Michael Tritz · 7 years ago
  61. 7b5010f item_updater: Add a log to indicate duplicate image upload. by Saqib Khan · 7 years ago
  62. f2b5e0d Miscellaneous improvements to activation/item updater by Michael Tritz · 7 years ago
  63. 3526ef7 item_updater: Added erase method by Leonel Gonzalez · 7 years ago
  64. 37a5904 Item Updater: Implement BMC factory reset by Michael Tritz · 7 years ago
  65. 4c1aec0 BMC: Implement Software RedundancyPriority.interface by Saqib Khan · 7 years ago
  66. 84a0e69 item_updater: style simplification by Saqib Khan · 7 years ago
  67. 19177d3 item_updater: Use Common.FilePath to locate images by Saqib Khan · 7 years ago
  68. ba23988 Move Active BMC version object to item_updater. by Saqib Khan · 7 years ago
  69. 705f1bf item_updater: Add version dbus object. by Saqib Khan · 7 years ago
  70. 35e83f3 ItemUpdater: Validate BMC squashfs image by Saqib Khan · 7 years ago
  71. 9f35714 item_updater: match activations on Purpose::System by Patrick Williams · 7 years ago
  72. e75d10f use new sdbusplus match constructors by Patrick Williams · 7 years ago
  73. 2ce7da2 Create activation interface on BMC version dbus creation by Gunnar Mills · 7 years ago
  74. ec1b41c Create initial BMC Item Updater by Gunnar Mills · 7 years ago