Skip to content
Snippets Groups Projects
  1. Jan 20, 2011
  2. Jan 14, 2011
    • Kumar Gala's avatar
      powerpc/8xxx: Move fsl_is_spd() into generic 8xxx ddr code · 3dbd5d7d
      Kumar Gala authored
      
      Move the parsing of hwconfig to determine if to use spd into common code
      so we can share it across all boards instead of duplicating it
      everywhere.
      
      Signed-off-by: default avatarKumar Gala <galak@kernel.crashing.org>
      3dbd5d7d
    • Becky Bruce's avatar
      mpc85xx boards: initdram() cleanup/bugfix · 38dba0c2
      Becky Bruce authored
      
      Correct initdram to use phys_size_t to represent the size of
      dram; instead of changing this all over the place, and correcting
      all the other random errors I've noticed, create a
      common initdram that is used by all non-corenet 85xx parts.  Most
      of the initdram() functions were identical, with 2 common differences:
      
      1) DDR tlbs for the fixed_sdram case were set up in initdram() on
      some boards, and were part of the tlb_table on others.  I have
      changed them all over to the initdram() method - we shouldn't
      be accessing dram before this point so they don't need to be
      done sooner, and this seems cleaner.
      
      2) Parts that require the DDR11 erratum workaround had different
      implementations - I have adopted the version from the Freescale
      errata document.  It also looks like some of the versions were
      buggy, and, depending on timing, could have resulted in the
      DDR controller being disabled.  This seems bad.
      
      The xpedite boards had a common/fsl_8xxx_ddr.c; with this
      change only the 517 board uses this so I have moved the ddr code
      into that board's directory in xpedite517x.c
      
      Signed-off-by: default avatarBecky Bruce <beckyb@kernel.crashing.org>
      Tested-by: default avatarPaul Gortmaker <paul.gortmaker@windriver.com>
      Signed-off-by: default avatarKumar Gala <galak@kernel.crashing.org>
      38dba0c2
  3. Oct 20, 2010
  4. Jul 26, 2010
  5. Apr 27, 2010
  6. Apr 21, 2010
  7. Apr 13, 2010
  8. Jan 05, 2010
  9. Oct 03, 2009
  10. Sep 08, 2009
  11. Mar 30, 2009
  12. Feb 17, 2009
  13. Jan 23, 2009
  14. Oct 18, 2008
  15. Aug 27, 2008
Loading