Add TPM to host config YAML file

To cater for parsing the Trusted Platform Module(TPM) FRU data sent
by host to BMC and populating the inventory.

Caters for printing the FRU data for TPM as part of IPMI command.

Change-Id: I50d37a6366328f786cf1cd01dc2773229852f715
Signed-off-by: Marri Devender Rao <devenrao@in.ibm.com>
diff --git a/recipes-phosphor/ipmi/hostboot-inventory-config/config.yaml b/recipes-phosphor/ipmi/hostboot-inventory-config/config.yaml
index 2233913..03ceec7 100644
--- a/recipes-phosphor/ipmi/hostboot-inventory-config/config.yaml
+++ b/recipes-phosphor/ipmi/hostboot-inventory-config/config.yaml
@@ -115,3 +115,26 @@
         IPMIFruSection: Board
         IPMIFruProperty: "Name"
     xyz.openbmc_project.Inventory.Item.MemoryBuffer:
+
+TPM:
+  EntityID: 176
+  Interfaces:
+    xyz.openbmc_project.Inventory.Decorator.Asset:
+      BuildDate:
+        IPMIFruSection: Board
+        IPMIFruProperty: "Mfg Date"
+      Manufacturer:
+        IPMIFruSection: Board
+        IPMIFruProperty: "Manufacturer"
+      PartNumber:
+        IPMIFruSection: Board
+        IPMIFruProperty: "Part Number"
+      SerialNumber:
+        IPMIFruSection: Board
+        IPMIFruProperty: "Serial Number"
+    xyz.openbmc_project.Inventory.Item:
+      PrettyName:
+        IPMIFruSection: Board
+        IPMIFruProperty: "Name"
+    xyz.openbmc_project.Inventory.Item.Tpm:
+