diff options
| author | Dan Crowell <dcrowell@us.ibm.com> | 2018-05-19 16:14:26 -0500 |
|---|---|---|
| committer | William G. Hoffa <wghoffa@us.ibm.com> | 2018-05-22 13:45:12 -0400 |
| commit | 6165bafa7de9cf9af1f694f178f53f76ae0861f4 (patch) | |
| tree | 54283bc6b42324c40861cbeb08dda13ca9204ae0 /src/usr/hdat | |
| parent | 49f6c664792e8c6840ca7863917c6becb85d327b (diff) | |
| download | talos-hostboot-6165bafa7de9cf9af1f694f178f53f76ae0861f4.tar.gz talos-hostboot-6165bafa7de9cf9af1f694f178f53f76ae0861f4.zip | |
Centaur DD1.3 Bucket Support
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>
Diffstat (limited to 'src/usr/hdat')
| -rw-r--r-- | src/usr/hdat/hdatutil.C | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/usr/hdat/hdatutil.C b/src/usr/hdat/hdatutil.C index 46b53818d..6c141065c 100644 --- a/src/usr/hdat/hdatutil.C +++ b/src/usr/hdat/hdatutil.C @@ -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) |

