Skip to content

Commit

Permalink
Fix modal_symbol_count port
Browse files Browse the repository at this point in the history
Change-Id: I3c32458b3e23fe5ba3d9d8b2dfbad1453401a90e
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/96694
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Reviewed-by: Louis Stermole <stermole@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: STEPHEN GLANCY <sglancy@us.ibm.com>
Reviewed-by: Jennifer A Stofer <stofer@us.ibm.com>
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/96800
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com>
Reviewed-by: Daniel M Crowell <dcrowell@us.ibm.com>
  • Loading branch information
markypizz authored and dcrowell77 committed May 21, 2020
1 parent fbb698a commit 4bb52eb
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 605 deletions.
Expand Up @@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
/* Contributors Listed Below - COPYRIGHT 2019 */
/* Contributors Listed Below - COPYRIGHT 2019,2020 */
/* [+] International Business Machines Corp. */
/* */
/* */
Expand Down Expand Up @@ -285,7 +285,6 @@ class eccTraits<mc_type::EXPLORER, fapi2::TARGET_TYPE_OCMB_CHIP>
MODAL_SYMBOL_COUNTER_07 = EXPLR_MCBIST_MBSSYMEC0Q_MODAL_SYMBOL_COUNTER_07,
MODAL_SYMBOL_COUNTER_07_LEN = EXPLR_MCBIST_MBSSYMEC0Q_MODAL_SYMBOL_COUNTER_07_LEN,

// FROM NIMBUS, UNSURE IF STILL ACCURATE OR NEEDED
// and a couple constants
NUM_MBSSYM_REGS = 10,
MODAL_SYMBOL_COUNTERS_PER_REG = 8,
Expand Down

This file was deleted.

1 change: 1 addition & 0 deletions src/import/chips/p9/procedures/hwp/memory/lib/phy/dp16.C
Expand Up @@ -4618,6 +4618,7 @@ fapi2::ReturnCode check_rp_and_dram( const fapi2::Target<fapi2::TARGET_TYPE_MCA>
FAPI_ASSERT(i_dram < MAX_NUM_DRAM,
fapi2::MSS_INVALID_INDEX_PASSED()
.set_INDEX(i_dram)
.set_TARGET(i_target)
.set_FUNCTION(i_function),
"%s Invalid DRAM index passed to check_for_dram_disabled (%d)",
mss::c_str(i_target),
Expand Down

0 comments on commit 4bb52eb

Please sign in to comment.