From 02200115719af4ac09d98cd956974b823d72f485 Mon Sep 17 00:00:00 2001 From: George Liu Date: Sun, 29 Jan 2023 15:32:37 +0800 Subject: [PATCH] oem-ibm: FRU: Add UTIL entry Add UTIL that has RT,F5,F6 entry to existing FRU configuration. Resolves: https://github.com/ibm-openbmc/dev/issues/3616 Tested: use pldmtool GetFRURecordTableMetadata cmd to verify the output. Signed-off-by: George Liu --- .../configurations/fru/Motherboard_UTIL.json | 33 +++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 oem/ibm/configurations/fru/Motherboard_UTIL.json 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" + } + } + ] +}