summaryrefslogtreecommitdiffstats
path: root/src/include/usr/hwas/common
diff options
context:
space:
mode:
authorDan Crowell <dcrowell@us.ibm.com>2019-06-13 14:31:24 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2019-06-20 09:12:54 -0500
commitf815ee6a9c029f7f8c91c53b38da2be4430892f6 (patch)
tree97e6ed5dbc59ca94954645efc218339ed064ffe3 /src/include/usr/hwas/common
parent47b32b1aaaf211c8409f4091c36ae1335595fa1f (diff)
downloadtalos-hostboot-f815ee6a9c029f7f8c91c53b38da2be4430892f6.tar.gz
talos-hostboot-f815ee6a9c029f7f8c91c53b38da2be4430892f6.zip
Add Axone target types to errl/hwas functions
Filled in a couple spots where we needed to support the new Axone targets types: OCMB, PMIC. Cleaned up the way we handle adding PN/SN/ECID to our logs to make them more generic to handle new types in the future automatically. Change-Id: I12173f762f92923347f7215c4e590436fcfb9ed7 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/79061 Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com> 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: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/include/usr/hwas/common')
-rw-r--r--src/include/usr/hwas/common/hwasCallout.H3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/usr/hwas/common/hwasCallout.H b/src/include/usr/hwas/common/hwasCallout.H
index a39e4a229..9c11236df 100644
--- a/src/include/usr/hwas/common/hwasCallout.H
+++ b/src/include/usr/hwas/common/hwasCallout.H
@@ -186,7 +186,8 @@ enum busTypeEnum
X_BUS_TYPE = 4,
I2C_BUS_TYPE = 5,
PSI_BUS_TYPE = 6,
- O_BUS_TYPE = 7
+ O_BUS_TYPE = 7,
+ OMI_BUS_TYPE = 8,
};
// Used by Hostboot code where real clock targets do not exist
OpenPOWER on IntegriCloud