1. 17 3月, 2011 16 次提交
  2. 07 1月, 2011 10 次提交
  3. 21 10月, 2010 3 次提交
  4. 03 8月, 2010 2 次提交
  5. 02 3月, 2010 1 次提交
  6. 08 12月, 2009 6 次提交
  7. 07 10月, 2009 2 次提交
    • B
      amd64_edac: beef up DRAM error injection · 94baaee4
      Borislav Petkov 提交于
      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: NBorislav Petkov <borislav.petkov@amd.com>
      94baaee4
    • B
      amd64_edac: fix chip select handling · 9d858bb1
      Borislav Petkov 提交于
      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: NBorislav Petkov <borislav.petkov@amd.com>
      9d858bb1