Skip to content

Commit af4d4d1

Browse files
brs332dcrowell77
authored andcommitted
Change ADR output registers for init during reset
Change-Id: Ia9d3edf57d12130d9c73279d17a47171cd5f022d Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/31799 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Louis Stermole <stermole@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: JACOB L. HARVEY <jlharvey@us.ibm.com> Reviewed-by: ANDRE A. MARIN <aamarin@us.ibm.com> Reviewed-by: Brian R. Silver <bsilver@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/31805 Reviewed-by: Hostboot Team <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>
1 parent eb8d7a7 commit af4d4d1

File tree

1 file changed

+2
-2
lines changed
  • src/import/chips/p9/procedures/hwp/memory/lib/phy

1 file changed

+2
-2
lines changed

src/import/chips/p9/procedures/hwp/memory/lib/phy/adr32s.C

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ const std::vector<uint64_t> adr32sTraits<fapi2::TARGET_TYPE_MCA>::DLL_CNFG_REG =
5454
// Definition of the ADR32S output driver registers
5555
const std::vector<uint64_t> adr32sTraits<fapi2::TARGET_TYPE_MCA>::OUTPUT_DRIVER_REG =
5656
{
57-
MCA_DDRPHY_ADR_OUTPUT_DRIVER_FORCE_VALUE0_P0_ADR32S0,
58-
MCA_DDRPHY_ADR_OUTPUT_DRIVER_FORCE_VALUE0_P0_ADR32S1
57+
MCA_DDRPHY_ADR_OUTPUT_FORCE_ATEST_CNTL_P0_ADR32S0,
58+
MCA_DDRPHY_ADR_OUTPUT_FORCE_ATEST_CNTL_P0_ADR32S1,
5959
};
6060

6161
// Definition of the ADR32S duty cycle distortion registers

0 commit comments

Comments
 (0)