#
f5402197 |
| 16-Aug-2024 |
Patrick Williams <patrick@stwcx.xyz> |
clang-format: re-format for clang-18
clang-format-18 isn't compatible with the clang-format-17 output, so we need to reformat the code with the latest version. The way clang-18 handles lambda forma
clang-format: re-format for clang-18
clang-format-18 isn't compatible with the clang-format-17 output, so we need to reformat the code with the latest version. The way clang-18 handles lambda formatting also changed, so we have made changes to the organization default style format to better handle lambda formatting.
See I5e08687e696dd240402a2780158664b7113def0e for updated style. See Iea0776aaa7edd483fa395e23de25ebf5a6288f71 for clang-18 enablement.
Change-Id: I7b90380845efee6bf6a1fe342a793d71aa9ff181 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
show more ...
|
#
e9144ab4 |
| 22-May-2024 |
Shawn McCarney <shawnmm@us.ibm.com> |
pseq: Find config file using new compatible intf
Add support for finding the JSON configuration file using a list of compatible names from the new xyz.openbmc_project.Inventory.Decorator.Compatible
pseq: Find config file using new compatible intf
Add support for finding the JSON configuration file using a list of compatible names from the new xyz.openbmc_project.Inventory.Decorator.Compatible D-Bus interface.
Change-Id: Ic24bafd1d77413015aa8eac7b312dbd604a10995 Signed-off-by: Shawn McCarney <shawnmm@us.ibm.com>
show more ...
|
#
71d7fe43 |
| 02-May-2024 |
Shawn McCarney <shawnmm@us.ibm.com> |
pseq: Create UCD90xDevice class
Create the UCD90xDevice class in the phosphor-power-sequencer application.
This is a base class for the UCD90x family of power sequencer devices.
Tested: * Performe
pseq: Create UCD90xDevice class
Create the UCD90xDevice class in the phosphor-power-sequencer application.
This is a base class for the UCD90x family of power sequencer devices.
Tested: * Performed the following tests on Rainier and Everest systems * MFR_STATUS value obtained successfully * Verified error paths and exceptions thrown
Change-Id: I430ffb95d96e228ce0245ae1c9cb63db72d590c5 Signed-off-by: Shawn McCarney <shawnmm@us.ibm.com>
show more ...
|
#
b89395b1 |
| 23-Apr-2024 |
Shawn McCarney <shawnmm@us.ibm.com> |
pseq: Create PMBusDriverDevice class
Create the PMBusDriverDevice class in the phosphor-power-sequencer application.
This class is used for power sequencer devices that are bound to a PMBus device
pseq: Create PMBusDriverDevice class
Create the PMBusDriverDevice class in the phosphor-power-sequencer application.
This class is used for power sequencer devices that are bound to a PMBus device driver. It obtains PMBus information from sysfs/hwmon files created by the driver.
Tested: * Performed all of the following tests on Rainier and Everest systems * Correct sysfs/hwmon files and directories found * GPIO values obtained successfully * STATUS_WORD values obtained successfully * STATUS_VOUT values obtained successfully * READ_VOUT values obtained successfully * VOUT_UV_FAULT_LIMIT values obtained successfully * Mapping built from PMBus PAGE numbers to hwmon file numbers * Verified error paths and exceptions thrown
Change-Id: I2efd3146fa08d3584857c94c2bbbf691b1e2ad7d Signed-off-by: Shawn McCarney <shawnmm@us.ibm.com>
show more ...
|