diff options
| author | Corey Swenson <cswenson@us.ibm.com> | 2019-02-15 16:01:31 -0600 |
|---|---|---|
| committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2019-03-11 17:15:07 -0500 |
| commit | 0bfacdff427febebffd7e128744f2f775a756bee (patch) | |
| tree | b0dc5279ee6d2f95ca11c94afe9f8d8a9ab5197f /src/include/usr/targeting/common | |
| parent | 281c7c93a46370c73ea473a72f579e684577e457 (diff) | |
| download | talos-hostboot-0bfacdff427febebffd7e128744f2f775a756bee.tar.gz talos-hostboot-0bfacdff427febebffd7e128744f2f775a756bee.zip | |
Add callouts for NVDIMM errors
- Add part callout for NVDIMM controller
- Add part callout for Backup Power Module
- Call new procedure for NVDIMM errors
Change-Id: I33d14b8e4220ced3c632c8174eaed5faca4f088d
RTC:199645
CMVC-Prereq:1077602
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/71977
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com>
Reviewed-by: Matt Derksen <mderkse1@us.ibm.com>
Reviewed-by: TSUNG K. YEUNG <tyeung@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/include/usr/targeting/common')
| -rw-r--r-- | src/include/usr/targeting/common/util.H | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/usr/targeting/common/util.H b/src/include/usr/targeting/common/util.H index aaf576919..6f0fcb307 100644 --- a/src/include/usr/targeting/common/util.H +++ b/src/include/usr/targeting/common/util.H @@ -204,7 +204,7 @@ uint8_t is_fused_mode( ); * * @return bool - True if the given target is an NVDIMM */ -bool isNVDIMM( TARGETING::Target * i_target ); +bool isNVDIMM( const TARGETING::Target * i_target ); /** * @brief Grab list of NVDIMMs under the processor |

