From b424be0fc732e659e4e2aea7fe2811f30777d71c Mon Sep 17 00:00:00 2001 From: Christian Geddes Date: Wed, 7 Aug 2019 17:08:29 -0500 Subject: 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 Reviewed-by: Roland Veloz Reviewed-by: Matt Derksen Tested-by: FSP CI Jenkins Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Reviewed-by: Daniel M Crowell --- src/usr/hwas/hwasPlat.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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; -- cgit v1.2.1