commit | 1af20dc81202e06211e39a8e0ac03aef80437b26 | [log] [tgz] |
---|---|---|
author | Tom Joseph <tomjoseph@in.ibm.com> | Fri Aug 18 12:08:56 2017 +0530 |
committer | Patrick Williams <patrick@stwcx.xyz> | Tue Aug 22 21:15:09 2017 +0000 |
tree | 0afc50bd7f03a1924adf80dc60c587b47a55eed9 | |
parent | eebcd5fe997f936dd5800ac5eb364e8495e6b9cb [diff] |
tpm: Add tpm_required_sensor in sensor config.yaml Resolves openbmc/openbmc#2104 Change-Id: I04db9d42b2460ae9195a5eee988da8dcf03061c7 Signed-off-by: Tom Joseph <tomjoseph@in.ibm.com>
diff --git a/meta-phosphor/common/recipes-phosphor/ipmi/phosphor-ipmi-sensor-inventory-mrw-config/config.yaml b/meta-phosphor/common/recipes-phosphor/ipmi/phosphor-ipmi-sensor-inventory-mrw-config/config.yaml index 61c43cf..ee474ad 100644 --- a/meta-phosphor/common/recipes-phosphor/ipmi/phosphor-ipmi-sensor-inventory-mrw-config/config.yaml +++ b/meta-phosphor/common/recipes-phosphor/ipmi/phosphor-ipmi-sensor-inventory-mrw-config/config.yaml
@@ -107,3 +107,17 @@ type: "bool" assert: true deassert: false + +tpm_required_sensor: + path: /xyz/openbmc_project/control/host0/TPMEnable + serviceInterface: org.freedesktop.DBus.Properties + readingType: assertion + interfaces: + xyz.openbmc_project.Control.TPM.Policy: + TPMEnable: + 0x00: + type: "bool" + assert: false + 0x01: + type: "bool" + assert: true \ No newline at end of file