summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorDan Crowell <dcrowell@us.ibm.com>2019-08-21 08:56:13 -0500
committerDaniel M Crowell <dcrowell@us.ibm.com>2019-08-22 08:32:00 -0500
commit6d14af625c19ba9b9e8783627a8ec2670839738a (patch)
tree1a42f77dd7e8b6f24c61741305cd2b679e9f6e39 /src/include
parent4e839856db99f863c58bd37b63a9b29d567b8e27 (diff)
downloadtalos-hostboot-6d14af625c19ba9b9e8783627a8ec2670839738a.tar.gz
talos-hostboot-6d14af625c19ba9b9e8783627a8ec2670839738a.zip
Add subsystem translations for NVDIMM part callouts
A few new part callouts were added to support the NVDIMM function but a corresponding error log subsystem was never added. This change also adds a testcase to check for missing subsystems going forward. Change-Id: I523840615fe734553dd30af8e608c1aa214fd2dc Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/82591 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Corey V Swenson <cswenson@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> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: ARAVIND T. NAIR <aravindnair@in.ibm.com> Reviewed-by: Daniel M Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/include')
-rw-r--r--src/include/usr/hwas/common/hwasCallout.H7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/include/usr/hwas/common/hwasCallout.H b/src/include/usr/hwas/common/hwasCallout.H
index 9c11236df..3cf4a2638 100644
--- a/src/include/usr/hwas/common/hwasCallout.H
+++ b/src/include/usr/hwas/common/hwasCallout.H
@@ -180,6 +180,7 @@ enum callOutPriority
enum busTypeEnum
{
+ NO_BUS_TYPE = 0,
FSI_BUS_TYPE = 1,
DMI_BUS_TYPE = 2,
A_BUS_TYPE = 3,
@@ -188,6 +189,8 @@ enum busTypeEnum
PSI_BUS_TYPE = 6,
O_BUS_TYPE = 7,
OMI_BUS_TYPE = 8,
+
+ LAST_BUS_TYPE, //for looping in testcases
};
// Used by Hostboot code where real clock targets do not exist
@@ -227,6 +230,8 @@ enum partTypeEnum
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
+
+ LAST_PART_TYPE, //for looping in testcases
};
enum sensorTypeEnum
@@ -235,6 +240,8 @@ enum sensorTypeEnum
GPU_FUNC_SENSOR = 1,
GPU_TEMPERATURE_SENSOR = 2,
GPU_MEMORY_TEMP_SENSOR = 3,
+
+ LAST_SENSOR_TYPE, //for looping in testcases
};
//-- Flags
OpenPOWER on IntegriCloud