summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarri Devender Rao <devenrao@in.ibm.com>2018-11-29 02:16:27 -0600
committerMarri Devender Rao <devenrao@in.ibm.com>2018-12-04 07:15:54 -0600
commit5dd783bfab6c73851fa31d50e6184a9511f20bcd (patch)
tree24ebbe622fe0a972132f72c2db184d91d77d91f4
parent93e1a7c00a8aebe193bc20f2449f934a6e5ac4ae (diff)
downloadphosphor-mrw-tools-5dd783bfab6c73851fa31d50e6184a9511f20bcd.tar.gz
phosphor-mrw-tools-5dd783bfab6c73851fa31d50e6184a9511f20bcd.zip
Add TPM target to be included in the inventory
To add Trusted Platform Module(TPM) FRU to inventory. Change-Id: Ic88ca4e959a639491f82f63d5a6bb4239df7502b Signed-off-by: Marri Devender Rao <devenrao@in.ibm.com>
-rw-r--r--Inventory.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Inventory.pm b/Inventory.pm
index cc8c63a..680c97e 100644
--- a/Inventory.pm
+++ b/Inventory.pm
@@ -5,7 +5,7 @@ use warnings;
#Target types to always include in the inventory if present
my %TYPES = (SYS => 1, NODE => 1, PROC => 1,
- BMC => 1, GPU => 1, CORE => 1, OCC => 1);
+ BMC => 1, GPU => 1, CORE => 1, OCC => 1, TPM => 1);
#RU_TYPES of cards to include
#FRU = field replaceable unit, CRU = customer replaceable unit
OpenPOWER on IntegriCloud