1. 31 8月, 2008 1 次提交
    • S
      ARM DaVinci: Changing function names for EMAC driver · fcaac589
      Sandeep Paulraj 提交于
      DM644x is just one of a series of DaVinci chips that use the EMAC driver.
      By replacing all the function names that start with dm644x_* to davinci_*
      we make these function more portable. I have tested this change on my EVM.
      DM6467 is another DaVinci SOC which uses the EMAC driver and i will
      be sending patches that add DaVinci DM6467 support to the list soon.
      Signed-off-by: NSandeep Paulraj <s-paulraj@ti.com>
      fcaac589
  2. 27 8月, 2008 6 次提交
  3. 24 7月, 2008 1 次提交
  4. 14 7月, 2008 1 次提交
  5. 06 7月, 2008 1 次提交
  6. 10 5月, 2008 1 次提交
  7. 01 4月, 2008 2 次提交
  8. 30 3月, 2008 1 次提交
  9. 05 3月, 2008 2 次提交
  10. 14 2月, 2008 1 次提交
  11. 18 1月, 2008 2 次提交
  12. 17 1月, 2008 1 次提交
  13. 16 1月, 2008 1 次提交
  14. 10 1月, 2008 1 次提交
  15. 08 1月, 2008 1 次提交
  16. 04 1月, 2008 3 次提交
  17. 06 11月, 2007 1 次提交
  18. 14 8月, 2007 2 次提交
  19. 11 8月, 2007 1 次提交
    • S
      [ARM] TI DaVinci support, hopefully final · c74b2108
      Sergey Kubushyn 提交于
      Add support for the following DaVinci boards:
      - DV_EVM
      - SCHMOOGIE
      - SONATA
      
      Changes:
      
      - Split into separate board directories
      - Removed changes to MTD_DEBUG (or whatever it's called)
      - New CONFIG_CMD party line followed
      - Some cosmetic fixes, cleanup etc.
      - Patches against the latest U-Boot tree as of now.
      - Fixed CONFIG_CMD_NET in net files.
      - Fixed CONFIG_CMD_EEPROM for schmoogie.
      - Made sure it compiles and works (forceenv() link problem) on SCHMOOGIE and
         DV_EVM. Can't check if it works on SONATA, don't have a board any more,
         but it at least compiles.
      
      Here is an excerpt from session log on SCHMOOGIE...
      
      U-Boot 1.2.0-g6c33c785-dirty (Aug  7 2007 - 13:07:17)
      
      DRAM:  128 MB
      NAND:  128 MiB
      In:    serial
      Out:   serial
      Err:   serial
      ARM Clock : 297MHz
      DDR Clock : 162MHz
      ETH PHY   : DP83848 @ 0x01
      U-Boot > iprobe
      Valid chip addresses: 1B 38 3A 3D 3F 50 5D 6F
      U-Boot > ping 192.168.253.10
      host 192.168.253.10 is alive
      U-Boot >
      Signed-off-by: NSergey Kubushyn <ksi@koi8.net>
      Acked-by: NDirk Behme <dirk.behme@gmail.com>
      Acked-by: NZach Sadecki <Zach.Sadecki@ripcode.com>
      Acked-by: NStefan Roese <sr@denx.de>
      c74b2108
  20. 27 7月, 2007 1 次提交
  21. 13 7月, 2007 1 次提交
  22. 11 7月, 2007 1 次提交
  23. 10 7月, 2007 1 次提交
  24. 04 7月, 2007 1 次提交
  25. 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
  26. 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
  27. 17 5月, 2007 1 次提交
  28. 14 4月, 2007 1 次提交
  29. 05 4月, 2007 1 次提交