#
d7cd9f1e |
| 05-Aug-2024 |
George Liu <liuxiwei@ieisystem.com> |
README.md: Fix MD037 warnings
The following warnings are generated by using markdownlint analysis: ``` docs/monitor/sensors.md:11:23 MD037/no-space-in-emphasis Spaces inside emphasis markers [Contex
README.md: Fix MD037 warnings
The following warnings are generated by using markdownlint analysis: ``` docs/monitor/sensors.md:11:23 MD037/no-space-in-emphasis Spaces inside emphasis markers [Context: "_ ("] docs/monitor/sensors.md:11:66 MD037/no-space-in-emphasis Spaces inside emphasis markers [Context: ") _"] docs/monitor/sensors.md:13:23 MD037/no-space-in-emphasis Spaces inside emphasis markers [Context: "_ ("] docs/monitor/sensors.md:13:66 MD037/no-space-in-emphasis Spaces inside emphasis markers [Context: ") _"] ``` Refer to markdown-lint [1] to fix MD037 [1]: https://github.com/updownpress/markdown-lint/blob/master/rules/037-no-space-in-emphasis.md
Signed-off-by: George Liu <liuxiwei@ieisystem.com> Change-Id: Ifff2a9c647b284b49423ed3d04c79af8d5576b16
show more ...
|
#
6d3e18c0 |
| 05-Aug-2024 |
George Liu <liuxiwei@ieisystem.com> |
Fix MD033 warnings
The following warnings are generated by using markdownlint analysis: ``` MD033/no-inline-html Inline HTML [Element: code] MD033/no-inline-html Inline HTML [Element: pre] MD033/no-
Fix MD033 warnings
The following warnings are generated by using markdownlint analysis: ``` MD033/no-inline-html Inline HTML [Element: code] MD033/no-inline-html Inline HTML [Element: pre] MD033/no-inline-html Inline HTML [Element: b] MD033/no-inline-html Inline HTML [Element: i] ``` Refer to markdown-lint [1] to fix MD033 [1]: https://github.com/updownpress/markdown-lint/blob/master/rules/033-no-inline-html.md
Signed-off-by: George Liu <liuxiwei@ieisystem.com> Change-Id: I7dfb63e9f3a663cfea60b5d0a0a4ae8540ddd1d6
show more ...
|
#
a49e3f19 |
| 08-Dec-2022 |
Patrick Williams <patrick@stwcx.xyz> |
prettier: re-format
Prettier is enabled in openbmc-build-scripts on Markdown, JSON, and YAML files to have consistent formatting for these file types. Re-run the formatter on the whole repository.
prettier: re-format
Prettier is enabled in openbmc-build-scripts on Markdown, JSON, and YAML files to have consistent formatting for these file types. Re-run the formatter on the whole repository.
Change-Id: I961ec77b2617da3e097e64e0d8e8980bb7e5b426 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
show more ...
|
#
27cc39f1 |
| 20-Sep-2022 |
Chau Ly <chaul@amperecomputing.com> |
monitor: Support target_path option in configuration file
The target path containing the interface xyz.openbmc_project.control.FanPwm or xyz.openbmc_project.control.FanSpeed can be different between
monitor: Support target_path option in configuration file
The target path containing the interface xyz.openbmc_project.control.FanPwm or xyz.openbmc_project.control.FanSpeed can be different between phosphor-hwmon and dbus-sensor.
In phosphor-hwmon, it is "/xyz/openbmc_project/sensors/fan_tach/". In dbus-sensor, it is "/xyz/openbmc_project/control/fanpwm/".
This commit supports making this path configurable via "target_path" as a full object path. By default, it is the same as the fan tach object path.
Signed-off-by: Chau Ly <chaul@amperecomputing.com> Change-Id: I2658a462dd49a98ad77d684f2927e6ccae21cd15
show more ...
|
#
3b4d973b |
| 19-Feb-2021 |
Matthew Barth <msbarth@us.ibm.com> |
docs:monitor: Fill in sensors attribute details The `sensors` attribute contains a list of sensor objects that make up the fan enclosure object. The sensors are what's monitored to deter
docs:monitor: Fill in sensors attribute details The `sensors` attribute contains a list of sensor objects that make up the fan enclosure object. The sensors are what's monitored to determine the functional state of the fan. Signed-off-by: Matthew Barth <msbarth@us.ibm.com> Change-Id: I9d673efc9ff95d638b9edf68fa0cb45b529657a9
show more ...
|
#
57caa923 |
| 16-Feb-2021 |
Matthew Barth <msbarth@us.ibm.com> |
docs:monitor: Configuration content outline Fill in the fan monitor JSON configuration content and add syntax detail markdown files for each attribute available. Each attribute's syn
docs:monitor: Configuration content outline Fill in the fan monitor JSON configuration content and add syntax detail markdown files for each attribute available. Each attribute's syntax markdown file will be completed in follow-up commits to provide further details on the attribute within the configuration. Signed-off-by: Matthew Barth <msbarth@us.ibm.com> Change-Id: Ibe97080c8b993c67c54af9989e775191607314b7
show more ...
|