Skip to content
Snippets Groups Projects
  1. Apr 04, 2011
  2. Mar 24, 2011
  3. Mar 05, 2011
  4. Feb 11, 2011
  5. Jan 25, 2011
  6. Jan 20, 2011
  7. Oct 20, 2010
  8. Aug 31, 2010
  9. Jul 26, 2010
  10. Apr 27, 2010
  11. Apr 21, 2010
  12. Apr 13, 2010
  13. Apr 07, 2010
  14. Jan 05, 2010
  15. Oct 03, 2009
  16. Sep 16, 2009
  17. Sep 08, 2009
  18. Jun 12, 2009
    • Kumar Gala's avatar
      fsl-ddr: Fix handling of >4G of memory when !CONFIG_PHYS_64BIT · e7563aff
      Kumar Gala authored
      
      The ddr code computes most things as 64-bit quantities and had some places
      in the middle that it was using phy_addr_t and phys_size_t.
      
      Instead we use unsigned long long through out and only at the last stage of
      setting the LAWs and reporting the amount of memory to the board code do we
      truncate down to what we can cover via phys_size_t.
      
      This has the added benefit that the DDR controller itself is always setup
      the same way regardless of how much memory we have.  Its only the LAW
      setup that limits what is visible to the system.
      
      Signed-off-by: default avatarKumar Gala <galak@kernel.crashing.org>
      e7563aff
  19. Mar 30, 2009
  20. Jan 23, 2009
  21. Oct 18, 2008
  22. Sep 06, 2008
  23. Aug 27, 2008
Loading