Skip to content

Commit 8c314c4

Browse files
committed
oem-ibm: FRU: Add UTIL entry
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]>
1 parent c7b1fad commit 8c314c4

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
{
2+
"record_details": {
3+
"fru_record_type": 254,
4+
"fru_encoding_type": 1,
5+
"dbus_interface_name": "xyz.openbmc_project.Inventory.Item.Board.Motherboard"
6+
},
7+
"fru_fields": [
8+
{
9+
"fru_field_type": 2,
10+
"dbus": {
11+
"interface": "com.ibm.ipzvpd.UTIL",
12+
"property_name": "RT",
13+
"property_type": "bytearray"
14+
}
15+
},
16+
{
17+
"fru_field_type": 3,
18+
"dbus": {
19+
"interface": "com.ibm.ipzvpd.UTIL",
20+
"property_name": "F5",
21+
"property_type": "bytearray"
22+
}
23+
},
24+
{
25+
"fru_field_type": 4,
26+
"dbus": {
27+
"interface": "com.ibm.ipzvpd.UTIL",
28+
"property_name": "F6",
29+
"property_type": "bytearray"
30+
}
31+
}
32+
]
33+
}

0 commit comments

Comments
 (0)