diff options
| author | Claus Michael Olsen <cmolsen@us.ibm.com> | 2017-05-01 08:50:45 -0500 |
|---|---|---|
| committer | William G. Hoffa <wghoffa@us.ibm.com> | 2017-05-05 16:13:06 -0400 |
| commit | f8f1a7e62ce3bd82e47190030c233465923c1f84 (patch) | |
| tree | 86068b2c7f8348278078c6cc94a61665d4d34b58 /src | |
| parent | c8bfa9011f04d9969fe1dcea056bea148bcd8b70 (diff) | |
| download | blackbird-hostboot-f8f1a7e62ce3bd82e47190030c233465923c1f84.tar.gz blackbird-hostboot-f8f1a7e62ce3bd82e47190030c233465923c1f84.zip | |
xip_customize: Undoing re-introduced bugs of commit 34210 (VPD EC
order ring insertion).
Change-Id: I3d0115b2b8e2cda9895fb843b8c1e19bfc806f5e
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/39879
Reviewed-by: Joseph J. McGill <jmcgill@us.ibm.com>
Reviewed-by: Thi N. Tran <thi@us.ibm.com>
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Reviewed-by: Dean Sanner <dsanner@us.ibm.com>
Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com>
Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/39883
Reviewed-by: Hostboot Team <hostboot@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>
Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com>
Diffstat (limited to 'src')
| -rw-r--r-- | src/import/chips/p9/procedures/hwp/customize/p9_xip_customize.C | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/import/chips/p9/procedures/hwp/customize/p9_xip_customize.C b/src/import/chips/p9/procedures/hwp/customize/p9_xip_customize.C index ca9f4130a..335581a5f 100644 --- a/src/import/chips/p9/procedures/hwp/customize/p9_xip_customize.C +++ b/src/import/chips/p9/procedures/hwp/customize/p9_xip_customize.C @@ -140,13 +140,14 @@ fapi2::ReturnCode writeMboxRegs ( MBOX_ATTR_WRITE (ATTR_NEST_MEM_X_O_PCI_BYPASS, i_procTarget, i_image); MBOX_ATTR_WRITE (ATTR_SYSTEM_IPL_PHASE, FAPI_SYSTEM, i_image); MBOX_ATTR_WRITE (ATTR_SYS_FORCE_ALL_CORES, FAPI_SYSTEM, i_image); - MBOX_ATTR_WRITE (ATTR_RISK_LEVEL, FAPI_SYSTEM, i_image); + MBOX_ATTR_CLEAR (ATTR_RISK_LEVEL, FAPI_SYSTEM, i_image); MBOX_ATTR_WRITE (ATTR_DISABLE_HBBL_VECTORS, FAPI_SYSTEM, i_image); MBOX_ATTR_WRITE (ATTR_MC_SYNC_MODE, i_procTarget, i_image); MBOX_ATTR_WRITE (ATTR_SECURITY_MODE, FAPI_SYSTEM, i_image); MBOX_ATTR_SET (ATTR_PROC_SBE_MASTER_CHIP, i_procTarget, i_image); MBOX_ATTR_CLEAR (ATTR_PROC_FABRIC_GROUP_ID, i_procTarget, i_image); MBOX_ATTR_CLEAR (ATTR_PROC_FABRIC_CHIP_ID, i_procTarget, i_image); + MBOX_ATTR_WRITE (ATTR_DD1_SLOW_PCI_REF_CLOCK, FAPI_SYSTEM, i_image); fapi_try_exit: FAPI_DBG("writeMboxRegs Exiting..."); |

