summaryrefslogtreecommitdiffstats
path: root/src/include/usr/hwas
diff options
context:
space:
mode:
authorCorey Swenson <cswenson@us.ibm.com>2019-03-29 15:42:33 -0500
committerWilliam G. Hoffa <wghoffa@us.ibm.com>2019-04-03 09:45:17 -0500
commit201a39f54be6ac246e72819ee8171dec90bdaf6f (patch)
tree1cb3b5b7b1bbaf0b88662b3c17a28f454b589ac3 /src/include/usr/hwas
parent25c1b412b86a50922ca8ea6294e1a9b297d37a8f (diff)
downloadtalos-hostboot-201a39f54be6ac246e72819ee8171dec90bdaf6f.tar.gz
talos-hostboot-201a39f54be6ac246e72819ee8171dec90bdaf6f.zip
Add part callout for the Backup Power Module
Callouts were previously added for the NVDIMM controller and the BPM cable. This callout handles the BPM itself. Change-Id: I4ad680a1434ed7d3680f14f6081e456c07239c36 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/75254 Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com> Reviewed-by: Roland Veloz <rveloz@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com>
Diffstat (limited to 'src/include/usr/hwas')
-rw-r--r--src/include/usr/hwas/common/hwasCallout.H5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/include/usr/hwas/common/hwasCallout.H b/src/include/usr/hwas/common/hwasCallout.H
index a91367a26..a39e4a229 100644
--- a/src/include/usr/hwas/common/hwasCallout.H
+++ b/src/include/usr/hwas/common/hwasCallout.H
@@ -223,8 +223,9 @@ enum partTypeEnum
PCI_REF_CLOCK = 11,
// @TODO 195920 Remove SMP_CABLE once HWSV code no longer references it
SMP_CABLE = 12, //Target is SMPGROUP
- BPM_CABLE_PART_TYPE = 13, //Backup Power Module for NVDIMM
- NV_CONTROLLER_PART_TYPE = 14,
+ BPM_CABLE_PART_TYPE = 13, //Backup Power Module Cable for NVDIMM
+ NV_CONTROLLER_PART_TYPE = 14, //Controller for NVDIMM
+ BPM_PART_TYPE = 15, //Backup Power Module for NVDIMM
};
enum sensorTypeEnum
OpenPOWER on IntegriCloud