#
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 ...
|
#
4c62fc77 |
| 14-Feb-2024 |
Matt Spinler <spinler@us.ibm.com> |
monitor: Add fan_frus_with_nonfunc_rotors cause
Create a new power off rule to power off when a specific number of fan FRUs have nonfunctional rotors. With this rule failing rotors can be treated d
monitor: Add fan_frus_with_nonfunc_rotors cause
Create a new power off rule to power off when a specific number of fan FRUs have nonfunctional rotors. With this rule failing rotors can be treated differently when they are spread across fans FRUS than when they are within the same fan FRU.
For example, if both rotors of a 2 rotor fan fail the system can stay up, but if 2 rotors in separate fans fail then the system could be made to power off.
Signed-off-by: Matt Spinler <spinler@us.ibm.com> Change-Id: Ia1d13596a9e8a6e3a361e5b631699a3c80e36fb8
show more ...
|
#
bea1151e |
| 12-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: Ia2f5cffe35ac3175d6663d9b4e173d16e985bf4c Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
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 ...
|
#
3755524d |
| 23-Feb-2021 |
Matthew Barth <msbarth@us.ibm.com> |
docs:monitor: Fill in the power_off_config attribute details
The `power_off_config` attribute contains a list of power off rules based on the monitoring state of the fans configured. These power off
docs:monitor: Fill in the power_off_config attribute details
The `power_off_config` attribute contains a list of power off rules based on the monitoring state of the fans configured. These power off rules can perform different system power off types to protect a system that is not able to provide enough cooling due to missing or nonfunctional fans.
Signed-off-by: Matthew Barth <msbarth@us.ibm.com> Change-Id: Idabaa3a2bb626d3b9048506ed23cd50fb9377f00
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 syntax markdown fil
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 ...
|