#
6151c286 |
| 05-Aug-2024 |
George Liu <liuxiwei@ieisystem.com> |
Fix MD040 warnings
The following warnings are generated by using markdownlint analysis: ``` MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"] ``` Refer
Fix MD040 warnings
The following warnings are generated by using markdownlint analysis: ``` MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"] ``` Refer to markdown-lint [1] to fix MD040 [1]: https://github.com/updownpress/markdown-lint/blob/master/rules/040-fenced-code-language.md
Signed-off-by: George Liu <liuxiwei@ieisystem.com> Change-Id: I456b41fe5f368798cd1d1e78cd83d29b5bb7e236
show more ...
|
#
4afafc8a |
| 01-Aug-2024 |
Shawn McCarney <shawnmm@us.ibm.com> |
regs: Document usage of new compatible intf
Update the phosphor-regulators configuration file documentation. Explain how the new xyz.openbmc_project.Inventory.Decorator.Compatible D-Bus interface is
regs: Document usage of new compatible intf
Update the phosphor-regulators configuration file documentation. Explain how the new xyz.openbmc_project.Inventory.Decorator.Compatible D-Bus interface is used to find the config file name.
The C++ changes to use the new D-Bus interface will be done in a subsequent commit.
Change-Id: If93272a5b69c9e5bd877a4ebf461b2439aa42b2e Signed-off-by: Shawn McCarney <shawnmm@us.ibm.com>
show more ...
|
#
0dbce568 |
| 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: I53dc3bb17d5dcbb9b33fa3d0db62138f37cc8c0b Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
show more ...
|
#
7e2a549e |
| 09-Aug-2021 |
Shawn McCarney <shawnmm@us.ibm.com> |
regulators: Document phase fault detection
Three new JSON objects are being added to support phase fault detection: * phase_fault_detection * i2c_capture_bytes * log_phase_fault
Add new markdown fi
regulators: Document phase fault detection
Three new JSON objects are being added to support phase fault detection: * phase_fault_detection * i2c_capture_bytes * log_phase_fault
Add new markdown files to document these new objects. Also update existing documentation to include phase fault detection.
Signed-off-by: Shawn McCarney <shawnmm@us.ibm.com> Change-Id: I1b3342970640e5942bd5dc5249dae5fb26115324
show more ...
|
#
860d51af |
| 21-Jan-2021 |
Shawn McCarney <shawnmm@us.ibm.com> |
regulators: Document config file name options
Document the options for naming the regulators JSON configuration file. A config file can have the default file name, or it can have a file name based o
regulators: Document config file name options
Document the options for naming the regulators JSON configuration file. A config file can have the default file name, or it can have a file name based on the values of the IBMCompatibleSystem D-Bus interface provided by Entity Manager.
Rename the example config file to the default file name.
Signed-off-by: Shawn McCarney <shawnmm@us.ibm.com> Change-Id: I8398d8c90e85731ab05c6aeaff3a5ea6e91114f8
show more ...
|
#
3c68286b |
| 04-Aug-2020 |
Shawn McCarney <shawnmm@us.ibm.com> |
regulators: Discuss firmware update in README
Update the phosphor-regulators README.md file to discuss the impacts of installing new firmware on the BMC.
Explain that installing new firmware does n
regulators: Discuss firmware update in README
Update the phosphor-regulators README.md file to discuss the impacts of installing new firmware on the BMC.
Explain that installing new firmware does not affect the /etc/phosphor-regulators directory. This means that a config file in that directory will continue to override the standard config file after a firmware update.
Signed-off-by: Shawn McCarney <shawnmm@us.ibm.com> Change-Id: Ic4419b5759d93cd796b693941874f696bffa6285
show more ...
|
#
91090e41 |
| 19-May-2020 |
Shawn McCarney <shawnmm@us.ibm.com> |
regulators: Create README in application directory
Create a README file in the phosphor-regulators directory. The file summarizes the features of the application. It also contains a link to the co
regulators: Create README in application directory
Create a README file in the phosphor-regulators directory. The file summarizes the features of the application. It also contains a link to the config file documentation.
Also made minor updates to the config file README.
Signed-off-by: Shawn McCarney <shawnmm@us.ibm.com> Change-Id: Idf04501234237d84e6a0350fd93de3f9d3a7c431
show more ...
|
#
994a873c |
| 13-Dec-2019 |
Bob King <Bob_King@wistron.com> |
Modify README.md for folders change under phosphor-regulators and link.
Rename validate-regulators-config to validate-regulators-config.py and create schema folder that includes the config_schema.js
Modify README.md for folders change under phosphor-regulators and link.
Rename validate-regulators-config to validate-regulators-config.py and create schema folder that includes the config_schema.json file that validate-regulators-config.py needs.
Signed-off-by: Bob King <Bob_King@wistron.com> Change-Id: Ib09e1bee6f13361a787ab82f7937d02a80cb41c4
show more ...
|
#
310d8641 |
| 07-Oct-2019 |
Shawn McCarney <shawnmm@us.ibm.com> |
Initial documentation for regulator config files
Added documentation for the phosphor-regulators config file. The phosphor-regulators application configures and monitors voltage regulators.
This c
Initial documentation for regulator config files
Added documentation for the phosphor-regulators config file. The phosphor-regulators application configures and monitors voltage regulators.
This commit contains the README, an example config file, and documentation for the root object within the config file. Subsequent commits will add documentation for the other JSON objects in the config file.
Signed-off-by: Shawn McCarney <shawnmm@us.ibm.com> Change-Id: Ia5cea4bb5a4d4053c1537ce385fcd3c903423e56
show more ...
|