prettier: re-formatPrettier is enabled in openbmc-build-scripts on Markdown, JSON, and YAMLfiles to have consistent formatting for these file types. Re-run theformatter on the whole repository.
prettier: re-formatPrettier is enabled in openbmc-build-scripts on Markdown, JSON, and YAMLfiles to have consistent formatting for these file types. Re-run theformatter on the whole repository.Change-Id: I53dc3bb17d5dcbb9b33fa3d0db62138f37cc8c0bSigned-off-by: Patrick Williams <patrick@stwcx.xyz>
show more ...
regulators: Add inventory_path to JSON chassis objAdd the property "inventory_path" to the "chassis" object in the JSONconfiguration file.This property will be used to create the required D-Bus
regulators: Add inventory_path to JSON chassis objAdd the property "inventory_path" to the "chassis" object in the JSONconfiguration file.This property will be used to create the required D-Bus associationbetween a voltage regulator sensor and the chassis that contains it.This association is required by the Redfish support.Long term, this new property will be required. That is how it isdocumented in the updated version of chassis.md.However, it will be temporarily optional in the JSON schema and the C++configuration file parser. This temporary measure will be removed onceall known JSON configuration files have been updated to specify the newproperty.Signed-off-by: Shawn McCarney <shawnmm@us.ibm.com>Change-Id: I45f5e8ec86be7672a33099c94c35328862ffe11b
regulators: Document config file name optionsDocument the options for naming the regulators JSON configuration file.A config file can have the default file name, or it can have a file namebased o
regulators: Document config file name optionsDocument the options for naming the regulators JSON configuration file.A config file can have the default file name, or it can have a file namebased on the values of the IBMCompatibleSystem D-Bus interface providedby Entity Manager.Rename the example config file to the default file name.Signed-off-by: Shawn McCarney <shawnmm@us.ibm.com>Change-Id: I8398d8c90e85731ab05c6aeaff3a5ea6e91114f8
regulators: Update inventory paths in docs/exampleUpdated the JSON configuration file documentation and example to clarifythat inventory paths are relative.JSON configuration file documentation
regulators: Update inventory paths in docs/exampleUpdated the JSON configuration file documentation and example to clarifythat inventory paths are relative.JSON configuration file documentation changes:* Described how inventory paths are relative to the root /xyz/openbmc_project/inventory.* Removed leading slashes from the example inventory paths.Example JSON configuration file changes:* Remove leading slashes from the inventory paths.Signed-off-by: Shawn McCarney <shawnmm@us.ibm.com>Change-Id: Iec602f76e663c120b40017f3d12fb526b93c0ce5
Initial documentation for regulator config filesAdded documentation for the phosphor-regulators config file. Thephosphor-regulators application configures and monitors voltageregulators.This c
Initial documentation for regulator config filesAdded documentation for the phosphor-regulators config file. Thephosphor-regulators application configures and monitors voltageregulators.This commit contains the README, an example config file, anddocumentation for the root object within the config file. Subsequentcommits will add documentation for the other JSON objects in the configfile.Signed-off-by: Shawn McCarney <shawnmm@us.ibm.com>Change-Id: Ia5cea4bb5a4d4053c1537ce385fcd3c903423e56