Skip to content

Commit

Permalink
Centaur DD1.3 Bucket Support
Browse files Browse the repository at this point in the history
Change-Id: I1a2730ce173995e4862e5b25d44cda8b55d39310
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/59096
Tested-by: Jenkins Server <pfd-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>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Martin Gloff <mgloff@us.ibm.com>
Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com>
  • Loading branch information
dcrowell77 authored and wghoffa committed May 22, 2018
1 parent 49f6c66 commit 6165baf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/usr/hdat/hdatutil.C
Original file line number Diff line number Diff line change
Expand Up @@ -2083,6 +2083,7 @@ errlHndl_t hdatUpdateSMPLinkInfoData(hdatHDIFDataArray_t * i_SMPInfoFullPcrdHdrP
case 0x10:{l_freqList = const_cast<uint32_t *>(OBUS_PLL_FREQ_LIST_P9C_10); break; }
case 0x11:{l_freqList = const_cast<uint32_t *>(OBUS_PLL_FREQ_LIST_P9C_11); break; }
case 0x12:{l_freqList = const_cast<uint32_t *>(OBUS_PLL_FREQ_LIST_P9C_12); break; }
case 0x13:{l_freqList = const_cast<uint32_t *>(OBUS_PLL_FREQ_LIST_P9C_13); break; }
}
}
if(l_freqList == NULL)
Expand Down
3 changes: 3 additions & 0 deletions src/usr/util/utilcommonattr.C
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,9 @@ errlHndl_t getObusPllBucket(TARGETING::Target * i_chipTarget,
case 0x12:
l_freqList = OBUS_PLL_FREQ_LIST_P9C_12;
break;
case 0x13:
l_freqList = OBUS_PLL_FREQ_LIST_P9C_13;
break;
default:
TRACFCOMP(g_util_trace, "Unknown EC level 0x%x for CUMULUS",
l_chipECLevel);
Expand Down

0 comments on commit 6165baf

Please sign in to comment.