summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-fru-properties-mrw
diff options
context:
space:
mode:
authorMarri Devender Rao <devenrao@in.ibm.com>2018-12-05 02:29:31 -0600
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2019-01-17 14:06:38 +0000
commit22cbf9d6d3bc7d6532c4b39ab2d29b7fb66a9f1b (patch)
treea8e698df5d78d0dad34778a70949f0bd10cf243c /meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-fru-properties-mrw
parent069a63a8f5a6116b586d058a23909d13fdf5a0a4 (diff)
downloadtalos-openbmc-22cbf9d6d3bc7d6532c4b39ab2d29b7fb66a9f1b.tar.gz
talos-openbmc-22cbf9d6d3bc7d6532c4b39ab2d29b7fb66a9f1b.zip
Set required properties for TPM FRU through configuration file
Add extra properties "present", "Field replaceable", "cacheable" to config file for Trusted Platform Module(TPM) FRU. (From meta-phosphor rev: acea36587d7c061bd59c9ce2022a066cbb50fb0f) Change-Id: I9664be7a4e0589928ec7c7b2a1150c7b04e1cf9d Signed-off-by: Marri Devender Rao <devenrao@in.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-fru-properties-mrw')
-rw-r--r--meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-fru-properties-mrw/config.yaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-fru-properties-mrw/config.yaml b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-fru-properties-mrw/config.yaml
index ad5561000..079ba50a5 100644
--- a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-fru-properties-mrw/config.yaml
+++ b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-fru-properties-mrw/config.yaml
@@ -29,3 +29,11 @@ NODE:
Cached: 'false'
xyz.openbmc_project.Inventory.Item:
Present: 'true'
+
+TPM:
+ xyz.openbmc_project.Inventory.Decorator.Replaceable:
+ FieldReplaceable: 'true'
+ xyz.openbmc_project.Inventory.Decorator.Cacheable:
+ Cached: 'false'
+ xyz.openbmc_project.Inventory.Item:
+ Present: 'true'
OpenPOWER on IntegriCloud