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.

(From meta-openpower rev: 1e56c7eccc807199e69ec2858cf49839d8718947)

Change-Id: I6d63ef63c2bb21d78b255c67e318486467ef0eb1
Signed-off-by: Marri Devender Rao <devenrao@in.ibm.com>
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/meta-openpower/recipes-phosphor/ipmi/hostboot-inventory-config/config.yaml b/meta-openpower/recipes-phosphor/ipmi/hostboot-inventory-config/config.yaml
index 2233913..03ceec7 100644
--- a/meta-openpower/recipes-phosphor/ipmi/hostboot-inventory-config/config.yaml
+++ b/meta-openpower/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:
+