diff options
| author | Stephen Glancy <sglancy@us.ibm.com> | 2019-06-19 10:50:47 -0400 |
|---|---|---|
| committer | Christian R. Geddes <crgeddes@us.ibm.com> | 2019-06-28 15:30:30 -0500 |
| commit | 38b300796ea10d1264aac3cf8755b9feffee1a65 (patch) | |
| tree | ab5186d582de652cba8a89185c21c3cae8e98b54 /src/import | |
| parent | 913204775de849e204d9976094dc79e4f1e50077 (diff) | |
| download | talos-hostboot-38b300796ea10d1264aac3cf8755b9feffee1a65.tar.gz talos-hostboot-38b300796ea10d1264aac3cf8755b9feffee1a65.zip | |
Updates swizzle for MCBIST error_count_mode1
Change-Id: I97092af83aaf87c03935e4d462e6da032f3cb375
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/79258
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com>
Reviewed-by: Mark Pizzutillo <mark.pizzutillo@ibm.com>
Reviewed-by: Louis Stermole <stermole@us.ibm.com>
Reviewed-by: Jennifer A Stofer <stofer@us.ibm.com>
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/79496
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: Christian R. Geddes <crgeddes@us.ibm.com>
Diffstat (limited to 'src/import')
| -rw-r--r-- | src/import/chips/ocmb/explorer/procedures/hwp/memory/lib/ecc/ecc_traits_explorer.H | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/import/chips/ocmb/explorer/procedures/hwp/memory/lib/ecc/ecc_traits_explorer.H b/src/import/chips/ocmb/explorer/procedures/hwp/memory/lib/ecc/ecc_traits_explorer.H index 6ef32aa63..4ffd0f91b 100644 --- a/src/import/chips/ocmb/explorer/procedures/hwp/memory/lib/ecc/ecc_traits_explorer.H +++ b/src/import/chips/ocmb/explorer/procedures/hwp/memory/lib/ecc/ecc_traits_explorer.H @@ -234,6 +234,7 @@ class eccTraits<mc_type::EXPLORER, fapi2::TARGET_TYPE_OCMB_CHIP> static constexpr uint64_t ECC_MAX_SYMBOLS = exp::MAX_SYMBOLS_PER_PORT; // Stores the symbol counter registers in a vector for easier access for MCBIST + static constexpr uint64_t REQUIRED_NUMBER_OF_SYMBOL_REGS = 10; static const std::vector<uint64_t> SYMBOL_COUNT_REG; // Fields, can be any size. |

