commit | 11c75eadaf75fe6320325aa13dc135f26ad724b8 | [log] [tgz] |
---|---|---|
author | Borislav Petkov <borislav.petkov@amd.com> | Mon Nov 29 19:49:02 2010 +0100 |
committer | Borislav Petkov <borislav.petkov@amd.com> | Thu Mar 17 14:46:12 2011 +0100 |
tree | f55042eb1fbd039e7ab7323d00f23822414edac7 | |
parent | bc21fa578742924aa129a493657f797c13d34ad2 [diff] |
amd64_edac: Cleanup chipselect handling Add a struct representing the DRAM chip select base/limit register pairs. Concentrate all CS handling in a single function. Also, add CS looping macros for cleaner, more readable code. While at it, adjust code to F15h. Finally, do smaller macro names cleanups (remove family names from register macros) and debug messages clarification. No functional change. Signed-off-by: Borislav Petkov <borislav.petkov@amd.com>