From 6f3e6b81cba81ee1cacbb94a4c978ca3e31f6cd7 Mon Sep 17 00:00:00 2001 From: Louis Stermole Date: Thu, 6 Jun 2019 11:58:38 -0400 Subject: Change register used for IML_COMPLETE in exp_draminit_mc Previously used FARB6Q[32] but this bit is not readable, so switched to PMU8Q[63]. Change-Id: I124430d6558fa348f1b01cd1cf3b3767055c8a70 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/78463 Tested-by: FSP CI Jenkins Tested-by: Jenkins Server Reviewed-by: RYAN P. KING Reviewed-by: Mark Pizzutillo Tested-by: Hostboot CI Reviewed-by: STEPHEN GLANCY Reviewed-by: Jennifer A Stofer Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/78482 Reviewed-by: Christian R. Geddes --- .../chips/ocmb/explorer/procedures/hwp/memory/lib/mc/exp_port.H | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/import/chips/ocmb/explorer/procedures/hwp/memory/lib/mc/exp_port.H') diff --git a/src/import/chips/ocmb/explorer/procedures/hwp/memory/lib/mc/exp_port.H b/src/import/chips/ocmb/explorer/procedures/hwp/memory/lib/mc/exp_port.H index 4136f4b28..441e4dfac 100644 --- a/src/import/chips/ocmb/explorer/procedures/hwp/memory/lib/mc/exp_port.H +++ b/src/import/chips/ocmb/explorer/procedures/hwp/memory/lib/mc/exp_port.H @@ -39,6 +39,7 @@ #include #include #include +#include #include #include #include @@ -70,6 +71,7 @@ class portTraits< mss::mc_type::EXPLORER > static constexpr uint64_t FARB5Q_REG = EXPLR_SRQ_MBA_FARB5Q; static constexpr uint64_t FARB6Q_REG = EXPLR_SRQ_MBA_FARB6Q; static constexpr uint64_t FARB9Q_REG = EXPLR_SRQ_MBA_FARB9Q; + static constexpr uint64_t PMU8Q_REG = EXPLR_SRQ_MBA_PMU8Q; static constexpr uint64_t REFRESH_REG = EXPLR_SRQ_MBAREF0Q; static constexpr uint64_t STR0Q_REG = EXPLR_SRQ_MBASTR0Q; static constexpr uint64_t ECC_REG = EXPLR_RDF_RECR; @@ -89,8 +91,7 @@ class portTraits< mss::mc_type::EXPLORER > CFG_CCS_INST_RESET_ENABLE = EXPLR_SRQ_MBA_FARB5Q_CFG_CCS_INST_RESET_ENABLE, CFG_DDR_RESETN = EXPLR_SRQ_MBA_FARB5Q_CFG_DDR_RESETN, CFG_CCS_ADDR_MUX_SEL = EXPLR_SRQ_MBA_FARB5Q_CFG_CCS_ADDR_MUX_SEL, - //TODO: It's not defined in scom register header file. Change this once it's available in scom address header file - CFG_INIT_COMPLETE = 32, //EXPLR_SRQ_MBA_FARB6Q_CFG_INIT_COMPLETE, + CFG_INIT_COMPLETE = EXPLR_SRQ_MBA_PMU8Q_CFG_INIT_COMPLETE, CFG_ZQ_PER_CAL_ENABLE = EXPLR_SRQ_MBA_FARB9Q_CFG_ZQ_PER_CAL_ENABLE, REFRESH_ENABLE = EXPLR_SRQ_MBAREF0Q_CFG_REFRESH_ENABLE, -- cgit v1.2.1