#
cce0e653 |
| 08-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: I19f5d4fb914bdbb6822053844b1a0f33047168f0 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
show more ...
|
#
32c46505 |
| 09-Feb-2022 |
Santosh Puranik <santosh.puranik@in.ibm.com> |
Remove FRU vs Module VPD Handling
Some keywords were arbitrarily chosen to serve as FRU VPD for dual chip modules (DCM - same FRU with two VPD chips).
However, since we expose both chips in such FR
Remove FRU vs Module VPD Handling
Some keywords were arbitrarily chosen to serve as FRU VPD for dual chip modules (DCM - same FRU with two VPD chips).
However, since we expose both chips in such FRUs as unique inventory items as well as unique Redfish endpoints, having one of them serve as the VPD for the entire FRU makes little sense.
This commit gets rid of all the complexity added to handle DCMs. There is no need for the "inheritEI" and "type" keys in the inventory JSONs too.
Signed-off-by: Santosh Puranik <santosh.puranik@in.ibm.com> Change-Id: Ia89a44f91daac01f53748409a7633612de8930d6
show more ...
|
#
ecb5c7d8 |
| 02-Sep-2021 |
Sunny Srivastava <sunnsr25@in.ibm.com> |
Trigger VPD recollection at standby
This commit implement changes to trigger VPD collection at standby for FRUs which can be replaced at standby.
The recollection is trigerred when the Host current
Trigger VPD recollection at standby
This commit implement changes to trigger VPD collection at standby for FRUs which can be replaced at standby.
The recollection is trigerred when the Host current state is set to "TransitioningToRunning". Implies the state between Bmc standby state and Host running state.
signed-off-by: Sunny Srivastava <sunnsr25@in.ibm.com> Change-Id: I9296c80df856afe9a9b1c64a5a01cb3727af5e3c
show more ...
|