1. 26 3月, 2008 1 次提交
  2. 19 3月, 2008 1 次提交
  3. 16 3月, 2008 1 次提交
  4. 15 2月, 2008 1 次提交
    • W
      PPC: Use r2 instead of r29 as global data pointer · e7670f6c
      Wolfgang Denk 提交于
      R29 was an unlucky choice as with recent toolchains (gcc-4.2.x) gcc
      will refuse to use load/store multiple insns; instead, it issues a
      list of simple load/store instructions upon function entry and exit,
      resulting in bigger code size, which in turn makes the build for a
      few boards fail.
      
      Use r2 instead.
      Signed-off-by: NWolfgang Denk <wd@denx.de>
      e7670f6c
  5. 05 2月, 2008 1 次提交
  6. 18 1月, 2008 4 次提交
  7. 17 1月, 2008 1 次提交
  8. 12 1月, 2008 1 次提交
  9. 10 1月, 2008 1 次提交
  10. 09 1月, 2008 1 次提交
  11. 17 12月, 2007 1 次提交
  12. 04 11月, 2007 1 次提交
  13. 29 8月, 2007 1 次提交
  14. 17 8月, 2007 1 次提交
  15. 14 8月, 2007 2 次提交
  16. 11 8月, 2007 1 次提交
  17. 07 8月, 2007 1 次提交
  18. 10 7月, 2007 1 次提交
  19. 04 7月, 2007 1 次提交
  20. 23 6月, 2007 1 次提交
    • H
      [PCS440EP] upgrade the PCS440EP board: · 566a494f
      Heiko Schocher 提交于
                      - Show on the Status LEDs, some States of the board.
                      - Get the MAC addresses from the EEProm
                      - use PREBOOT
                      - use the CF on the board.
                      - check the U-Boot image in the Flash with a SHA1
                        checksum.
                      - use dynamic TLB entries generation for the SDRAM
      Signed-off-by: NHeiko Schocher <hs@denx.de>
      566a494f
  21. 19 6月, 2007 1 次提交
    • T
      Added M5329AFEE and M5329BFEE Platforms · 8e585f02
      TsiChung Liew 提交于
      Added board/freescale/m5329evb, cpu/mcf532x, drivers/net,
      drivers/serial,  immap_5329.h, m5329.h, mcfrtc.h,
      include/configs/M5329EVB.h, lib_m68k/interrupts.c, and
      rtc/mcfrtc.c
      
      Modified CREDITS, MAKEFILE, Makefile, README, common/cmd_bdinfo.c,
      common/cmd_mii.c, include/asm-m68k/byteorder.h, include/asm-m68k/fec.h,
      include/asm-m68k/io.h, include/asm-m68k/mcftimer.h,
      include/asm-m68k/mcfuart.h, include/asm-m68k/ptrace.h,
      include/asm-m68k/u-boot.h, lib_m68k/Makefile, lib_m68k/board.c,
      lib_m68k/time.c, net/eth.c and rtc/Makefile
      Signed-off-by: NTsiChung Liew <Tsi-Chung.Liew@freescale.com>
      8e585f02
  22. 06 6月, 2007 1 次提交
    • Z
      USB event poll support · fdcfaa1b
      Zhang Wei 提交于
      This patch adds USB event poll support, which could be used in usbkbd
      and other usb devices driver when the asynchronous interrupt
      processing is supported.
      
      Signed-off-by: Zhang Wei <wei.zhang@freescale.com
      fdcfaa1b
  23. 06 5月, 2007 1 次提交
  24. 01 4月, 2007 1 次提交
  25. 26 3月, 2007 1 次提交
  26. 20 2月, 2007 1 次提交
  27. 27 11月, 2006 1 次提交
  28. 04 11月, 2006 3 次提交
    • T
      mpc83xx: Update 83xx to use fsl_i2c.c · be5e6181
      Timur Tabi 提交于
      Update the 83xx tree to use I2C support in drivers/fsl_i2c.c.  Delete
      cpu/mpc83xx/i2c.c, include/asm-ppc/i2c.h, and all references to those files.
      Added multiple I2C bus support to fsl_i2c.c.
      Signed-off-by: NTimur Tabi <timur@freescale.com>
      be5e6181
    • T
      mpc83xx: Add support for the MPC8349E-mITX · 2ad6b513
      Timur Tabi 提交于
      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: NTimur Tabi <timur@freescale.com>
      2ad6b513
    • B
      Add support for multiple I2C buses · bb99ad6d
      Ben Warren 提交于
      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: NBen 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
  29. 02 11月, 2006 1 次提交
    • R
      General code modification for mpc7448hpc2 board support. · 4c52783b
      roy zang 提交于
      1. Add 7447A and 7448 processor support.
      2. Add the following flags.
      
      CFG_CONFIG_BUS_CLK : If the 74xx bus frequency can be configured dynamically
      (such as by switch on board), this flag should be set.
      
      CFG_EXCEPTION_AFTER_RELOCATE: If an exception occurs after the u-boot
      relocates to RAM, this flag should be set.
      
      CFG_SERIAL_HANG_IN_EXCEPTION: If the print out function will cause the
      system hang in exception, this flag should be set.
      
      There is a design issue for tsi108/109 pci configure  read. When pci scan
      the slots, if there is no pci card, the tsi108/9 will cause a machine
      check exception for mpc7448 processor.
      Signed-off-by: NAlexandre Bounine <alexandreb@tundra.com>
      Signed-off-by: NRoy Zang <tie-fei.zang@freescale.com>
      4c52783b
  30. 28 10月, 2006 1 次提交
  31. 24 10月, 2006 3 次提交
  32. 07 9月, 2006 1 次提交