From a36424c41b711c1361db33a9f2e2db2788fd91a9 Mon Sep 17 00:00:00 2001 From: Sheldon Bailey Date: Wed, 15 Mar 2017 12:49:16 -0500 Subject: HTMGT: Push2 BringUp changes needed to get HTMGT to work. Thermal Control CMD data enhancments. AVS Bus Data enhancments. OCC checkpoint fix. Change-Id: Iaefe4a2a7cfd8408aefeafe818245524be84c253 RTC:170737 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/38370 Tested-by: Jenkins Server Tested-by: FSP CI Jenkins Tested-by: Jenkins OP Build CI Reviewed-by: William G. Hoffa Reviewed-by: Christopher J. Cain Reviewed-by: Martha Broyles Reviewed-by: Daniel M. Crowell --- src/usr/htmgt/htmgt_cfgdata.H | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/usr/htmgt/htmgt_cfgdata.H') diff --git a/src/usr/htmgt/htmgt_cfgdata.H b/src/usr/htmgt/htmgt_cfgdata.H index e28356511..72725c49c 100644 --- a/src/usr/htmgt/htmgt_cfgdata.H +++ b/src/usr/htmgt/htmgt_cfgdata.H @@ -31,6 +31,14 @@ namespace HTMGT { + const uint8_t OCC_PROC_QUAD_DEFAULT_WEIGHT = 10; //Default 1.0 weight. + const uint8_t OCC_PROC_DEFAULT_DVFS_TEMP = 0x55;//default from DEF file PM + const uint8_t OCC_PROC_DEFAULT_ERR_TEMP = 0x5F; + const uint8_t OCC_PROC_DEFAULT_TIMEOUT = 0x05; + const uint8_t OCC_DIMM_DEFAULT_DVFS_TEMP = 0x45;//default from DEF file PM + const uint8_t OCC_DIMM_DEFAULT_ERR_TEMP = 0x56; + const uint8_t OCC_DIMM_DEFAULT_TIMEOUT = 0x1E; + const uint8_t OCC_NOT_DEFINED = 0xFF; /** OCC configuration data message formats */ enum occCfgDataFormat -- cgit v1.2.1