summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9
diff options
context:
space:
mode:
authorLouis Stermole <stermole@us.ibm.com>2016-10-17 08:26:14 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-10-17 23:43:44 -0400
commit94248caaee97fea7d0f2c67a37a2eaa094868240 (patch)
tree0d19e9806694c6051aafd37d9a2f72eec33ecf24 /src/import/chips/p9
parent5a4cdd0624efbbca95225c8f9e1ccd4fa1276074 (diff)
downloadtalos-hostboot-94248caaee97fea7d0f2c67a37a2eaa094868240.tar.gz
talos-hostboot-94248caaee97fea7d0f2c67a37a2eaa094868240.zip
Fix Galois symbol 7 in MSS ECC
Change-Id: I3207e394e35a8339b34ddf9432e6c80035b1fb06 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/31331 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Brian R. Silver <bsilver@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: JACOB L. HARVEY <jlharvey@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/31333 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>
Diffstat (limited to 'src/import/chips/p9')
-rw-r--r--src/import/chips/p9/procedures/hwp/memory/lib/ecc/ecc_traits.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/import/chips/p9/procedures/hwp/memory/lib/ecc/ecc_traits.H b/src/import/chips/p9/procedures/hwp/memory/lib/ecc/ecc_traits.H
index 69cd9a877..a6ee9b49a 100644
--- a/src/import/chips/p9/procedures/hwp/memory/lib/ecc/ecc_traits.H
+++ b/src/import/chips/p9/procedures/hwp/memory/lib/ecc/ecc_traits.H
@@ -201,7 +201,7 @@ class eccTraits<fapi2::TARGET_TYPE_MCA>
constexpr static const uint8_t symbol2galois[] =
{
0x80, 0xa0, 0x90, 0xf0,
- 0x08, 0x0a, 0x09, 0x8f,
+ 0x08, 0x0a, 0x09, 0x0f,
0x98, 0xda, 0xb9, 0x7f,
0x91, 0xd7, 0xb2, 0x78,
0x28, 0xea, 0x49, 0x9f,
OpenPOWER on IntegriCloud