Skip to content
Snippets Groups Projects
  1. Feb 09, 2009
  2. Dec 15, 2008
    • Kumar Gala's avatar
      Introduce virt_to_phys() · 65e43a10
      Kumar Gala authored
      
      virt_to_phys() returns the physical address given a virtual. In most
      cases this will be just the input value as the vast majority of
      systems run in a 1:1 mode.
      
      However in systems that are not running this way it should report the
      physical address or ~0 if no mapping exists for the given virtual
      address.
      
      Signed-off-by: default avatarKumar Gala <galak@kernel.crashing.org>
      65e43a10
  3. Sep 06, 2008
  4. Aug 06, 2008
  5. Aug 03, 2008
  6. Jun 11, 2008
  7. May 20, 2008
  8. Apr 14, 2008
  9. Mar 18, 2008
  10. Mar 02, 2008
  11. Dec 13, 2007
    • Haavard Skinnemoen's avatar
      Introduce map_physmem() and unmap_physmem() · 4d7d6936
      Haavard Skinnemoen authored
      
      map_physmem() returns a virtual address which can be used to access a
      given physical address without involving the cache. unmap_physmem()
      should be called when the virtual address returned by map_physmem() is
      no longer needed.
      
      This patch adds a stub implementation which simply returns the
      physical address cast to a uchar * for all architectures except AVR32,
      which converts the physical address to an uncached virtual mapping.
      unmap_physmem() is a no-op on all architectures, but if any
      architecture needs to do such mappings through the TLB, this is the
      hook where those TLB entries can be invalidated.
      
      Signed-off-by: default avatarHaavard Skinnemoen <hskinnemoen@atmel.com>
      4d7d6936
    • Haavard Skinnemoen's avatar
      Implement __raw_{read,write}[bwl] on all architectures · 812711ce
      Haavard Skinnemoen authored
      
      This adds implementations of __raw_read[bwl] and __raw_write[bwl] to
      m68k, ppc, nios and nios2. The m68k and ppc implementations were taken
      from Linux.
      
      Signed-off-by: default avatarHaavard Skinnemoen <hskinnemoen@atmel.com>
      812711ce
  12. Feb 21, 2007
  13. Jun 08, 2006
  14. Apr 20, 2006
  15. Nov 25, 2005
  16. Mar 30, 2005
    • Wolfgang Denk's avatar
      * Patch by Scott McNutt, 21 Oct 2004: · 0c1c117c
      Wolfgang Denk authored
        Add support for Nios-II EPCS Controller core.
      
      * Patch by Scott McNutt, 20 Oct 2004:
        Nios-II cleanups:
        - Add sysid command (Nios-II only).
        - Locate default exception trampoline at proper offset.
        - Implement I/O routines (readb, writeb, etc)
        - Implement do_bootm_linux
      0c1c117c
  17. Oct 10, 2004
Loading