#
78c91073 |
| 05-Feb-2025 |
Sunny Srivastava <sunnsr25@in.ibm.com> |
Skip presence detect and PEL for pass1 PCIe cards
Presence pin on pass1 planar does not reflect the true state of the slot. It does not guarantee if the card is actually present in the slot or not.
Skip presence detect and PEL for pass1 PCIe cards
Presence pin on pass1 planar does not reflect the true state of the slot. It does not guarantee if the card is actually present in the slot or not. Hence, the presence pin check is irrelevant in these scenarios and is being skipped before enabling the line for VPD collection.
Availability of EEPROM after enabling the line should confirm if the card needs to be collected or not.
Also, PCIe cards on pass1 is expected to have invalid VPD, avoiding logging of PELs for those error scenarios.
Change-Id: Ia646b7d442a94fadea6b4c78d1d97c5a214579cb Signed-off-by: Sunny Srivastava <sunnsr25@in.ibm.com>
show more ...
|
#
b87053de |
| 31-Jan-2025 |
RekhaAparna01 <vrekhaaparna@ibm.com> |
Fix typo error in configuration JSONs for DIMMs
This commit fixes the typo error in pretty name for DIMMs in configuration JSONs.
Change-Id: Ia901baf546cfb5da59efd223cc71d905b4850c5b Signed-off-by:
Fix typo error in configuration JSONs for DIMMs
This commit fixes the typo error in pretty name for DIMMs in configuration JSONs.
Change-Id: Ia901baf546cfb5da59efd223cc71d905b4850c5b Signed-off-by: RekhaAparna01 <vrekhaaparna@ibm.com>
show more ...
|
#
feb5658b |
| 03-Feb-2025 |
Jinu Joy Thomas <jinu.joy.thomas@in.ibm.com> |
IBM:P11:config: Update PCIe configurations
Change-Id: I1473f7e84848911039559476846dd1fbca45cb2b Signed-off-by: Jinu Joy Thomas <jinu.joy.thomas@in.ibm.com>
|
#
4c164381 |
| 28-Jan-2025 |
Sunny Srivastava <sunnsr25@in.ibm.com> |
Update JSON tag to follow camel case
JSON tag for post fail action has been modified to follow camel case. Worker code has been modified accordingly.
Change-Id: I20960a2bdac13cca9f426d04e37247c5ebb
Update JSON tag to follow camel case
JSON tag for post fail action has been modified to follow camel case. Worker code has been modified accordingly.
Change-Id: I20960a2bdac13cca9f426d04e37247c5ebb62ddb Signed-off-by: Sunny Srivastava <sunnsr25@in.ibm.com>
show more ...
|
#
9d1a8394 |
| 21-Jan-2025 |
Sunny Srivastava <sunnsr25@in.ibm.com> |
Add tag for DIMMs and update back up Json
As DIMMs are not accessible for collection at runtime, it should only be collected at chassis off state. Hence marking DIMMs to be collected only at power o
Add tag for DIMMs and update back up Json
As DIMMs are not accessible for collection at runtime, it should only be collected at chassis off state. Hence marking DIMMs to be collected only at power off.
Also back up restore json link has been updated Json which need a common set of keywords backed. For now, other than everest all the rainier are made to point to a common back up and restore Json.
Change-Id: I10b861136bc6a68c96223042a29a36a71ae480e5 Signed-off-by: Sunny Srivastava <sunnsr25@in.ibm.com>
show more ...
|
#
fa5e4d32 |
| 12-Mar-2023 |
Sunny Srivastava <sunnsr25@in.ibm.com> |
Revamped code for VPD parser
The commit removes all the pre-existing code from the branch and pushes the revamped code.
Major modification includes: - Movement from multi exe to single daemon model
Revamped code for VPD parser
The commit removes all the pre-existing code from the branch and pushes the revamped code.
Major modification includes: - Movement from multi exe to single daemon model. - Multithreaded approach to parse FRU VPD. - Better error handling. - Refactored code for performance optimization.
Note: This code supports all the existing functionalities as it is.
Change-Id: I1ddce1f0725ac59020b72709689a1013643bda8b Signed-off-by: Sunny Srivastava <sunnsr25@in.ibm.com>
show more ...
|