An error occurred fetching the project authors.
  1. 17 Mar, 2011 16 commits
  2. 07 Jan, 2011 10 commits
  3. 21 Oct, 2010 3 commits
  4. 03 Aug, 2010 2 commits
  5. 01 Mar, 2010 1 commit
  6. 08 Dec, 2009 1 commit
  7. 07 Dec, 2009 5 commits
  8. 07 Oct, 2009 2 commits
    • Borislav Petkov's avatar
      amd64_edac: beef up DRAM error injection · 94baaee4
      Borislav Petkov authored
      When injecting DRAM ECC errors (F3xBC_x8), EccVector[15:0] is a bitmask
      of which bits should be error injected when written to and holds the
      payload of 16-bit DRAM word when read, respectively.
      
      Add /sysfs members to show the DRAM ECC section/word/vector.
      
      Fail wrong injection values entered over /sysfs instead of truncating
      them.
      Signed-off-by: default avatarBorislav Petkov <borislav.petkov@amd.com>
      94baaee4
    • Borislav Petkov's avatar
      amd64_edac: fix chip select handling · 9d858bb1
      Borislav Petkov authored
      Different processor families support a different number of chip selects.
      Handle this in a family-dependent way with the proper values assigned at
      init time (see amd64_set_dct_base_and_mask).
      
      Remove _DCSM_COUNT defines since they're used at one place and originate
      from public documentation.
      
      CC: Keith Mannthey <kmannth@us.ibm.com>
      Signed-off-by: default avatarBorislav Petkov <borislav.petkov@amd.com>
      9d858bb1