Skip to content

Commit

Permalink
p9_getecid update for DD level DD1.04 IBUF fix
Browse files Browse the repository at this point in the history
Change-Id: I2106820067e5f0bf22bc070a2dc802c9e0b01755
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/36009
Reviewed-by: SRINIVAS V. POLISETTY <srinivan@in.ibm.com>
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com>
Dev-Ready: Brent Wieman <bwieman@us.ibm.com>
Reviewed-by: Brent Wieman <bwieman@us.ibm.com>
Reviewed-by: Thi N. Tran <thi@us.ibm.com>
Tested-by: Thi N. Tran <thi@us.ibm.com>
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/36015
Reviewed-by: Hostboot Team <hostboot@us.ibm.com>
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
  • Loading branch information
Abhishek Agarwal authored and dcrowell77 committed Feb 17, 2017
1 parent 59611eb commit 630fe13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/import/chips/p9/procedures/hwp/perv/p9_getecid.C
Expand Up @@ -164,7 +164,7 @@ fapi2::ReturnCode p9_getecid(const fapi2::Target<fapi2::TARGET_TYPE_PROC_CHIP>&

FAPI_TRY(l_fuseString.insert(l_ecid_part1_data64(), 64, 64));

FAPI_TRY(l_fuseString.insert(l_ecid_part2_data64(), 128, 48));
FAPI_TRY(l_fuseString.insert(l_ecid_part2_data64(), 128, 64));

o_fuseString = l_fuseString;

Expand Down
2 changes: 1 addition & 1 deletion src/import/chips/p9/procedures/hwp/perv/p9_getecid.H
Expand Up @@ -44,7 +44,7 @@

enum P9_GETECID_Private_Constants
{
fuseString_len = 176, // fuse string length
fuseString_len = 192, // fuse string length
ddLevelPciePart = 0b100, // bit field in ecid buffer representing DD1.01
ddLevelMemoryPart1 = 0b110, // bit field in ecid buffer representing DD1.02
ddLevelMemoryPart2 = 0b111, // bit field in ecid buffer representing DD1.03
Expand Down

0 comments on commit 630fe13

Please sign in to comment.