forked from openbmc/openpower-vpd-parser
-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
vpd-tool: Dump Inventory in Table format
This commit implements vpd-tool --dumpInventory option in tabular format The properties of FRUs published in PIM are printed in the form of a table to console, with each row representing a FRU. If the "Present" property of a FRU is false, no row is created for that FRU. The properties which are printed are: 1. Object Path 2. Pretty Name, Location Code, SubModel 3. SN, PN, CC, FN, DR keywords under VINI record Note: Those FRUs which have object path ending in "unit[0-9]" are not printed to console. Test: ``` Tested on Rainier2S2U and Everest systems. ``` Change-Id: I0f0eef8d58bf321c01344cd3e89b487755d0be35 Signed-off-by: Souvik Roy <souvik.roy10@ibm.com>
- Loading branch information
Souvik Roy
committed
Jan 7, 2025
1 parent
81c751a
commit 222010a
Showing
2 changed files
with
245 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters