Skip to content
This project is mirrored from https://github.com/u-boot/u-boot.git. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
  1. Nov 04, 2006
    • Timur Tabi's avatar
      mpc83xx: Add support for the MPC8349E-mITX · 2ad6b513
      Timur Tabi authored
      
      
      PREREQUISITE PATCHES:
      
      * This patch can only be applied after the following patches have been applied:
      
        1) DNX#2006090742000024 "Add support for multiple I2C buses"
        2) DNX#2006090742000033 "Multi-bus I2C implementation of MPC834x"
        3) DNX#2006091242000041 "Additional MPC8349 support for multibus i2c"
        4) DNX#2006091242000078 "Add support for variable flash memory sizes on 83xx systems"
        5) DNX#2006091242000069 "Add support for Errata DDR6 on MPC 834x systems"
      
      CHANGELOG:
      
      * Add support for the Freescale MPC8349E-mITX reference design platform.
        The second TSEC (Vitesse 7385 switch) is not supported at this time.
      
      Signed-off-by: default avatarTimur Tabi <timur@freescale.com>
      2ad6b513
    • Ben Warren's avatar
      Add support for multiple I2C buses · bb99ad6d
      Ben Warren authored
      
      
      Hello,
      
      Attached is a patch providing support for multiple I2C buses at the
      command level.  The second part of the patch includes an implementation
      for the MPC834x CPU and MPC8349EMDS board.
      
      /*** Note: This patch replaces ticket DNX#2006083042000018 ***/
      
      Signed-off-by: default avatarBen Warren <bwarren@qstreams.com>
      
      Overview:
      
      1. Include new 'i2c' command (based on USB implementation) using
      CONFIG_I2C_CMD_TREE.
      
      2. Allow multiple buses by defining CONFIG_I2C_MULTI_BUS.  Note that
      the commands to change bus number and speed are only available under the
      new 'i2c' command mentioned in the first bullet.
      
      3. The option CFG_I2C_NOPROBES has been expanded to work in multi-bus
      systems.  When CONFIG_I2C_MULTI_BUS is used, this option takes the form
      of an array of bus-device pairs.  Otherwise, it is an array of uchar.
      
      CHANGELOG:
              Added new 'i2c' master command for all I2C interaction.  This is
      conditionally compiled with CONFIG_I2C_CMD_TREE.  New commands added for
      setting I2C bus speed as well as changing the active bus if the board
      has more than one (conditionally compiled with
      CONFIG_I2C_MULTI_BUS).  Updated NOPROBE logic to handle multiple buses.
      Updated README.
      
      regards,
      Ben
      bb99ad6d
  2. Oct 28, 2006
  3. Oct 24, 2006
  4. Sep 07, 2006
  5. Sep 01, 2006
  6. Aug 09, 2006
  7. Jul 21, 2006
  8. Jun 28, 2006
  9. Jun 08, 2006
  10. May 02, 2006
  11. Apr 26, 2006
  12. Apr 24, 2006
  13. Apr 16, 2006
  14. Mar 31, 2006
  15. Mar 24, 2006
  16. Mar 20, 2006
  17. Mar 17, 2006
  18. Mar 13, 2006
    • Stefan Roese's avatar
      Change max size of uncompressed uImage's to 8MByte and add · 15940c9a
      Stefan Roese authored
      CFG_BOOTM_LEN to adjust this setting.
      
      As mentioned by Robin Getz on 2005-05-24 the size of uncompressed
      uImages was restricted to 4MBytes. This default size is now
      increased to 8Mbytes and can be overrided by setting CFG_BOOTM_LEN
      in the board config file.
      
      Patch by Stefan Roese, 13 Mar 2006
      15940c9a
  19. Mar 12, 2006
  20. Jan 11, 2006
  21. Nov 22, 2005
    • Stefan Roese's avatar
      Add support for Prodrive P3P440 board: · 5568e613
      Stefan Roese authored
      - Added onboard PPC440 DDR autodetection in cpu/ppc/sdram.c
      - CFG_FLASH_QUIET_TEST added to use the common CFI driver
        for bank autodetection
      Patch by Stefan Roese, 22 Nov 2005
      5568e613
  22. Nov 20, 2005
  23. Oct 12, 2005
  24. Oct 08, 2005
  25. Oct 05, 2005
  26. Oct 04, 2005
  27. Sep 25, 2005
  28. Sep 24, 2005
  29. Sep 23, 2005
  30. Sep 22, 2005
    • Stefan Roese's avatar
      Add SM501 support to HH405 board. · 98f4a3df
      Stefan Roese authored
      Add support for gzip compressed bmp's (CONFIG_VIDEO_BMP_GZIP).
      Add support for eeprom write-enable (CFG_EEPROM_WREN).
      Patch by Stefan Roese, 22 Sep 2005
      98f4a3df
  31. Aug 01, 2005
  32. Jul 29, 2005
Loading