1. 03 4月, 2009 3 次提交
    • G
      edac: new ppc4xx driver module · dba7a77c
      Grant Erickson 提交于
      This adds support for an EDAC memory controller adaptation driver for the
      "ibm,sdram-4xx-ddr2" ECC controller realized in the AMCC PowerPC 405EX[r].
      
      At present, this driver has been developed and tested against the
      controller realization in the AMCC PPC405EX[r] on the AMCC Kilauea and
      Haleakala boards (256 MiB w/o ECC memory soldered onto the board) and a
      proprietary board based on those designs (128 MiB ECC memory, also
      soldered onto the board).
      
      In the future, dynamic feature detection and handling needs to be added
      for the other realizations of this controller found in the 440SP, 440SPe,
      460EX, 460GT and 460SX.
      
      Eventually, this driver will likely be evolved and adapted to the above
      variant realizations of this controller as well as broken apart to handle
      the other known ECC-capable controllers prevalent in other PPC4xx
      processors:
      
        - IBM SDRAM (405GP, 405CR and 405EP) "ibm,sdram-4xx"
        - IBM DDR1 (440GP, 440GX, 440EP and 440GR) "ibm,sdram-4xx-ddr"
        - Denali DDR1/DDR2 (440EPX and 440GRX) "denali,sdram-4xx-ddr2"
      
      [akpm@linux-foundation.org: coding-style fixes]
      Signed-off-by: NGrant Erickson <gerickson@nuovations.com>
      Signed-off-by: NDoug Thompson <dougthompson@xmission.com>
      Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      dba7a77c
    • D
      edac: remove EDAC's experimental status · 4577ca55
      Doug Thompson 提交于
      After 3 years, this is a patch to remove the EXPERIMENTAL tag on EDAC.  We
      now have many module drivers submitters in EDAC and believe EDAC is no
      longer EXPERIMENTAL
      
      Signed-off-by: Doug Thompson <dougthompson@xmission.com
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      4577ca55
    • H
      edac: add more verbose debug info · cc18e3cd
      Hitoshi Mitake 提交于
      A patch for making a debugging information more verbose for use in
      development debugging.
      
      By enabling the new option "More verbose debugging", information about
      source file and line number will be added to debugging message.
      
      This is sample output,
      
      EDAC MC0: Giving out device to 'e7xxx_edac' 'E7205': DEV 0000:00:00.0
      EDAC DEBUG: in drivers/edac/edac_pci.c, line at 48: edac_pci_alloc_ctl_info()
      EDAC DEBUG: in drivers/edac/edac_pci.c, line at 334: edac_pci_add_device()
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
      Signed-off-by: NHitoshi Mitake <h.mitake@gmail.com>
      Signed-off-by: NDoug Thompson <dougthompson@xmission.com>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      cc18e3cd
  2. 07 1月, 2009 1 次提交
  3. 23 12月, 2008 1 次提交
    • B
      powerpc/cell: add QPACE as a separate Cell platform · def434c2
      Benjamin Krill 提交于
      Since the QPACE (Chromodynamics Parallel Computing on the
      Cell Broadband Engine) platform doesn't use a iommu, doesn't
      have PCI devices and a MPIC much lesser setup and
      configurations are needed. So far all devices are detected
      as OF device. A notifier function is used to set the dma_ops
      for the of_platform bus. Further this patch splits the
      PPC_CELL_NATIVE into PPC_CELL_COMMON which are parts that are
      shared with the QPACE platform and the rest.
      Signed-off-by: NBenjamin Krill <ben@codiert.org>
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      def434c2
  4. 31 10月, 2008 1 次提交
  5. 26 7月, 2008 1 次提交
    • A
      edac: i5100 new intel chipset driver · 8f421c59
      Arthur Jones 提交于
      Preliminary support for the Intel 5100 MCH.  CE and UE errors are reported
      along with the current DIMM label information and other memory parameters.
      
      Reasons why this is preliminary:
      
      1) This chip has 2 independent memory controllers which, for best
         perforance, use interleaved accesses to the DDR2 memory.  This
         architecture does not map very well to the current edac data structures
         which depend on symmetric channel access to the interleaved data.
         Without core changes, the best I could do for now is to map both memory
         controllers to different csrows (first all ranks of controller 0, then
         all ranks of controller 1).  Someone much more familiar with the edac
         core than I will probably need to come up with a more general data
         structure to handle the interleaving and de-interleaving of the two
         memory controllers.
      
      2) I have not yet tackled the de-interleaving of the rank/controller
         address space into the physical address space of the CPU.  There is
         nothing fundamentally missing, it is just ending up to be a lot of
         code, and I'd rather keep it separate for now, esp since it doesn't
         work yet...
      
      3) The code depends on a particular i5100 chip select to DIMM mainboard
         chip select mapping.  This mapping seems obvious to me in order to
         support dual and single ranked memory, but it is not unique and DIMM
         labels could be wrong on other mainboards.  There is no way to query
         this mapping that I know of.
      
      4) The code requires that the i5100 is in 32GB mode.  Only 4 ranks per
         controller, 2 ranks per DIMM are supported.  I do not have hardware
         (nor do I expect to have hardware anytime soon) for the 48GB (6 ranks
         per controller) mode.
      
      5) The serial presence detect code should be broken out into a "real"
         i2c driver so that decode-dimms.pl can work.
      Signed-off-by: NArthur Jones <ajones@riverbed.com>
      Signed-off-by: NDoug Thompson <dougthompson@xmission.com>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      8f421c59
  6. 29 4月, 2008 1 次提交
  7. 08 2月, 2008 4 次提交
  8. 27 7月, 2007 2 次提交
  9. 20 7月, 2007 9 次提交
  10. 17 7月, 2007 1 次提交
  11. 10 5月, 2007 1 次提交
  12. 01 4月, 2006 1 次提交
  13. 27 3月, 2006 1 次提交
  14. 10 3月, 2006 1 次提交
  15. 05 2月, 2006 1 次提交
  16. 04 2月, 2006 1 次提交
  17. 19 1月, 2006 1 次提交