Skip to content
Snippets Groups Projects
  1. Jan 28, 2009
  2. Nov 28, 2008
  3. Oct 18, 2008
  4. Jul 14, 2008
  5. Jul 10, 2008
  6. Jun 30, 2008
  7. May 20, 2008
    • Wolfgang Denk's avatar
      Big white-space cleanup. · 53677ef1
      Wolfgang Denk authored
      
      This commit gets rid of a huge amount of silly white-space issues.
      Especially, all sequences of SPACEs followed by TAB characters get
      removed (unless they appear in print statements).
      
      Also remove all embedded "vim:" and "vi:" statements which hide
      indentation problems.
      
      Signed-off-by: default avatarWolfgang Denk <wd@denx.de>
      53677ef1
  8. Mar 26, 2008
  9. Mar 12, 2008
  10. Feb 29, 2008
  11. Feb 25, 2008
    • Marian Balakowicz's avatar
      [new uImage] Add dual format uImage support framework · d5934ad7
      Marian Balakowicz authored
      
      This patch adds framework for dual format images. Format detection is added
      and the bootm controll flow is updated to include cases for new FIT format
      uImages.
      
      When the legacy (image_header based) format is detected appropriate
      legacy specific handling is invoked. For the new (FIT based) format uImages
      dual boot framework has a minial support, that will only print out a
      corresponding debug messages. Implementation of the FIT specific handling will
      be added in following patches.
      
      Signed-off-by: default avatarMarian Balakowicz <m8@semihalf.com>
      d5934ad7
  12. Feb 21, 2008
  13. Feb 07, 2008
  14. Nov 21, 2007
  15. Jul 08, 2007
  16. Jul 03, 2007
  17. Feb 20, 2007
  18. Aug 03, 2006
  19. Aug 01, 2006
  20. Oct 13, 2005
  21. Aug 02, 2005
  22. Aug 01, 2005
  23. Jul 21, 2005
    • Wolfgang Denk's avatar
      Fix low-level OHCI transfers for ARM920t and MPC5xxx · 9c998aa8
      Wolfgang Denk authored
      A new, Windows compatible init sequence was also backported from Linux 2.6,
      but disabled with #undef NEW_INIT_SEQ as it wouldn't change the behaviour
      of the memopry sticks we tested. Maybe it's not relevant for mass storage
      devices. For recerence, see file common/usb.c, function usb_new_device(),
      section #ifdef NEW_INIT_SEQ.
      9c998aa8
  24. Jun 27, 2005
  25. Apr 02, 2005
  26. Feb 24, 2005
  27. Feb 04, 2005
  28. Feb 03, 2005
    • Wolfgang Denk's avatar
      * Removed '--no-warn-mismatch' option from Makefile. This option · 1a344f29
      Wolfgang Denk authored
        makes 'ld' to overlook binary objects compatibility.
      
      * Moved $(PLATFORM_LIBS) from the library group (--start-group ...
        --end-group) outside of the group. This will make 'ld' to do
        _multiple_ search in the library group when resolving symbol
        references and do only a _single_ seach in libgcc.a after the group
        search.
      
      * Fix stability problems on CPC45 board again.
      
      * Make image detection for diskboot / usbboot / scsiboot more robust
        (also check header checksum)
      1a344f29
  29. Apr 23, 2004
  30. Dec 07, 2003
    • Wolfgang Denk's avatar
      * Patches by David Mller, 14 Nov 2003: · a2663ea4
      Wolfgang Denk authored
        - board/mpl/common/common_util.c
          * implement support for BZIP2 compressed images
          * various cleanups (printf -> puts, ...)
        - board/mpl/common/flash.c
          * report correct errors to upper layers
          * check the erase fail and VPP low bits in status reg
        - board/mpl/vcma9/cmd_vcma9.c
        - board/mpl/vcma9/flash.c
          * various cleanups (printf -> puts, ...)
        - common/cmd_usb.c
          * fix typo in comment
        - cpu/arm920t/usb_ohci.c
          * support for S3C2410 is missing in #if line
        - drivers/cs8900.c
          * reinit some registers in case of error (cable missing, ...)
        - fs/fat/fat.c
          * support for USB/MMC devices is missing in #if line
        - include/configs/MIP405.h
        - include/configs/PIP405.h
          * enable BZIP2 support
          * enlarge malloc space to 1MiB because of BZIP2 support
        - include/configs/VCMA9.h
          * enable BZIP2 support
          * enlarge malloc space to 1MiB because of BZIP2 support
          * enable USB support
        - lib_arm/armlinux.c
          * change calling convention of ARM Linux kernel as
            described on http://www.arm.linux.org.uk/developer/booting.php
      
      * Patch by Thomas Lange, 14 Nov 2003:
        Split dbau1x00 into dbau1000, dbau1100 and dbau1500 configs to
        support all these AMD boards.
      
      * Patch by Thomas Lange, 14 Nov 2003:
        Workaround for mips au1x00 physical memory accesses (the au1x00
        uses a 36 bit bus internally and cannot access physical memory
        directly. Use the uncached SDRAM address instead of the physical
        one.)
      a2663ea4
  31. Jul 01, 2003
  32. Jun 29, 2003
  33. Jun 27, 2003
Loading