oem-ibm: FRU: update/create entity ID for Frame VPD

add DINF,VCEN that has RI,FC,SE entry to existing FRU configuration
which has CEC serial number and Type/Model.

Tested: use pldmtool GetFRURecordTableMetadata cmd to verify the output.

Change-Id: I8ebe4fc18e42f8d569c658da7de63c91c0eaf931
Signed-off-by: Jet Li <Jet.Li@ibm.com>
diff --git a/oem/ibm/configurations/fru/Motherboard_DINF.json b/oem/ibm/configurations/fru/Motherboard_DINF.json
new file mode 100644
index 0000000..63a3964
--- /dev/null
+++ b/oem/ibm/configurations/fru/Motherboard_DINF.json
@@ -0,0 +1,29 @@
+{
+   "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.DINF",
+               "property_name" : "RT",
+               "property_type" : "bytearray"
+            }
+     },
+     {
+         "fru_field_type" : 3,
+         "dbus":
+            {
+               "interface" : "com.ibm.ipzvpd.DINF",
+               "property_name" : "RI",
+               "property_type" : "bytearray"
+            }
+      }
+    ]
+}
+
diff --git a/oem/ibm/configurations/fru/Motherboard_VCEN.json b/oem/ibm/configurations/fru/Motherboard_VCEN.json
new file mode 100644
index 0000000..16e08a3
--- /dev/null
+++ b/oem/ibm/configurations/fru/Motherboard_VCEN.json
@@ -0,0 +1,38 @@
+{
+   "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.VCEN",
+               "property_name" : "RT",
+               "property_type" : "bytearray"
+            }
+     },
+     {
+         "fru_field_type" : 4,
+         "dbus":
+            {
+               "interface" : "com.ibm.ipzvpd.VCEN",
+               "property_name" : "SE",
+               "property_type" : "bytearray"
+            }
+      },
+      {
+         "fru_field_type" : 6,
+         "dbus":
+            {
+               "interface" : "com.ibm.ipzvpd.VCEN",
+               "property_name" : "FC",
+               "property_type" : "bytearray"
+            }
+      }
+    ]
+}
+