1c140b97 | 14-Mar-2024 |
Myung Bae <myungbae@us.ibm.com> |
Clarify description of LanesInUse description
The values of LanesInUse are clarified - "0" as unused - "maxint" (default) as unknown or unavailable
Change-Id: I6831d3a6f09253482a8d451f86b8631612f63
Clarify description of LanesInUse description
The values of LanesInUse are clarified - "0" as unused - "maxint" (default) as unknown or unavailable
Change-Id: I6831d3a6f09253482a8d451f86b8631612f6384e Signed-off-by: Myung Bae <myungbae@us.ibm.com>
show more ...
|
70301b9c | 17-Jul-2023 |
Gunnar Mills <gmills@us.ibm.com> |
Item Associations: Fix capitalization and clarify
This capitalization was mixed, move to the exact capitalization of the interfaces. E.g. Cpu from [1].
Made clear it was Led.Group and Connector.Por
Item Associations: Fix capitalization and clarify
This capitalization was mixed, move to the exact capitalization of the interfaces. E.g. Cpu from [1].
Made clear it was Led.Group and Connector.Port being associated.
[1] https://github.com/openbmc/phosphor-dbus-interfaces/blob/2117deabad40f9ac63815f3338e7ac3e1e3fe397/yaml/xyz/openbmc_project/Inventory/Item/Cpu.interface.yaml
Change-Id: I2a4bc4142b5c93335259c98538e0e1754c920bff Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
show more ...
|
3f8d0197 | 17-Jul-2023 |
Gunnar Mills <gmills@us.ibm.com> |
Cpu/PCIeSlot: Add {connecting, connected_to}
https://gerrit.openbmc.org/c/openbmc/phosphor-dbus-interfaces/+/64951 removes the current associated_pcie_slots, upstream_processor association.
This co
Cpu/PCIeSlot: Add {connecting, connected_to}
https://gerrit.openbmc.org/c/openbmc/phosphor-dbus-interfaces/+/64951 removes the current associated_pcie_slots, upstream_processor association.
This commit adds that association back but with an existing association. Redfish is adding this link to the PCIeDevice so will have to do something like Cpu -> Connected_to -> PCIeSlot -> Containing -> PCIeDevice to fill this out in bmcweb. If instead we put this on PCIeDevice wouldn't be able to have this link for empty PCIeSlots.
[1] was the original commit for Cpu, PCIeDevice association.
https://gerrit.openbmc.org/c/openbmc/bmcweb/+/61509 is the commit adding this Link to Redfish, it should be refreshed with this newly named association.
Redfish describes this as "An array of links to the processors that are directly connected or directly bridged to this PCIe slot."
Took descriptions from [2].
[1] https://github.com/openbmc/phosphor-dbus-interfaces/commit/df55704398ec8fc3cc608206f05a2226f134c786 [2] https://github.com/openbmc/phosphor-dbus-interfaces/commit/df32eb57476e86044a996c5f2b6765a772c10de4
Change-Id: I7a5be817b565de035e6166b07743f0ec8e919950 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
show more ...
|