#
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 ...
|
#
0b5b122f |
| 31-Jan-2023 |
Adriana Kobylak <anoo@us.ibm.com> |
configurations: Add Bonnell and Pennybacker
Add IBM's Bonnell chassis and its backplane Pennybacker. The IM value for Bonnell is 50004000 as defined by the vpd repo: ``` https://github.com/openbmc/o
configurations: Add Bonnell and Pennybacker
Add IBM's Bonnell chassis and its backplane Pennybacker. The IM value for Bonnell is 50004000 as defined by the vpd repo: ``` https://github.com/openbmc/openpower-vpd-parser/blob/master/const.hpp ``` The CC value for Pennybacker is 2E44. The sensor values for the power supplies are defined in the kernel device tree: ``` https://github.com/openbmc/linux/blob/dev-6.0/arch/arm/boot/dts/aspeed-bmc-ibm-bonnell.dts ```
Tested: Verified that the new json files were added to the rootfs image and that CI passed.
Change-Id: I32c8de73eb4c934da864672677a2a6dae653d241 Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
show more ...
|