summaryrefslogtreecommitdiffstats
path: root/src/include/usr/hdat
diff options
context:
space:
mode:
authornagurram-in <nagendra.g@in.ibm.com>2017-09-11 08:54:34 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-09-12 11:28:03 -0400
commit8feb62b8d22be7881355e8cf44de0f11e9b28fae (patch)
tree6a621615cc69b0e55ecac017e5f9fde17f46dd08 /src/include/usr/hdat
parent62a80b8e13df4c383635287a0f685c789c8e5a83 (diff)
downloadtalos-hostboot-8feb62b8d22be7881355e8cf44de0f11e9b28fae.tar.gz
talos-hostboot-8feb62b8d22be7881355e8cf44de0f11e9b28fae.zip
HDAT: NVLink speed changes in SMP Link info
Change-Id: I410fa688690046ed9864a4ace13043856a9f0a58 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/46009 Reviewed-by: VENKATESH SAINATH <venkatesh.sainath@in.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: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/include/usr/hdat')
-rwxr-xr-xsrc/include/usr/hdat/hdat_reasoncodes.H7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/include/usr/hdat/hdat_reasoncodes.H b/src/include/usr/hdat/hdat_reasoncodes.H
index 16ffee2c0..596634a8e 100755
--- a/src/include/usr/hdat/hdat_reasoncodes.H
+++ b/src/include/usr/hdat/hdat_reasoncodes.H
@@ -108,6 +108,7 @@ enum HDATModuleId
MOD_HDAT_IPMI_DTOR = 0x31,
MOD_TPMDATA_CONSTRUCTOR = 0x32,
MOD_TPMDATA_DESTRUCTOR = 0x33,
+ MOD_UTIL_SMP_LINK_INFO = 0x34,
};
@@ -151,7 +152,11 @@ enum HDATReasonCode
RC_NULL_PTR_PASSED = HDAT_COMP_ID | 0x1a,
RC_INVALID_NACA = HDAT_COMP_ID | 0x1b,
RC_DEV_READ_VPD_FAIL = HDAT_COMP_ID | 0x1c,
- RC_NO_BMC_TARGET_FOUND = HDAT_COMP_ID | 0x1d,
+ RC_NO_BMC_TARGET_FOUND = HDAT_COMP_ID | 0x1d,
+ RC_INVALID_OBUS_BRICKID = HDAT_COMP_ID | 0x1e,
+ RC_INVALID_OBUS_FREQ_BUCKET = HDAT_COMP_ID | 0x1f,
+ RC_UNDEFINED_PROC_MODEL_EC = HDAT_COMP_ID | 0x20,
+ RC_INVALID_OBUS_PLL_FREQ = HDAT_COMP_ID | 0x21,
};
} //namespace HDAT
OpenPOWER on IntegriCloud