diff options
| author | Joe McGill <jmcgill@us.ibm.com> | 2017-06-26 09:57:23 -0500 |
|---|---|---|
| committer | Joshua Hunsberger <jahunsbe@us.ibm.com> | 2017-10-23 18:04:03 -0500 |
| commit | 6cd78ca6ee3fd719eb467f9cbee9ac7697d0b6b1 (patch) | |
| tree | b38e693888cb8cb3438306200b23b68d2d19aa90 | |
| parent | fb757fb8941296ba6df3fdc63984d0bf64e68bd4 (diff) | |
| download | talos-hcode-6cd78ca6ee3fd719eb467f9cbee9ac7697d0b6b1.tar.gz talos-hcode-6cd78ca6ee3fd719eb467f9cbee9ac7697d0b6b1.zip | |
PCIe updates for Nimbus DD2 GEN4 operation
adjust REFISRC, REFISINK, VBGENDOC in PCIE PLL inits for all ECs
set EDMOD in RX VGA Control Register 1 for DD2 only
Change-Id: Ib10b02fb49dbf7ccf8dcad2ada5ac463a927d4c7
CQ: HW414759
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/42423
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com>
Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com>
Reviewed-by: Ricardo Mata <ricmata@us.ibm.com>
Reviewed-by: Jenny Huynh <jhuynh@us.ibm.com>
Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
| -rw-r--r-- | import/chips/p9/common/include/p9_misc_scom_addresses_fld_fixes.H | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/import/chips/p9/common/include/p9_misc_scom_addresses_fld_fixes.H b/import/chips/p9/common/include/p9_misc_scom_addresses_fld_fixes.H index 1cfafd6c..3a6a9633 100644 --- a/import/chips/p9/common/include/p9_misc_scom_addresses_fld_fixes.H +++ b/import/chips/p9/common/include/p9_misc_scom_addresses_fld_fixes.H @@ -60,6 +60,10 @@ REG64_FLD(PU_TX_CH_MISC_WEN0, 12, SH_UNT, SH_ACS_SCOM, SH_FLD REG64_FLD(PU_TX_CH_MISC_WEN1, 13, SH_UNT, SH_ACS_SCOM, SH_FLD_UNUSED); REG64_FLD(PU_TX_CH_MISC_WEN2, 14, SH_UNT, SH_ACS_SCOM, SH_FLD_UNUSED); +// RX VGA Control Register1 +REG64_FLD(PEC_SCOM0X0B_EDMOD, 52, SH_UNT_PEC, SH_ACS_SCOM, SH_FLD_UNUSED); +REG64_FLD(PEC_SCOM0X0B_EDMOD_LEN, 2, SH_UNT_PEC, SH_ACS_SCOM, SH_FLD_UNUSED); + //Example //Copy the whole line from the *scom_addresses_fld.H file. Then add FIX in front of REG //and add another paramter that is the new value you want. |

