Skip to content
Snippets Groups Projects
  1. Sep 09, 2008
  2. Sep 06, 2008
  3. Jun 11, 2008
  4. May 20, 2008
  5. Apr 14, 2008
  6. Mar 18, 2008
  7. Mar 02, 2008
  8. Feb 07, 2008
  9. 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
  10. Feb 21, 2007
  11. Nov 25, 2005
  12. Oct 10, 2003
  13. Jul 24, 2003
  14. Jun 27, 2003
  15. May 31, 2003
    • Wolfgang Denk's avatar
      * Patch by Marc Singer, 29 May 2003: · 7a8e9bed
      Wolfgang Denk authored
        Fixed rarp boot method for IA32 and other little-endian CPUs.
      
      * Patch by Marc Singer, 28 May 2003:
        Added port I/O commands.
      
      * Patch by Matthew McClintock, 28 May 2003
        - cpu/mpc824x/start.S: fix relocation code when booting from RAM
        - minor patches for utx8245
      
      * Patch by Daniel Engström, 28 May 2003:
        x86 update
      
      * Patch by Dave Ellis, 9 May 2003 + 27 May 2003:
        add nand flash support to SXNI855T configuration
        fix/extend nand flash support:
        - fix 'nand erase' command so does not erase bad blocks
        - fix 'nand write' command so does not write to bad blocks
        - fix nand_probe() so handles no flash detected properly
        - add doc/README.nand
        - add .jffs2 and .oob options to nand read/write
        - add 'nand bad' command to list bad blocks
        - add 'clean' option to 'nand erase' to write JFFS2 clean markers
        - make NAND read/write faster
      
      * Patch by Rune Torgersen, 23 May 2003:
        Update for MPC8266ADS board
  16. Mar 12, 2003
    • Wolfgang Denk's avatar
      * Patch by Josef Wagner, 12 Mar 2003: · 3bac3513
      Wolfgang Denk authored
        - 16/32 MB and 50/80 MHz support with auto-detection for IP860
        - ETH05 and BEDBUG support for CU824
        - added support for MicroSys CPC45
        - new BOOTROM/FLASH0 and DOC base for PM826
      
      * Patch by Robert Schwebel, 12 Mar 2003:
        Fix the chpart command on innokom board
      
      * Name cleanup:
        mv include/asm-i386/ppcboot-i386.h include/asm-i386/u-boot-i386.h
        s/PPCBoot/U-Boot/ in some files
        s/pImage/uImage/  in some files
      
      * Patch by Detlev Zundel, 15 Jan 2003:
        Fix '' command line quoting
      
      * Patch by The LEOX team, 19 Jan 2003:
        - add support for the ELPT860 board
        - add support for Dallas ds164x RTC
      3bac3513
  17. Nov 19, 2002
    • Wolfgang Denk's avatar
      * Patch by Daniel Engstrm, 18 Nov 2002: · b2184c31
      Wolfgang Denk authored
        Fixes for x86 port (mostly strings issues)
      
      * Patch by Ken Chou, 18 Nov 2002:
        Fix for natsemi NIC cards (DP83815)
      
      * Patch by Pierre Aubert, 19 Nov 2002:
        fix a bug for the MII configuration, and some warnings
      b2184c31
  18. Nov 18, 2002
Loading