Skip to content

Commit b424be0

Browse files
crgeddesdcrowell77
authored andcommitted
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>
1 parent 7e50071 commit b424be0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/usr/hwas/hwasPlat.C

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ errlHndl_t ocmbTranslateSpdToIdec(const uint16_t i_value,
423423

424424
const uint16_t OCMB_ID = i_isID ? i_value : i_id;
425425

426-
const uint32_t GEMINI_EC = 0x0000;
426+
const uint32_t GEMINI_EC = 0x0010;
427427
const uint32_t GEMINI_SPD_EC = 0x0000;
428428
const uint32_t EXPLORER_EC = 0x0010;
429429
const uint32_t EXPLORER_SPD_EC = 0x0000;

0 commit comments

Comments
 (0)