#
d7d3b511 |
| 23-Jan-2025 |
Souvik Roy <souvikroyofficial10@gmail.com> |
Add BIOS attribute tag in backup_restore JSON
This commit adds a tag "isUsedForBiosAttributeBackup" to the "backupMap" in backup_restore JSON files. This tag will be useful for identifying keywords
Add BIOS attribute tag in backup_restore JSON
This commit adds a tag "isUsedForBiosAttributeBackup" to the "backupMap" in backup_restore JSON files. This tag will be useful for identifying keywords which are used for backing up BIOS attributes in VPD. This tag is required for implementation of --syncBiosAttributes option in vpd-tool --mfgClean.
Test: ``` - install bitbaked image on an Everest system - reboot, after reboot, ensure that backup restore feature of vpd-manager runs as usual ```
Change-Id: I01d37c3ca4f05b82aba2f6877e90ec8360c3215b Signed-off-by: Souvik Roy <souvikroyofficial10@gmail.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 ...
|