| commit | 1963aaf7a73c12e5e7fae3d9231accf7f6a4b495 | [log] [tgz] |
|---|---|---|
| author | David Tang <davtang@google.com> | Mon Nov 25 17:55:36 2024 +0000 |
| committer | David Tang <davtang@google.com> | Mon Nov 25 18:02:25 2024 +0000 |
| tree | 98d909f362b29866e1812a85717ebcb8ccd2f8bd | |
| parent | 735aabcce4637eaa8df6c1120cd38ca2d1d910da [diff] |
[clang-tidy] Fix clang-tidy errors from g3/gsys config Fix the following clang-tidy errors found here: https://paste.googleplex.com/5049909517746176 Google-Bug-Id: 380138391 Change-Id: Ic22cde6532d6dcae3d9bc3a45c24163c43e54f01 Signed-off-by: David Tang <davtang@google.com>
Gvrlog is a generalized design that collects and analyzes data from the registers of power managers (CPLDs and Power Sequencers) and voltage regulators (VRs) sensors via PMBus, supporting multiple scenarios.
log_tool --config ${cfgDirPath} --log ${logDirPath} --type ${logType} --name ${specificName} # Examples: log_tool -c configs/power_rail_configs_example/ -l logs/power_rail -t power_rail -n P12V log_tool -c configs/voltage_regulator_configs_example/ \ -l logs/voltage_regulator -t voltage_regulator -n P1V07_BMC
max34451_logger --config ${cfgDirPath} --log ${logDirPath} --details # Example: max34451_logger -c configs/power_rail_configs_example/max34451 -l logs/max34451 -d
For more details, please refer to the Onboarding Document.