- f47a7a7 pseq: Add getRails() method to device hierarchy by Shawn McCarney · 7 months ago
- fe44e83 pseq: Add format_utils namespace by Shawn McCarney · 7 months ago
- df4e0e7 meson: Fix local meson build by Konstantin Aladyshev · 7 months ago
- 2495659 pseq: Add pgood fault detection to Rail class by Shawn McCarney · 9 months ago
- 98a2a72 meson: Provide wrap file for boost by Konstantin Aladyshev · 7 months ago
- e4fef0f pseq: Add presence caching to Services by Shawn McCarney · 7 months ago
- 2ae827a psu-ng: Fix log error for missing PSU by Faisal Awada · 8 months ago
- e4fa48c phosphor-power-supply: Fix code security vulnerabilities by George Liu · 9 months ago
- 9ec0d43 pseq: Remove output voltage comparison to OV limit by Shawn McCarney · 9 months ago
- 4af83db pseq: Create base class for sequencer devices by Shawn McCarney · 9 months ago
- 906cc3f pseq: Add Services class for automated testing by Shawn McCarney · 9 months ago
- 8d202f1 remove unused asio/sd_event.hpp include by Patrick Williams · 9 months ago
- 16e493a pseq: Add is_power_supply_rail JSON file property by Shawn McCarney · 9 months ago
- a4ea20b Revert "Create directory to put power device firmware" by Faisal Awada · 9 months ago
- 7affb1f State.Chassis: update service name by Patrick Williams · 10 months ago
- 6a957f6 pseq: Create standalone config file parser by Shawn McCarney · 10 months ago
- e2e32b2 Create directory to put power device firmware by Faisal Awada · 10 months ago
- d6e9bfe pseq: Create Rail class by Shawn McCarney · 10 months ago
- 5f51444 Move TemporaryFile class to root directory by Shawn McCarney · 10 months ago
- 8ac0673 owners: updated George email by George Liu · 10 months ago
- 6869acb psu-ng: Disable Communication, Logic, and Memory (CML) fault by Brandon Wyman · 3 years ago
- e4b7683 pseq: Document enhanced JSON config file format by Shawn McCarney · 11 months ago
- 3a49252 power-supply: don't fail if synch gpio not found by Andrew Geissler · 11 months ago
- d694d8f meson: adjust nlohmann-json dependency by Patrick Williams · 11 months ago
- 5c6a693 build: use allowed over enabled by Patrick Williams · 11 months ago
- c6afbbc meson: disable long-tests by default by Shawn McCarney · 11 months ago
- 6b8aadb Update meson command in README.md by Shawn McCarney · 11 months ago
- 43551f6 meson: disable oe-sdk by default by Patrick Williams · 11 months ago
- 03e2a02 psu-ng: Fixed PSU monitor app not to report error on valid configuration by Faisal Awada · 12 months ago
- b7131a1 psu-ng: Fixed PSU monitor app to bind/unbind device driver appropriately. by Faisal Awada · 1 year ago
- 319b0dd clang-format: copy latest and re-format by Patrick Williams · 1 year, 1 month ago
- 67f71b9 psu-ng: Remove previous input history code by Matt Spinler · 1 year, 2 months ago
- 592bd27 psu-ng: Add peak input power sensor for some PSs by Matt Spinler · 1 year, 2 months ago
- d676026 psu-ng: Group all private PS class attributes by Matt Spinler · 1 year, 2 months ago
- 9c446cd build: add cli11 dependency as necessary by Patrick Williams · 1 year, 2 months ago
- 0859a17 regenerate elog-errors.hpp by Patrick Williams · 1 year, 2 months ago
- 9ef7a04 psu-ng: Fix race condition within PSU monitor. by Faisal Awada · 1 year, 2 months ago
- 3b3ae8d meson_options.txt: Support for reading options from meson.options by George Liu · 1 year, 3 months ago
- 130ac97 power-sequencer: Replace Argument class with CLI11 by George Liu · 1 year, 3 months ago
- b60823f power-supply: Replace Argument class with CLI11 by George Liu · 1 year, 3 months ago
- 25478fa pseq: Create Bonnell configuration file by Shawn McCarney · 1 year, 3 months ago
- b0475e7 Update nlohmann-json subproject handling by Matt Spinler · 1 year, 4 months ago
- 6f499e6 meson: Replace configure_file with fs.copyfile by George Liu · 1 year, 3 months ago
- d3de364 Fix fmt subproject handling by Matt Spinler · 1 year, 4 months ago
- 220c246 Add googletest wrap by Matt Spinler · 1 year, 4 months ago
- c0b9e9e Fix standalone build fail in utils/version.cpp by Matt Spinler · 1 year, 4 months ago
- e9b3726 psu-ng: Bypass ACBEL unsupported features by Faisal Awada · 1 year, 3 months ago
- 9582d9c psu-ng: Add ACBEL PSU pmbus supported commands. by Faisal Awada · 1 year, 4 months ago
- 328ca31 pseq: Add GPIO formatting for UCD90160 by Shawn McCarney · 1 year, 4 months ago
- 5d79d36 build: upgrade to C++23 by Patrick Williams · 1 year, 4 months ago
- eae2d61 pseq: Add support for UCD90160 EM configuration by Jim Wright · 1 year, 11 months ago
- 8270b7d Support multiple D-Bus interfaces in getSubTree() by Shawn McCarney · 1 year, 4 months ago
- c48551a pseq: Add support for UCD90160 device by Jim Wright · 1 year, 11 months ago
- 5a355ba phosphor-regulators: squash warning on GCC-13 only by Patrick Williams · 1 year, 5 months ago
- 888bebd meson: add necessary subprojects by Patrick Williams · 1 year, 5 months ago
- 683c8b0 meson: remove cppfs dependency by Patrick Williams · 1 year, 5 months ago
- 8c324c9 add cstdint include by Patrick Williams · 1 year, 5 months ago
- 81e554c tests: adjust self-copy tests by Patrick Williams · 1 year, 5 months ago
- 41a6b9f remove unnecessary std::move calls by Patrick Williams · 1 year, 5 months ago
- 974a794 phosphor-regulators: squash GCC dangling-reference warning by Patrick Williams · 1 year, 5 months ago
- 8c90f31 systemd: no installation in templated targets by Andrew Geissler · 1 year, 6 months ago
- aded7a0 psu-ng: Retrieve PSU VPD keyword from D-Bus. by faisal · 1 year, 6 months ago
- 00e1def remove invalid user from OWNERS file by Andrew Geissler · 1 year, 6 months ago
- 48781ae clang-format: copy latest and re-format by Patrick Williams · 1 year, 6 months ago
- 0659422 psu-ng: Fix chassis association call by Matt Spinler · 1 year, 6 months ago
- c6fa666 psu-ng: Validate PSUs voltage input by Faisal Awada · 1 year, 6 months ago
- 95f6aab meson: remove deprecated get_pkgconfig_variable by Patrick Williams · 1 year, 7 months ago
- b66ae50 psu-ng: Dynamically assign the device driver name by Faisal Awada · 1 year, 7 months ago
- 6ff01ae psu-monitor: adapt do chassis state instance change by Andrew Geissler · 1 year, 7 months ago
- 1aaf9f8 psu-ng: Remove power rating prop if PS not present by Matt Spinler · 1 year, 8 months ago
- b40f04c psu-ng: Change paths of SN/PN/FN files by Matt Spinler · 1 year, 8 months ago
- a068f42 psu-ng: Put input voltage rating on D-Bus by Matt Spinler · 1 year, 8 months ago
- 86433ae power-supply: Fix warning by cppcheck by George Liu · 1 year, 8 months ago
- b9cf0d2 tools: Fix some warnings by cppcheck by George Liu · 1 year, 8 months ago
- 7f6921e phosphor-regulators: journal: Fix some warnings by cppcheck by George Liu · 1 year, 8 months ago
- 9464c42 Fix PSU status when BMC is in standby by George Liu · 1 year, 8 months ago
- 9659338 meson: Fix deprecated meson warnings by George Liu · 1 year, 8 months ago
- 6d42fd8 treewide: remove dependencies on mapper.target by Brad Bishop · 1 year, 9 months ago
- 3da879e update service file deps in accordance with recent refactoring by Andrew Geissler · 1 year, 9 months ago
- 7f9288c psu-ng: Change logic to clear brownout by Jim Wright · 1 year, 11 months ago
- 0327fcf pseq: Use more concise bracketing style in config by Jim Wright · 1 year, 11 months ago
- 9469a87 pseq: Fix backticks in README by Jim Wright · 1 year, 11 months ago
- 0dbce56 prettier: re-format by Patrick Williams · 1 year, 11 months ago
- 944ff61 beautysh: re-format by Patrick Williams · 1 year, 11 months ago
- 0a2b76b regulators: Update test cases for new jsonschema by Shawn McCarney · 1 year, 11 months ago
- a93243d python: fix flake8 warnings and format with black by Patrick Williams · 1 year, 11 months ago
- 4ab8656 psu-ng: Change detection of brownout errors by Jim Wright · 2 years ago
- 1530024 psu-ng: Fix Doxygen comments by Jim Wright · 2 years ago
- 1b63953 pseq: Use event for power good failure wait by Jim Wright · 2 years ago
- cefe85f psu-ng: Suppress additional errors after brownout by Jim Wright · 2 years ago
- 5c186c8 psu-ng: Use power control constants consistently by Jim Wright · 2 years ago
- bb54ba3 regulators: Initial Bonnell config file by Shawn McCarney · 2 years ago
- 941b60d psu-ng: Allow more than expected number of PS by Jim Wright · 2 years, 1 month ago
- d7f99fe Update OWNERS file by Shawn McCarney · 2 years, 1 month ago
- 983c989 psu-ng: Change max size of firmware version to 12 by Shawn McCarney · 2 years, 1 month ago
- 1c0576b pseq: Add README for power sequencer directory by Jim Wright · 2 years, 1 month ago
- 76d06b1 pseq: Add README for source file directory by Jim Wright · 2 years, 1 month ago
- dfe1f20 pseq: Add README for configuration file directory by Jim Wright · 2 years, 2 months ago
- f7019cb regulators: Fix possible uninitialized variable by Shawn McCarney · 2 years, 2 months ago
- 10eaa6c MAINTAINERS: remove file by Patrick Williams · 2 years, 3 months ago