From 9fa51170e21bdb7390412ab7ece85a77f0d48141 Mon Sep 17 00:00:00 2001 From: Marri Devender Rao Date: Thu, 29 Nov 2018 09:00:07 -0600 Subject: 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 Signed-off-by: Brad Bishop --- .../ipmi/hostboot-inventory-config/config.yaml | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'meta-openpower/recipes-phosphor/ipmi') 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 2233913aa..03ceec75c 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 @@ MEMBUFF: 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: + -- cgit v1.2.3