#
d3e693eb |
| 04-Mar-2025 |
RekhaAparna01 <vrekhaaparna@ibm.com> |
API to update IM value on system planar
This commit implements code to update IM value on system planar EEPROM path.
Change-Id: Ib4e8570d1ad5c86dd4573aca9882031282342a88 Signed-off-by: Rekha Aparna
API to update IM value on system planar
This commit implements code to update IM value on system planar EEPROM path.
Change-Id: Ib4e8570d1ad5c86dd4573aca9882031282342a88 Signed-off-by: Rekha Aparna <vrekhaaparna@ibm.com>
show more ...
|
#
22793834 |
| 20-Mar-2025 |
Sunny Srivastava <sunnsr25@in.ibm.com> |
Update FRU part number for PowerVS systems
Error log makes use of FRU part number instead of part number in the call outs. Hence the code is updated to change FRU part number instead of part number
Update FRU part number for PowerVS systems
Error log makes use of FRU part number instead of part number in the call outs. Hence the code is updated to change FRU part number instead of part number in case of PowerVS systems. Similarly, spare part number of Decorator.Asset interface is updated instead of part number.
Change-Id: I31b57e23863b250f7fb036b23c7a192fc1bbec5c Signed-off-by: Sunny Srivastava <sunnsr25@in.ibm.com>
show more ...
|
#
08fa59ea |
| 06-Mar-2025 |
Anupama B R <anupama.b.r1@ibm.com> |
Move single FAB API under the separate class
SingleFab class provides functionalities to support single FAB feature. This commit moves the single FAB related API under SingleFab class.
Change-Id: I
Move single FAB API under the separate class
SingleFab class provides functionalities to support single FAB feature. This commit moves the single FAB related API under SingleFab class.
Change-Id: I8d55cd2134f5812f83f5fc5033df097ab1b1f8f2 Signed-off-by: Anupama B R <anupama.b.r1@ibm.com>
show more ...
|
#
ef069f7e |
| 03-Mar-2025 |
Anupama B R <anupama.b.r1@ibm.com> |
API to read IM value from persisted location
This commit implements API to read IM value from PIM persisted location.
Change-Id: I9cd4f6ed9ded2dd4f42c65902509f7bea9e15849 Signed-off-by: Anupama B R
API to read IM value from persisted location
This commit implements API to read IM value from PIM persisted location.
Change-Id: I9cd4f6ed9ded2dd4f42c65902509f7bea9e15849 Signed-off-by: Anupama B R <anupama.b.r1@ibm.com>
show more ...
|
#
022112bc |
| 19-Feb-2025 |
Sunny Srivastava <sunnsr25@in.ibm.com> |
JSON and API prototype to update powerVS VPD
The commit introduces JSON file to hold the VPD that needs to be updated for systems with PowerVS configuration.
It also adds API to fetch JSON as per s
JSON and API prototype to update powerVS VPD
The commit introduces JSON file to hold the VPD that needs to be updated for systems with PowerVS configuration.
It also adds API to fetch JSON as per system IM and prototype for API which will checks the existing data and based on that will either skip or update the VPD.
Change-Id: I5c279ce210831667be669c2a7c9c7d9c160de336 Signed-off-by: Sunny Srivastava <sunnsr25@in.ibm.com>
show more ...
|
#
c6ef42d6 |
| 19-Feb-2025 |
Sunny Srivastava <sunnsr25@in.ibm.com> |
API to check powerVS configuration
The commit implements change to check for powerVS configuration.
It is a combination of system series and driver running on the system. Once that is established,
API to check powerVS configuration
The commit implements change to check for powerVS configuration.
It is a combination of system series and driver running on the system. Once that is established, only after that VPD vpdate will take place w.r.t powerVS system.
Change-Id: I93fefcb79ced4f89bd6f5143666b4cd487897ac8 Signed-off-by: Sunny Srivastava <sunnsr25@in.ibm.com>
show more ...
|
#
1aad7834 |
| 12-Dec-2024 |
Priyanga Ramasamy <priyanga24@in.ibm.com> |
worker::CollectionStatus for each inventory FRU
This commit populates CollectionStatus D-bus property under com.ibm.VPD.Collection D-bus interface for each inventory D-bus object path which represen
worker::CollectionStatus for each inventory FRU
This commit populates CollectionStatus D-bus property under com.ibm.VPD.Collection D-bus interface for each inventory D-bus object path which represents a FRU.
The property tells the current status of VPD collection for a given FRU's D-bus object path.
The property takes the below enum values:
>>>com.ibm.VPD.Collection.Status.Success ------------------------------------- This value is assigned when VPD collection is successful.
>>>com.ibm.VPD.Collection.Status.Failure ------------------------------------- VPD collection failure due to VPD exceptions.
>>>com.ibm.VPD.Collection.Status.InProgress ---------------------------------------- This value is assigned when VPD collection starts for the given FRU.
>>>com.ibm.VPD.Collection.Status.NotStarted ---------------------------------------- This default value is assigned when we hit prime inventory path.
Test: 1. VPD parsing failed for /sys/bus/i2c/drivers/at24/0-0051 /eeprom due to error: Unable to determine VPD format
=>CollectionStatus property value for tpm_wilson s "com.ibm.VPD.Collection.Status.Failure"
2. FRU not found s "com.ibm.VPD.Collection.Status.Failure"
3. Successful collection of VPD s "com.ibm.VPD.Collection.Status.Success"
Change-Id: Ia5010a181f720454bb51538d6fcf308daf6b75ca Signed-off-by: Priyanga Ramasamy <priyanga24@in.ibm.com>
show more ...
|
#
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 ...
|
#
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 ...
|