Skip to content
Snippets Groups Projects
  1. Mar 12, 2008
  2. Feb 29, 2008
  3. Feb 27, 2008
  4. 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
  5. Feb 22, 2008
  6. Feb 07, 2008
  7. Nov 17, 2007
    • Jean-Christophe PLAGNIOL-VILLARD's avatar
      Fixed mips_io_port_base build errors. · 5c15010e
      Jean-Christophe PLAGNIOL-VILLARD authored
      
      This patch has been sent on:
      - 29 Sep 2007
      
      Although mips_io_port_base is currently a part of IDE command, it is quite
      fundamental for MIPS I/O port access such as in[bwl] and out[bwl]. So move
      it to MIPS general part, and introduce `set_io_port_base()' from Linux.
      
      This patch is triggered by multiple definition of `mips_io_port_base' build
      error on gth2 (and tb0229 also needs this fix.)
      
      board/gth2/libgth2.a(gth2.o): In function `log_serial_char':
      /home/skuribay/devel/u-boot.git/board/gth2/gth2.c:47: multiple definition of `mips_io_port_base'
      common/libcommon.a(cmd_ide.o):/home/skuribay/devel/u-boot.git/common/cmd_ide.c:712: first defined here
      make: *** [u-boot] Error 1
      
      Signed-off-by: default avatarShinya Kuribayashi <skuribay@ruby.dti.ne.jp>
      Signed-off-by: default avatarJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
      5c15010e
  8. Jul 13, 2007
  9. Jul 10, 2007
  10. Jul 09, 2007
  11. Jul 03, 2007
  12. Oct 08, 2006
  13. Sep 01, 2006
    • Marian Balakowicz's avatar
      Add support for a saving build objects in a separate directory. · f9328639
      Marian Balakowicz authored
      Modifications are based on the linux kernel approach and
      support two use cases:
      
        1) Add O= to the make command line
        'make O=/tmp/build all'
      
        2) Set environement variable BUILD_DIR to point to the desired location
        'export BUILD_DIR=/tmp/build'
        'make'
      
      The second approach can also be used with a MAKEALL script
      'export BUILD_DIR=/tmp/build'
      './MAKEALL'
      
      Command line 'O=' setting overrides BUILD_DIR environent variable.
      
      When none of the above methods is used the local build is performed and
      the object files are placed in the source directory.
      f9328639
  14. Mar 31, 2006
  15. Dec 03, 2005
  16. Dec 01, 2005
  17. Oct 28, 2005
  18. Jul 01, 2004
  19. May 29, 2004
  20. Feb 07, 2004
    • Wolfgang Denk's avatar
      * Patch by liang a lei, 9 Jan 2004: · f4863a7a
      Wolfgang Denk authored
        Fix Intel 28F128J3 ID in include/flash.h
      
      * Patch by Masami Komiya, 09 Jan 2004:
        add support for TB0229 board (NEC VR4131 MIPS processor)
      
      * Patch by Leon Kukovec, 12 Dec 2003:
        changed extern __inline__ into static __inline__ in
        include/linux/byteorder/swab.h
      f4863a7a
  21. Dec 27, 2003
    • Wolfgang Denk's avatar
      * Make CPU clock on ICA-IP board controllable by a "cpuclk" · 7cb22f97
      Wolfgang Denk authored
        environment variable which can set to "100", "133", or "150". The
        CPU clock will be configured accordingly upon next reboot. Other
        values are ignored. In case of an invalid or undefined "cpuclk"
        value, the compile-time default CPU clock speed will be used.
      
      * Enable Quad-UART on BMS2003 board (initialize the PCMCIA memory
        window that is used to access the UART registers by the Linux driver)
      
      * Patch by Reinhard Meyer, 20 Dec 2003:
        Fix clock calculation for the MPC5200 for higher clock frequencies
        (above 2**32 / 10 = 429.5 MHz).
      7cb22f97
  22. 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
  23. Oct 09, 2003
  24. Aug 17, 2003
  25. Jul 24, 2003
  26. Jun 27, 2003
  27. May 30, 2003
  28. Apr 05, 2003
    • Wolfgang Denk's avatar
      * Patch by Arun Dharankar, 4 Apr 2003: · 3e38691e
      Wolfgang Denk authored
        Add IDMA example code (tested on 8260 only)
      
      * Add support for Purple Board (MIPS64 5Kc)
      
      * Add support for MIPS64 5Kc CPUs
      
      * Fix missing setting of "loadaddr" and "bootfile" on ARM and MIPS
      
      * Patch by Denis Peter, 04 Apr 2003:
        - update MIP405-4 board
      
      * Patches by Denis Peter, 03 April 2003:
        - fix PCI IRQs on MPL boards
        - fix two more un-relocated pointer problems
      
      * Fix behaviour of "run" command:
        - print error message iv variable does not exist
        - terminate processing of arguments in case of error
      
      * Patches by Peter Figuli, 10 Mar 2003
        - Add support for BTUART on PXA platform
        - Add support for WEP EP250 (PXA) board
      
      * Fix flash problems on INCA-IP; add tool to allow bruning images  to
        flash using a BDI2000
      
      * Implement fix for I2C Edge Conditions problem for all boards that
        use the bit-banging driver (common/soft_i2c.c)
      
      * Add patches by Robert Schwebel, 31 Mar 2003:
        - csb226 board: bring in sync with innokom/memsetup.S
        - csb226 board: fix MDREFR handling
        - misc doc fixes / extensions
        - innokom board: cleanup, MDREFR fix in memsetup.S, config update
        - add BOOT_PROGRESS to armlinux.c
  29. Mar 31, 2003
    • Wolfgang Denk's avatar
      * Patch by Arun Dharankar, 24 Mar 2003: · 85ec0bcc
      Wolfgang Denk authored
        - add threads / scheduler example code
      
      * Add patches by Robert Schwebel, 31 Mar 2003:
        - add ctrl-c support for kermit download
        - align bdinfo output on ARM
      
      * Add CPU ID, version, and clock speed for INCA-IP
      85ec0bcc
  30. Mar 27, 2003
Loading