- f5772d2 EntityManager: Promote FoundDeviceT to a struct and rename by Andrew Jeffery · 2 years, 9 months ago
- b0c7bd1 romed8hm3: add VDDCR_CPU warning & critical thresholds by Zev Weiss · 2 years, 9 months ago
- 1525e85 fru-device: use off_t/size_t for FRU IO offsets & lengths by Zev Weiss · 2 years, 10 months ago
- 1dda2b3 FruDevice: Refactor i2c device monitor by Jiaqing Zhao · 2 years, 9 months ago
- f805baf fru-device: Refine addressing mode detection logic by Jae Hyun Yoo · 2 years, 9 months ago
- e4dc140 Add pca9548 Mux into entity manager by Sujoy Ray · 2 years, 9 months ago
- 1f304b4 configurations: add ASRock ROMED8HM3 by Zev Weiss · 2 years, 9 months ago
- 27adbb7 devices: add LM25066 support by Zev Weiss · 2 years, 9 months ago
- 8602201 Add 24C04, 24C08, 24C16, 24C32, 24C128 and 24C256 EEPROMs by Jae Hyun Yoo · 2 years, 9 months ago
- f1102ff Utils: Move result definition to where it's used by Andrew Jeffery · 2 years, 9 months ago
- efcbf00 Utils: Use consistent style in expression reconstruction by Andrew Jeffery · 2 years, 9 months ago
- deb97f1 Utils: Drop redundant iteration guard by Andrew Jeffery · 2 years, 9 months ago
- 9555961 Expression: evaluate adjusts the end iterator to the end by Andrew Jeffery · 2 years, 9 months ago
- 77b3c06 Utils: Simplify 'replaced' loop exit in templateCharReplace() by Andrew Jeffery · 2 years, 9 months ago
- 159588b Utils: std::stoul() converts numbers in base 10 too by Andrew Jeffery · 2 years, 9 months ago
- 5ace4e4 Utils: Extract expression evaluation loop to Expression.cpp by Andrew Jeffery · 2 years, 9 months ago
- a05437e Utils: Break out expression parsing and evaluation by Andrew Jeffery · 2 years, 9 months ago
- 7d05afc Utils: Declare mathChars and nextItemIdx where they're used by Andrew Jeffery · 2 years, 9 months ago
- 8d8b62f Utils: `templateChar + propName` is `templateName` by Andrew Jeffery · 2 years, 9 months ago
- d9e3e19 Utils: Destructure interface properties in templateCharReplace() by Andrew Jeffery · 2 years, 9 months ago
- e0ed587 Utils: Continue early in templateCharReplace() to avoid indentation by Andrew Jeffery · 2 years, 9 months ago
- 3c5f12b PerformScan: Eliminate duplicate type check in run() by Andrew Jeffery · 2 years, 9 months ago
- 8650187 PerformScan: Only hash if we're not debugging in getRecordName() by Andrew Jeffery · 2 years, 9 months ago
- 928c5b2 PerformScan: Unwrap comments in getRecordName() by Andrew Jeffery · 2 years, 9 months ago
- 1ae4ed6 PerformScan: Eliminate else-after-return in getRecordName() by Andrew Jeffery · 2 years, 9 months ago
- 26db575 PerformScan: Clean up whitespace in registerCallback() by Andrew Jeffery · 2 years, 9 months ago
- 4dcc55d PerformScan: Make registerCallback() static by Andrew Jeffery · 2 years, 9 months ago
- 91c5eaa PerformScan: Clean up timer declarations using auto by Andrew Jeffery · 2 years, 9 months ago
- d9b6784 PerformScan: Introduce DBusInterfaceInstance by Andrew Jeffery · 2 years, 9 months ago
- 4732183 PerformScan: Eliminate interfaceConnections by Andrew Jeffery · 2 years, 9 months ago
- 8d2761e PerformScan: Extract processDbusObjects() by Andrew Jeffery · 2 years, 9 months ago
- 4a4ab5c PerformScan: Remove redundant early-return by Andrew Jeffery · 2 years, 9 months ago
- c6558f6 PerformScan: All interfaces on a path is an object by Andrew Jeffery · 2 years, 9 months ago
- 1983d2f EntityManager: Make MapperGetSubTreeResponse type comprehensible by Andrew Jeffery · 2 years, 9 months ago
- 402fa1c EntityManager: Remove dead ManagedObjectType definition by Andrew Jeffery · 2 years, 9 months ago
- eab4929 EntityManager: Rename BasicVariantType to DBusValueVariant by Andrew Jeffery · 2 years, 9 months ago
- ac20bd9 EntityManager: Rename DBusProbeObjectT to MapperGetSubTreeResponse by Andrew Jeffery · 2 years, 9 months ago
- f331179 EntityManager: Rename findJsonFiles() to loadConfigurations() by Andrew Jeffery · 2 years, 10 months ago
- e35d0ac EntityManager: Extract publishNewConfiguration() by Andrew Jeffery · 2 years, 10 months ago
- 7c4cbbe EntityManager: Extract deriveNewConfiguration() by Andrew Jeffery · 2 years, 10 months ago
- 0d0c146 EntityManager: Extract pruneConfiguration() by Andrew Jeffery · 2 years, 10 months ago
- 5ec49ad EntityManager: Clean up interface removal condition by Andrew Jeffery · 2 years, 10 months ago
- 6cbbc09 EntityManager: Exploit destructuring for configuration removed loop by Andrew Jeffery · 2 years, 10 months ago
- 2f750d2 EntityManager: Introduce getDeviceInterfaces() by Andrew Jeffery · 2 years, 10 months ago
- d235cb6 EntityManager: Flip condition to start removed timer by Andrew Jeffery · 2 years, 10 months ago
- 4db38bc EntityManager: Refactor pruneDevice() early-exits by Andrew Jeffery · 2 years, 10 months ago
- 89ec352 EntityManager: Introduce pruneDevice() by Andrew Jeffery · 2 years, 10 months ago
- a82c55d EntityManager: Exploit destructuring for device removed loop by Andrew Jeffery · 2 years, 10 months ago
- d38fc67 EntityManager: Continue the loop if the entity is present by Andrew Jeffery · 2 years, 10 months ago
- 8924f2f EntityManager: Determine device config presence with .contains() by Andrew Jeffery · 2 years, 10 months ago
- 27a1cfb EntityManager: Rename isDetectedPowerOn for clarity by Andrew Jeffery · 2 years, 10 months ago
- b620944 EntityManager: Refactor deviceRequiresPowerOn() with early-exits by Andrew Jeffery · 2 years, 10 months ago
- 5519293 EntityManager: Extract deviceRequiresPowerOn() by Andrew Jeffery · 2 years, 10 months ago
- a96950d EntityManager: Destructure board properties in postToDbus() by Andrew Jeffery · 2 years, 10 months ago
- 13132df EntityManager: Destructure board attributes in postToDbus() by Andrew Jeffery · 2 years, 10 months ago
- 5a6379c EntityManager: Destructure exposed items in postToDbus() by Andrew Jeffery · 2 years, 10 months ago
- ace306d EntityManager: Destructure items when iterating newConfiguration by Andrew Jeffery · 2 years, 10 months ago
- 65ea450 EntityManager: Destructure dict items in populateInterfaceFromJson() by Andrew Jeffery · 2 years, 10 months ago
- 029ee28 EntityManager: Rename key to path in populateInterfaceFromJson() by Andrew Jeffery · 2 years, 10 months ago
- f518471 PerformScan: Destructure config items in run() by Andrew Jeffery · 2 years, 10 months ago
- f8ae2ba FruUtils: Fix code formatting by Andrew Jeffery · 2 years, 10 months ago
- 0710828 fru-device: fix return value of i2cSmbusWriteThenRead() by Zev Weiss · 2 years, 10 months ago
- 7135f3d Move getFRUInfo function to FruUtils.cpp file. by Kumar Thangavel · 3 years ago
- c74e751 Move global variable busMap to FruUtil.hpp by Kumar Thangavel · 3 years ago
- 2418a61 Fix dangling references to powerIsOn by Jonathan Doman · 2 years, 11 months ago
- de602c5 Configuration: Bletchley: add INA230 sensors by Potin Lai · 2 years, 10 months ago
- ee4b636 configurations: add Delta AWF2DC3200W PSU by Zev Weiss · 2 years, 11 months ago
- ec6183c Add raa229126 type by Zhikui Ren · 2 years, 11 months ago
- 0961b11 Rename function `formatFRU` to `formatIPMIFRU` by Michael Shen · 2 years, 11 months ago
- 4e98940 Don't tidy/format files in subproject by Ed Tanous · 2 years, 10 months ago
- 32fc0a5 Add entity manager config for Tyan S8036 board. by Ali El-Haj-Mahmoud · 2 years, 11 months ago
- 52f5609 Configurations: Bletchley: Update AspeedFan by Potin Lai · 3 years, 1 month ago
- 797632e Fixed quote by Glukhov Mikhail · 2 years, 11 months ago
- 673768a Configurations: Bletchley: update temperature sensors thresholds by Potin Lai · 2 years, 11 months ago
- f671c21 Nisqually: Add three more additional boards by Brandon Wyman · 2 years, 11 months ago
- e24c063 Remove unused debug variable in entity-manager by Ed Tanous · 2 years, 11 months ago
- ed2f07b Add new device type INA219, ISL69260 and ADM1293 by Zhikui Ren · 2 years, 11 months ago
- 20fb4ae sensors: Add support for ISL69225 sensor for entity-manager by Khang Kieu · 3 years ago
- c62cc00 thresholds: Use correct values for HardShutdown by Rashmica Gupta · 3 years ago
- 9dc2cc5 Run json validation as part of the build by Ed Tanous · 3 years, 1 month ago
- 0177ea4 Add Support for Hardshutdown threshold interface for fansensor by Kumar Thangavel · 3 years ago
- e115c78 Correct inventory messages log level by Konstantin Aladyshev · 3 years ago
- 6fdb3b9 Add Support for Hardshutdown threshold interface for nicsensor by Kumar Thangavel · 3 years ago
- f8487e5 Adds Relative Humidity to Storm King and Blyth by Bruce Mitchell · 3 years, 1 month ago
- c769a6d Configurations: Bletchley: Update Front Panel Sensor by Potin Lai · 3 years, 1 month ago
- 3b802f1 Format config files with autojson by Ed Tanous · 3 years, 1 month ago
- 7f43ea8 Move global variables io service and bus to local variables. by Kumar Thangavel · 3 years, 1 month ago
- 5379f5c Configuration: Bletchley: rebase sled numbering to 1-based by Potin Lai · 3 years ago
- f466cce Configurations: Add Ampere Mt.Jade platform by Thang Q. Nguyen · 3 years, 2 months ago
- 1fef3b5 Configurations: Bletchley: Update sensors by Howard Chiu · 3 years, 1 month ago
- 1e8e71f Move global variable powerIsOn to local variable. by Kumar Thangavel · 3 years, 1 month ago
- a6d4733 Cleanup of code to pass CI, clang-tidy-13 by Bruce Mitchell · 3 years, 1 month ago
- a9c5892 entity-manager: Search sysconfdir for configurations by Andrew Jeffery · 3 years, 7 months ago
- 849c07d entity-manager: Support DPS310 and SI7020 Everest by Bruce Mitchell · 3 years, 6 months ago
- 79f89fe entity-manager: Support for DPS310 and SI7020 Rainier by Bruce Mitchell · 3 years, 7 months ago
- c1a4bb4 ambient virtual temp: add in thresholds by Rashmica Gupta · 3 years, 5 months ago
- 3c54360 Add optional hysteresis field to Thresholds by Rashmica Gupta · 3 years, 6 months ago
- 5cd7bbb configurations: Add ambient virtual sensor to Blyth by Rashmica Gupta · 3 years, 6 months ago
- 666583b EntityManager: Clean up use of probeTypes by Andrew Jeffery · 3 years, 1 month ago
- f07c5ed EntityManager: Split out PerformProbe by Andrew Jeffery · 3 years, 1 month ago