Skip to content

Commit

Permalink
oem-ibm: FRU: Add UTIL entry
Browse files Browse the repository at this point in the history
Add UTIL that has RT,F5,F6 entry to existing FRU configuration.

Resolves: ibm-openbmc/dev#3616

Tested: use pldmtool GetFRURecordTableMetadata cmd to verify the
output.

Signed-off-by: George Liu <[email protected]>
  • Loading branch information
lxwinspur committed Feb 17, 2023
1 parent 20bdc28 commit 0220011
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions oem/ibm/configurations/fru/Motherboard_UTIL.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"record_details": {
"fru_record_type": 254,
"fru_encoding_type": 1,
"dbus_interface_name": "xyz.openbmc_project.Inventory.Item.Board.Motherboard"
},
"fru_fields": [
{
"fru_field_type": 2,
"dbus": {
"interface": "com.ibm.ipzvpd.UTIL",
"property_name": "RT",
"property_type": "bytearray"
}
},
{
"fru_field_type": 18,
"dbus": {
"interface": "com.ibm.ipzvpd.UTIL",
"property_name": "F5",
"property_type": "bytearray"
}
},
{
"fru_field_type": 19,
"dbus": {
"interface": "com.ibm.ipzvpd.UTIL",
"property_name": "F6",
"property_type": "bytearray"
}
}
]
}

0 comments on commit 0220011

Please sign in to comment.