From 0db8285dd2c26790529646b0b2eb9b07bf2f0d68 Mon Sep 17 00:00:00 2001 From: Sheldon Bailey Date: Thu, 4 May 2017 11:56:12 -0500 Subject: HTMGT: Support for MFG CMDs Change-Id: I8453db169745577d350f4f971d65b781ec634df0 RTC:172167 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/40219 Tested-by: Jenkins Server Tested-by: Jenkins OP Build CI Reviewed-by: Martha Broyles Reviewed-by: Christopher J. Cain Tested-by: FSP CI Jenkins Reviewed-by: Daniel M. Crowell --- src/usr/htmgt/htmgt_cfgdata.C | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/usr/htmgt/htmgt_cfgdata.C') diff --git a/src/usr/htmgt/htmgt_cfgdata.C b/src/usr/htmgt/htmgt_cfgdata.C index a876a4535..96c41cf58 100644 --- a/src/usr/htmgt/htmgt_cfgdata.C +++ b/src/usr/htmgt/htmgt_cfgdata.C @@ -43,6 +43,7 @@ namespace HTMGT { bool G_wofSupported = true; + uint8_t G_opalMode = OCC_CFGDATA_OPENPOWER_OPALVM; // Send config format data to all OCCs void sendOccConfigData(const occCfgDataFormat i_requestedFormat) @@ -694,7 +695,7 @@ void getSystemConfigMessageData(const TargetHandle_t i_occ, uint8_t* o_data, o_data[index++] = OCC_CFGDATA_SYS_CONFIG_VERSION; //System Type - o_data[index++] = OCC_CFGDATA_OPENPOWER_SYSTEMTYPE; + o_data[index++] = G_opalMode; //processor sensor ID ConstTargetHandle_t proc = getParentChip(i_occ); -- cgit v1.2.1