summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorChristian Geddes <crgeddes@us.ibm.com>2019-08-07 17:08:29 -0500
committerDaniel M Crowell <dcrowell@us.ibm.com>2019-08-09 11:19:54 -0500
commitb424be0fc732e659e4e2aea7fe2811f30777d71c (patch)
tree8c1168fdd10dbea714632c7b76bddeb81f24872b /src
parent7e5007180bf32c840af3da04d90a398eb02099dd (diff)
downloadtalos-hostboot-b424be0fc732e659e4e2aea7fe2811f30777d71c.tar.gz
talos-hostboot-b424be0fc732e659e4e2aea7fe2811f30777d71c.zip
Set Gemini EC level to be 0x10 if 0x00 is found in SPD revision field
The SPD for ocmb cards does not have the EC level but instead has the "revision". Revision 0x00 for the gemini should be EC level 0x10. If we make the gemini EC level to be 0x00 the EC attributes will not work. Change-Id: I4eb0025a7e9758cb0b5238a349bc7e6d48ac86ff Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/81930 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Roland Veloz <rveloz@us.ibm.com> Reviewed-by: Matt Derksen <mderkse1@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')
-rw-r--r--src/usr/hwas/hwasPlat.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/hwas/hwasPlat.C b/src/usr/hwas/hwasPlat.C
index 505c5921a..e8168ffcf 100644
--- a/src/usr/hwas/hwasPlat.C
+++ b/src/usr/hwas/hwasPlat.C
@@ -423,7 +423,7 @@ errlHndl_t ocmbTranslateSpdToIdec(const uint16_t i_value,
const uint16_t OCMB_ID = i_isID ? i_value : i_id;
- const uint32_t GEMINI_EC = 0x0000;
+ const uint32_t GEMINI_EC = 0x0010;
const uint32_t GEMINI_SPD_EC = 0x0000;
const uint32_t EXPLORER_EC = 0x0010;
const uint32_t EXPLORER_SPD_EC = 0x0000;
OpenPOWER on IntegriCloud