#
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 ...
|
#
48781aef |
| 10-May-2023 |
Patrick Williams <patrick@stwcx.xyz> |
clang-format: copy latest and re-format
clang-format-16 has some backwards incompatible changes that require additional settings for best compatibility and re-running the formatter. Copy the latest
clang-format: copy latest and re-format
clang-format-16 has some backwards incompatible changes that require additional settings for best compatibility and re-running the formatter. Copy the latest .clang-format from the docs repository and reformat the repository.
Change-Id: If66f68c96df4baf8dc07abf8729a3cb7657e932d Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
show more ...
|
#
415094c1 |
| 15-Feb-2021 |
Shawn McCarney <shawnmm@us.ibm.com> |
regulators: Stop boot if cfg file not found/valid Stop the boot during a BMC chassison/poweron if the regulators JSON configuration file cannot be found or is invalid. During th
regulators: Stop boot if cfg file not found/valid Stop the boot during a BMC chassison/poweron if the regulators JSON configuration file cannot be found or is invalid. During the boot, the regulators application configures the voltage regulators in the system. One of the most important voltage regulator settings that can be changed is the output voltage. The rules on how to configure the voltage regulators are defined in the JSON config file. If this file cannot be found or is invalid, the voltage regulators cannot be configured. That would mean that the voltage regulators would be turned on during the boot using their hardware default settings. It is common for some of the hardware defaults to be incorrect, occasionally by a significant amount. If the hardware defaults are significantly off, it is possible that hardware damage could occur. For example, if the output voltage is too high, downstream hardware components could be damaged. For this reason, the boot needs to be stopped. A critical error is logged, and the executable run by the systemd service file exits with a non-zero return code indicating failure. Note that this behavior will only occur if the phosphor-regulators application is being used. The application must be explicitly enabled using a meson build option. Tested: * Verified that boot is stopped if JSON config file not found/valid * Verified critical error logged * Verified regsctl exits with non-zero value causing config service to fail * Verified that boot continues if JSON config file valid * Tested with both 'obmcutil chassison' and 'obmcutil poweron' * For complete test plan see https://gist.github.com/smccarney/8801cad1fe1c4ae8913e57d9474bfaac Signed-off-by: Shawn McCarney <shawnmm@us.ibm.com> Change-Id: I211f19cd9b98daea86645611633f8943c44b0f75
show more ...
|
#
32707088 |
| 13-Apr-2020 |
Matthew Barth <msbarth@us.ibm.com> |
regs: Regulators control program The regulators control program is used to control the mode in which the phosphor-regulators application should run in. This is done by doing dbus met
regs: Regulators control program The regulators control program is used to control the mode in which the phosphor-regulators application should run in. This is done by doing dbus method calls into the phosphor-regulators service which changes the mode in which the application runs. Tested: Handles unsupported arguments and parameters Configure mode method called Enable monitoring mode method called Disable monitoring mode method called Signed-off-by: Matthew Barth <msbarth@us.ibm.com> Change-Id: Ia9c9b48469d39059d32518949faaa50c6a038236
show more ...
|