commit | bfc04aec7d687282b5e7adb26799d3eb50d05f01 | [log] [tgz] |
---|---|---|
author | Borislav Petkov <borislav.petkov@amd.com> | Thu Nov 12 19:05:07 2009 +0100 |
committer | Borislav Petkov <borislav.petkov@amd.com> | Tue Dec 08 13:37:59 2009 +0100 |
tree | f50ef4e63b5f31a9117f648bf5c2b39003cf8f8d | |
parent | 986a42a25059143d153e30a0cc36630bd0e623c6 [diff] |
amd64_edac: add a leaner syndrome decoding algorithm Instead of using the whole syndrome tables for channel decoding, use a set of eigenvectors with which the tables can be generated to search for the syndrome in error. The algorithm operates independently of symbol size and can be used for both x4 and x8 syndromes. Signed-off-by: Borislav Petkov <borislav.petkov@amd.com>