1. 21 5月, 2008 1 次提交
    • W
      Big white-space cleanup. · 53677ef1
      Wolfgang Denk 提交于
      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: NWolfgang Denk <wd@denx.de>
      53677ef1
  2. 26 3月, 2008 1 次提交
  3. 12 3月, 2008 1 次提交
  4. 29 2月, 2008 1 次提交
  5. 25 2月, 2008 1 次提交
    • M
      [new uImage] Add dual format uImage support framework · d5934ad7
      Marian Balakowicz 提交于
      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: NMarian Balakowicz <m8@semihalf.com>
      d5934ad7
  6. 22 2月, 2008 2 次提交
  7. 07 2月, 2008 1 次提交
  8. 21 11月, 2007 1 次提交
  9. 09 7月, 2007 1 次提交
  10. 04 7月, 2007 1 次提交
  11. 20 2月, 2007 1 次提交
  12. 04 8月, 2006 1 次提交
  13. 02 8月, 2006 1 次提交
  14. 13 10月, 2005 1 次提交
  15. 02 8月, 2005 2 次提交
  16. 21 7月, 2005 1 次提交
    • W
      Fix low-level OHCI transfers for ARM920t and MPC5xxx · 9c998aa8
      Wolfgang Denk 提交于
      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
  17. 27 6月, 2005 1 次提交
    • W
      * Fix baudrate calculation problem on MPC5200 systems · 342717f7
      wdenk 提交于
      * Add MPC8220 boards to MAKEALL script
      
      * Add EEPROM and RTC support for HMI1001 board
      
      * Patch by Detlev Zundel, 20 Jun 2005:
        Fix initialization of low active GPIO pins on inka4x0 board
      342717f7
  18. 03 4月, 2005 1 次提交
  19. 25 2月, 2005 1 次提交
  20. 05 2月, 2005 1 次提交
  21. 04 2月, 2005 2 次提交
    • W
      Fix byteorder problem in usbboot and scsiboot commands. · f8883cb1
      wdenk 提交于
      f8883cb1
    • W
      * Removed '--no-warn-mismatch' option from Makefile. This option · 1a344f29
      wdenk 提交于
        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
  22. 24 4月, 2004 1 次提交
    • W
      * Modify KUP4X board configuration to use SL811 driver for USB memory · 5cf91d6b
      wdenk 提交于
        sticks (including FAT / VFAT filesystem support)
      
      * Add SL811 Host Controller Interface driver for USB
      
      * Add CFG_I2C_EEPROM_ADDR_OVERFLOW desription to README
      
      * Patch by Pantelis Antoniou, 19 Apr 2004:
        Allow to use shell style syntax (i. e. ${var} ) with standard parser.
        Minor patches for Intracom boards.
      
      * Patch by Christian Pell, 19 Apr 2004:
        cleanup support for CF/IDE on PCMCIA for PXA25X
      5cf91d6b
  23. 08 12月, 2003 1 次提交
    • W
      * Patches by David Mller, 14 Nov 2003: · a2663ea4
      wdenk 提交于
        - 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
  24. 02 7月, 2003 1 次提交
  25. 30 6月, 2003 1 次提交
  26. 28 6月, 2003 1 次提交
    • W
      * Code cleanup: · 8bde7f77
      wdenk 提交于
        - remove trailing white space, trailing empty lines, C++ comments, etc.
        - split cmd_boot.c (separate cmd_bdinfo.c and cmd_load.c)
      
      * Patches by Kenneth Johansson, 25 Jun 2003:
        - major rework of command structure
          (work done mostly by Michal Cendrowski and Joakim Kristiansen)
      8bde7f77
  27. 28 4月, 2003 1 次提交
    • W
      * LWMON extensions: · 4532cb69
      wdenk 提交于
        - Splashscreen support
        - modem support
        - sysmon support
        - temperature dependend enabling of LCD
      
      * Allow booting from old "PPCBoot" disk partitions
      
      * Add support for TQM8255 Board / MPC8255 CPU
      4532cb69
  28. 27 8月, 2002 1 次提交