#
9bac6409 |
| 06-Dec-2023 |
Matt Spinler <spinler@us.ibm.com> |
configs: Add Compatible iface to IBM systems
Add the xyz.openbmc_project.Inventory.Decorator.Compatible interface to the IBM chassis configs to identify the various chassis models.
This acts the sa
configs: Add Compatible iface to IBM systems
Add the xyz.openbmc_project.Inventory.Decorator.Compatible interface to the IBM chassis configs to identify the various chassis models.
This acts the same as the IBMCompatibleSystem interface that is currently used and will eventually replace it. For now it will exist along side it until all of the code switches over to use it, and then IBMCompatibleSystem will be removed.
Tested: ``` busctl get-property xyz.openbmc_project.EntityManager \ /xyz/openbmc_project/inventory/system/chassis/Rainier_2U_Chassis \ xyz.openbmc_project.Inventory.Decorator.Compatible Names
as 2 "com.ibm.Hardware.Chassis.Model.Rainier2U" "com.ibm.Hardware.Chassis.Model.Rainier" ```
Change-Id: Iac9b45f57e53c4ed1917c5fc10091b2ccf981d58 Signed-off-by: Matt Spinler <spinler@us.ibm.com>
show more ...
|
#
04b0b013 |
| 14-Dec-2021 |
Chris Cain <cjcain@us.ibm.com> |
schema: ibm: add default power mode props. schema
Add PowerModeProperties schema to define the factory default power mode properties of a system: - Power Mode - Idle Power Saver Parameters
All of t
schema: ibm: add default power mode props. schema
Add PowerModeProperties schema to define the factory default power mode properties of a system: - Power Mode - Idle Power Saver Parameters
All of these parameters are part of the version 2021.2 Redfish Schema Supplement under the ComputerSystem 1.16.0 schema: For details on the values and descriptions, see the PowerMode and IdlePowerSaver schemas in the Redfish documentation: https://www.dmtf.org/sites/default/files/standards/documents/DSP0268_2021.2.pdf
These are the factory default values as defined by the system architect. All of these parameters are system-wide parameters and are used to define the operation of that system as it relates to power.
These are the values will be used the first time a system is powered on. They can also be used if the customer wants to restore these settings to their factory defaults.
Signed-off-by: Chris Cain <cjcain@us.ibm.com> Change-Id: Ie2f3ca74db0c898c6a4f3beed29eda674dfcf5c6
show more ...
|
#
f4b2e5a8 |
| 26-May-2022 |
Brad Bishop <bradleyb@fuzziesquirrel.com> |
configurations: use lower_snake_case filenames
To be consistent with lower_snake_case source code filenames, use lower_snake_case for configuration file names as well.
Signed-off-by: Brad Bishop <b
configurations: use lower_snake_case filenames
To be consistent with lower_snake_case source code filenames, use lower_snake_case for configuration file names as well.
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com> Change-Id: I37245b8fd287065d1ef2c925ddb7478e3475e854
show more ...
|