Searched hist:bd9440bdb3b00ec0bf31fb87f8093efcd9906ffd (Results 1 – 1 of 1) sorted by relevance
/openbmc/pldm/pldmtool/ |
H A D | pldm_fru_cmd.cpp | diff bd9440bdb3b00ec0bf31fb87f8093efcd9906ffd Tue Mar 24 02:14:36 CDT 2020 Sridevi Ramesh <sridevra@in.ibm.com> pldmtool: Implement GetFRURecordTable.
Example output:
./pldmtool fru GetFruRecordTable FRU Record Set Identifier: 1 FRU Record Type: 254(OEM) Number of FRU fields: 1 Encoding Type for FRU fields: 1(ASCII) FRU Record Set Identifier: 1 FRU Record Type: 1(General) Number of FRU fields: 2 Encoding Type for FRU fields: 1(ASCII) FRU Field Type: Model FRU Field Length: 5 FRU Field Value: 1234A FRU Field Type: Serial Number FRU Field Length: 6 FRU Field Value: SNR123 FRU Record Set Identifier: 1 FRU Record Type: 254(OEM) Number of FRU fields: 15 Encoding Type for FRU fields: 1(ASCII) ...
Change-Id: I470beb708ac0ad50da9bc74f1f26295c5529fac1 Signed-off-by: Sridevi Ramesh <sridevra@in.ibm.com>
|