- f4b2e5a configurations: use lower_snake_case filenames by Brad Bishop · 2 years, 8 months ago
- 394ea2b configurations: Avoid spaces in file names by Zev Weiss · 2 years, 8 months ago
- e45d8c7 treewide: comply with the OpenBMC style guidelines by Brad Bishop · 2 years, 8 months ago
- 8482ffc FruDevice: Fix ReScanBus behavior on mux buses by Jiaqing Zhao · 2 years, 8 months ago
- a60ca54 romed8hm3: Add nct6779 Super I/O device by Zev Weiss · 2 years, 9 months ago
- 14a7bc9 meson: nlohmann/json has a meson build by Andrew Jeffery · 3 years, 5 months ago
- 5139ddd meson: wrap: Track upstream HEAD by Brad Bishop · 2 years, 8 months ago
- 7f15d0e subprojects: remove stray sdbusplus link by Brad Bishop · 2 years, 8 months ago
- 795c235 meson: wrap: Update valijson by Brad Bishop · 2 years, 8 months ago
- 1c9d378 Utils: Fix big number string parsing error by Jae Hyun Yoo · 2 years, 9 months ago
- adb3ac6 Configuration: Bletchley: add condition for DVT board by Potin Lai · 2 years, 8 months ago
- c7612cf devices: Add nct6779 support by Zev Weiss · 2 years, 8 months ago
- af9b46b PerformScan: Drop dbusSubtree parameter from updateSystemConfiguration() by Andrew Jeffery · 2 years, 9 months ago
- ea4ff02 PerformProbe: Invoke PerformScan::updateSystemConfiguration() directly by Andrew Jeffery · 2 years, 9 months ago
- ae6c1a4 PerformScan: Add updateSystemConfiguration() as a member function by Andrew Jeffery · 2 years, 9 months ago
- 98f3d53 PerformScan: Promote recordPtr to reference by Andrew Jeffery · 2 years, 9 months ago
- 3883487 PerformScan: Reorganise config loop early-exits by Andrew Jeffery · 2 years, 9 months ago
- dabee98 PerformScan: Extract generateDeviceName() by Andrew Jeffery · 2 years, 9 months ago
- b48779d PerformScan: Extract applyExposeActions() by Andrew Jeffery · 2 years, 9 months ago
- da45e5e PerformScan: Rename configList in applyConfigExposeActions() by Andrew Jeffery · 2 years, 9 months ago
- 060ac9c PerformScan: Avoid continue in applyExposeActions() by Andrew Jeffery · 2 years, 9 months ago
- 5468f8e PerformScan: Extract applyConfigExposeActions() by Andrew Jeffery · 2 years, 9 months ago
- cf11bd3 PerformScan: Extract apply{Bind,Disable}Action() from run() by Andrew Jeffery · 2 years, 9 months ago
- 1a02da8 PerformScan: Lift lambda from args in isExposeActionRecord() by Andrew Jeffery · 2 years, 9 months ago
- 219c11f PerformScan: Eliminate foundMatches by Andrew Jeffery · 2 years, 9 months ago
- d8213b9 PerformScan: Rename exposeRecord in isExposeActionRecord() by Andrew Jeffery · 2 years, 9 months ago
- 6de53fb PerformScan: Extract findExposeActionRecord() by Andrew Jeffery · 2 years, 9 months ago
- 88333fe Add PCA984x mux/switch support by Jiaqing Zhao · 2 years, 8 months ago
- ff503d8 Add support for ADS7828 I2C A/D Converter. by Michal Bielecki · 2 years, 9 months ago
- a244984 PerformScan: Use nlohmann::json::is_{string,array}() for type checks by Andrew Jeffery · 2 years, 9 months ago
- ba3c50c PerformScan: Use early returns in extractExposeActionRecordNames() by Andrew Jeffery · 2 years, 9 months ago
- 6890ae2 PerformScan: Extract extractExposeActionRecordNames() by Andrew Jeffery · 2 years, 9 months ago
- df92fa3 PerformScan: Bind and DisableNode Expose directives are actions by Andrew Jeffery · 2 years, 9 months ago
- a3eae22 PerformScan: Split conditionals to improve readability by Andrew Jeffery · 2 years, 9 months ago
- 08980a5 PerformScan: Tidy condition using nlohmann::json::is_array() by Andrew Jeffery · 2 years, 9 months ago
- 0088ed3 PerformScan: Un-nest continue by merging conditionals by Andrew Jeffery · 2 years, 9 months ago
- c1c769d PerformScan: Searching with 'recordName' means we found a 'record' by Andrew Jeffery · 2 years, 9 months ago
- 42c9ea6 PerformScan: Reorder operations when processing old configuration by Andrew Jeffery · 2 years, 9 months ago
- c0da0cc PerformScan: Rename fromLastJson in recordDiscoveredIdentifiers() by Andrew Jeffery · 2 years, 9 months ago
- ba41b62 PerformScan: Drop hasTemplateName from recordDiscoveredIdentifiers() by Andrew Jeffery · 2 years, 9 months ago
- 6addc02 PerformScan: Extract recordDiscoveredIdentifiers() by Andrew Jeffery · 2 years, 9 months ago
- 4d0b12e PerformScan: Avoid `continue` when updating unused indexes by Andrew Jeffery · 2 years, 9 months ago
- 8bc1244 PerformScan: Untemplated record name allows early continue by Andrew Jeffery · 2 years, 9 months ago
- 1d22175 PerformScan: Reduce indentation with early continue for absent record by Andrew Jeffery · 2 years, 9 months ago
- 50b2e0f Add PCA9542 and PCA9846 support by Jan Sowinski · 2 years, 8 months ago
- b241c69 PerformScan: Concurrent modification of container needs visibility by Andrew Jeffery · 2 years, 9 months ago
- 742a7eb PerformScan: Flip condition to avoid continue in pruneNullExposes() by Andrew Jeffery · 2 years, 9 months ago
- 5f05145 PerformScan: Return early from pruneRecordExposes() by Andrew Jeffery · 2 years, 9 months ago
- 7a7faed PerformScan: Rename fromLastJson in pruneRecordExposes() by Andrew Jeffery · 2 years, 9 months ago
- db45148 PerformScan: Extract pruneRecordExposes() by Andrew Jeffery · 2 years, 9 months ago
- d60b147 PerformScan: Rename ifacesIt to objectIt by Andrew Jeffery · 2 years, 9 months ago
- d53ee41 PerformScan: Lift name key update out of the for-loop by Andrew Jeffery · 2 years, 9 months ago
- f898ea1 PerformScan: Drop redundant assignment into system configuration by Andrew Jeffery · 2 years, 9 months ago
- 09a09a6 PerformScan: Make getRecordName() static by Andrew Jeffery · 2 years, 9 months ago
- d45b1e7 PerformScan: Promote dbusObject from pointer to reference by Andrew Jeffery · 2 years, 9 months ago
- ef5c843 PerformScan: allInterfaces is a subtree result by Andrew Jeffery · 2 years, 9 months ago
- 0a8de74 PerformScan: Rename emptyInterfaces to emptyObject as per its type by Andrew Jeffery · 2 years, 9 months ago
- 87145c1 PerformScan: Be explicit about dbusObject type in run() by Andrew Jeffery · 2 years, 9 months ago
- 920a281 PerformScan: Destructure device details in run() loop header by Andrew Jeffery · 2 years, 9 months ago
- 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