1. e47fdfb utils: Add a class to cache service lookups by William A. Kennington III · 6 years ago
  2. 25bc7ac watchdog: Cache service name by William A. Kennington III · 6 years ago
  3. 7f2d7c9 Fixed broken "fru read" command by Nagaraju Goruganti · 6 years ago
  4. 8466b79 Spelling fixes by Gunnar Mills · 6 years ago
  5. df53d22 SetLan: Fix the IP address if partial data given by Ratan Gupta · 6 years ago
  6. 7a7f012 SetLan: Apply the network changes once the timer expires by Ratan Gupta · 6 years ago
  7. 32cbd65 Timer: Fix the timer expire property. by Ratan Gupta · 6 years ago
  8. 1247e0b SetLan: Move the setChannel access function by Ratan Gupta · 6 years ago
  9. 93b07d2 setlan: Remove registration of handler for Set Channel Access by Ratan Gupta · 6 years ago
  10. 3ee668f sensor: Refactor get sensor reading implementation by Tom Joseph · 6 years ago
  11. 2210215 sensor: Fix set sensor reading for analog sensors by Tom Joseph · 6 years ago
  12. af8a098 Change the byte order for aux firmware revision by Tom Joseph · 6 years ago
  13. 744398d Remove use of legacy inventory interface by Nagaraju Goruganti · 6 years ago
  14. 34e3d3f Remove use of legacy bmc control interface by Nagaraju Goruganti · 6 years ago
  15. 06a0abf sensors: rework sensor assertion by Brad Bishop · 6 years ago
  16. 5ca5095 Implement Get SDR and Reserve SDR repository command by Tom Joseph · 6 years ago
  17. dc212b2 sensor: Updates to the get device sdr command implementation by Tom Joseph · 6 years ago
  18. 13b87a3 sensor: Refactor get sensor reading command by Tom Joseph · 6 years ago
  19. 0ac0dd2 sensor: Refactor get sensor thresholds command by Tom Joseph · 6 years ago
  20. 0a1301c sensor: Add result exponent to the sensor yaml by Tom Joseph · 6 years ago
  21. 82feb17 Revert "Add chassis identify ipmi command." by Joel Stanley · 6 years ago
  22. 2e12a31 utils: Add missing functional include by Brad Bishop · 6 years ago
  23. 16852b5 Remove unused variables. by Nagaraju Goruganti · 6 years ago
  24. 22be97b DCMI: Add get/set Configuration Parameters command by Nagaraju Goruganti · 6 years ago
  25. 73f4451 watchdog: Implements the Watchdog Get Command by William A. Kennington III · 6 years ago
  26. b638de2 watchdog: Implement watchdog action setting by William A. Kennington III · 6 years ago
  27. de14a02 watchdog: Implement initialized using the new dbus interface by William A. Kennington III · 6 years ago
  28. 5257525 watchdog: Rewrite using sdbusplus by William A. Kennington III · 6 years ago
  29. e66c3b0 Add Get Repository Info Command by Dhruvaraj Subhashchandran · 6 years ago
  30. dd4cff1 dcmi: get sensor info: read config by Deepak Kodihalli · 6 years ago
  31. 0b45955 dcmi: implement get sensor info by Deepak Kodihalli · 6 years ago
  32. 61d5f7b watchdog: Reorganize header and function names by William A. Kennington III · 6 years ago
  33. ce6a795 Fix failure in reading power value during PowerOff state by Marri Devender Rao · 6 years ago
  34. 3e6a769 Fix the typo by Ratan Gupta · 6 years ago
  35. 6edfc5c FRU: Change the type code to ASCII by Ratan Gupta · 6 years ago
  36. 2f66f00 FRU: Fix the area offset calculation of Read FRU Data response by Ratan Gupta · 6 years ago
  37. 2848d60 FRU: Fix response for Read FRU Data Command by Ratan Gupta · 6 years ago
  38. e0cc855 SDR: Adding fru records as part of Get SDR command by Ratan Gupta · 6 years ago
  39. 0033097 Inventory:- making changes in the mako and the C++ structure by Ratan Gupta · 6 years ago
  40. d211702 apphandler.cpp: fix-up 80 chars by Patrick Venture · 6 years ago
  41. faa074c DCMI: Add Get Power Reading command to whitelist configuration by Marri Devender Rao · 6 years ago
  42. e9a6405 Add Control.FanPwm as interface. by Patrick Venture · 7 years ago
  43. 6ae3df3 watchdog: Consistently return errors for dbus failures by William A. Kennington III · 6 years ago
  44. 9c966e0 DCMI: Populate response buffer with power reading by Marri Devender Rao · 6 years ago
  45. 66c5fda DCMI: Read power value from the configured D-Bus object path by Marri Devender Rao · 6 years ago
  46. 138e018 dcmi: fix max temperature constant by Deepak Kodihalli · 6 years ago
  47. 5c0beec Support Get Sensor Thresholds Command by Dhruvaraj Subhashchandran · 6 years ago
  48. b1e8fba dcmi: get temperature readings: read temp sensors by Deepak Kodihalli · 6 years ago
  49. ee717d7 dcmi : implement get temperature readings by Deepak Kodihalli · 6 years ago
  50. c6162fb sensor: Modify the Get sensor reading command by Tom Joseph · 6 years ago
  51. e29be41 DCMI: Implement Get DCMI capabilities info command. by Dhruvaraj Subhashchandran · 6 years ago
  52. 9642391 sensor: Modify Get Device SDR command implementation by Tom Joseph · 6 years ago
  53. 31ff6e6 sensor: Populate entity id, instance and sensor name callback by Tom Joseph · 6 years ago
  54. b0adbcd sensor: Add support for multiple sensor naming pattern by Tom Joseph · 6 years ago
  55. 6fcdc21 Increase timeout for host to respond to attentions by Andrew Geissler · 6 years ago
  56. b5de286 Remove unwarranted call to free() by Deepak Kodihalli · 6 years ago
  57. e73d15d watchdog: Fix enabled value type by William A. Kennington III · 6 years ago
  58. 3b76e37 Add Get System GUID command to whitelist configuration by Marri Devender Rao · 6 years ago
  59. 5325f2c watchdog: Implement error on reset of disabled watchdog by William A. Kennington III · 6 years ago
  60. a9fbff4 Add channel-gen.cpp to compilation units by Tom Joseph · 6 years ago
  61. 6244f93 Add sensor entry for power supply redundancy enabled. by Dhruvaraj Subhashchandran · 7 years ago
  62. 5e007a5 DCMI : Implement Get System GUID command by Marri Devender Rao · 6 years ago
  63. dfd8469 LANConf: Minor Fixes by Ratan Gupta · 7 years ago
  64. c01edf2 multiple-channel configuration via yaml by Patrick Venture · 7 years ago
  65. a1adb07 Get Device ID - JSON by David Cobbley · 7 years ago
  66. 5bfbde3 Add chassis identify ipmi command. by James Feist · 7 years ago
  67. c7c1c3c multiple channel configuration support by Patrick Venture · 7 years ago
  68. ef7773c Update .gitignore by Tom Joseph · 7 years ago
  69. 6223561 sensorhandler: allow preconfigured unit and scale by Emily Shaffer · 7 years ago
  70. dd99431 ipmisensor.cpp: Fix msg from "Undetermine" to "Undetermined" by Adriana Kobylak · 7 years ago
  71. 2b7e07d IPMI device ID command mismatch with BMC current side issue fix. by Dinesh Chinari · 7 years ago
  72. c6a571a sensor: Modify the service lookup for set sensor command by Tom Joseph · 7 years ago
  73. 3f2ed8e Document OpenBMC OEM Extension Numbering by Peter Hanson · 7 years ago
  74. dd64620 Fix the getLan config by Ratan Gupta · 7 years ago
  75. 585a1e9 transporthandler: lan_set_in_progress to per channel by Patrick Venture · 7 years ago
  76. b831c01 transporthandler: minor cleanup unused variables by Patrick Venture · 7 years ago
  77. 894571d watchdog: cleanup style and similar fixes by Patrick Venture · 7 years ago
  78. b647d5b Commit a MaintenanceProcedure log entry on a 0xDE SEL record by Tom Joseph · 7 years ago
  79. b0b395b Fixed the duplicated event string in error message by Marri Devender Rao · 7 years ago
  80. 8991dd6 Spelling fixes by Gunnar Mills · 7 years ago
  81. 5794fcf apphandler: channel: split out commands by Patrick Venture · 7 years ago
  82. 5e6ac71 watchdog: split out commands by Patrick Venture · 7 years ago
  83. 5914678 Add IBM OEM NetFn(0x3A) by Tom Joseph · 7 years ago
  84. 5b801e4 Update Journal Variable Names in utils.cpp by Gunnar Mills · 7 years ago
  85. e4050f2 Update Journal Variable Names by Gunnar Mills · 7 years ago
  86. e893939 storagehandler: Use new phosphor-timemanager interface by Lei YU · 7 years ago
  87. 52d9124 storagehandler: sort include files by Lei YU · 7 years ago
  88. 8f7a6f6 Add DCMI Get/Set Management Controller Id String by Vladislav Vovchenko · 7 years ago
  89. 1fe5c83 Don't set/get zeroconfig address if other IP address is present by Nagaraju Goruganti · 7 years ago
  90. e245e4e IPMI changes to mark non present as non functional by Dhruvaraj Subhashchandran · 7 years ago
  91. e84841c IPMI changes to skip updating non present cores by Dhruvaraj Subhashchandran · 7 years ago
  92. d12ae75 Revert "Remove legacy reading of PS derating" by Dhruvaraj Subhashchandran · 7 years ago
  93. f536c90 boot policy: Support boot parameter #4 (boot info) by Tom Joseph · 7 years ago
  94. 8202432 Handle std::runtime_error exception in get sensor reading by Tom Joseph · 7 years ago
  95. 57e8eb7 boot policy: Correct the logic of setting the boot policy by Tom Joseph · 7 years ago
  96. f915f85 Use static path for inventory manager by Dhruvaraj Subhashchandran · 7 years ago
  97. 1bf3b74 Remove legacy reading of PS derating by Dhruvaraj Subhashchandran · 7 years ago
  98. f0c4878 typofix: s/impelmented/implemented/g by Patrick Venture · 7 years ago
  99. 03f84ba Move error msg for trying wildcard into debug only by Patrick Venture · 7 years ago
  100. 580af36 sensor: Pass the dbus property type as a template parameter by Tom Joseph · 7 years ago