From 201a39f54be6ac246e72819ee8171dec90bdaf6f Mon Sep 17 00:00:00 2001 From: Corey Swenson Date: Fri, 29 Mar 2019 15:42:33 -0500 Subject: 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 Reviewed-by: Roland Veloz Tested-by: Jenkins Server Tested-by: Jenkins OP Build CI Tested-by: FSP CI Jenkins Tested-by: Jenkins OP HW Reviewed-by: William G. Hoffa --- src/usr/isteps/nvdimm/nvdimm.C | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/usr/isteps/nvdimm/nvdimm.C') diff --git a/src/usr/isteps/nvdimm/nvdimm.C b/src/usr/isteps/nvdimm/nvdimm.C index a704c5071..877d37722 100644 --- a/src/usr/isteps/nvdimm/nvdimm.C +++ b/src/usr/isteps/nvdimm/nvdimm.C @@ -710,6 +710,9 @@ errlHndl_t nvdimmSetESPolicy(Target* i_nvdimm) // Failure setting the energy source policy could mean error on the // battery or even the cabling + l_err->addPartCallout( i_nvdimm, + HWAS::BPM_PART_TYPE, + HWAS::SRCI_PRIORITY_HIGH); l_err->addPartCallout( i_nvdimm, HWAS::BPM_CABLE_PART_TYPE, HWAS::SRCI_PRIORITY_HIGH); -- cgit v1.2.3