summaryrefslogtreecommitdiffstats
path: root/meta-openpower
diff options
context:
space:
mode:
authorMarri Devender Rao <devenrao@in.ibm.com>2018-11-29 09:00:07 -0600
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2019-01-15 20:11:43 +0000
commit9fa51170e21bdb7390412ab7ece85a77f0d48141 (patch)
tree6f05bd83cef9b00b4836a52cc27d3b809df36d13 /meta-openpower
parent9ad6641ea0b270a0a450cf1f05d214a20a0ce141 (diff)
downloadtalos-openbmc-9fa51170e21bdb7390412ab7ece85a77f0d48141.tar.gz
talos-openbmc-9fa51170e21bdb7390412ab7ece85a77f0d48141.zip
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>
Diffstat (limited to 'meta-openpower')
-rw-r--r--meta-openpower/recipes-phosphor/ipmi/hostboot-inventory-config/config.yaml23
1 files changed, 23 insertions, 0 deletions
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:
+
OpenPOWER on IntegriCloud