diff --git a/oem/ibm/configurations/fru/Motherboard_UTIL.json b/oem/ibm/configurations/fru/Motherboard_UTIL.json new file mode 100644 index 000000000..8d4c72e1f --- /dev/null +++ b/oem/ibm/configurations/fru/Motherboard_UTIL.json @@ -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" + } + } + ] +}