1. 29 8月, 2007 1 次提交
    • K
      support board vendor-common makefiles · 7608d75f
      Kim Phillips 提交于
      if a board/$(VENDOR)/common/Makefile exists, build it.
      
      also add the first such case, board/freescale/common/Makefile, to
      handle building board-shared EEPROM, PIXIS, and MDS-PIB code, as
      dictated by board configuration.
      
      thusly get rid of alternate build dir errors such as:
      
      FATAL: can't create /work/wd/tmp/u-boot-ppc/board/freescale/mpc8360emds/../common/pq-mds-pib.o: No such file or directory
      
      by putting the common/ mkdir command in its proper place (the common
      Makefile). Common bits from existing individual board Makefiles have
      been removed.
      Signed-off-by: NKim Phillips <kim.phillips@freescale.com>
      7608d75f
  2. 18 8月, 2007 1 次提交
  3. 17 8月, 2007 5 次提交
  4. 16 8月, 2007 1 次提交
  5. 14 8月, 2007 3 次提交
  6. 11 8月, 2007 2 次提交
    • J
      Add support for SBC8641D. Config files. · c646bba6
      Joe Hamman 提交于
      Add support for Wind River's SBC8641D reference board.
      
      Signed-off by: Joe Hamman <joe.hamman@embeddedspecialties.com>
      Acked-by: NWolfgang Denk <wd@denx.de>
      Acked-by: NJon Loeliger <jdl@freescale.com>
      c646bba6
    • 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
  7. 10 8月, 2007 5 次提交
  8. 06 8月, 2007 1 次提交
  9. 03 8月, 2007 1 次提交
  10. 02 8月, 2007 2 次提交
  11. 27 7月, 2007 1 次提交
  12. 26 7月, 2007 1 次提交
  13. 14 7月, 2007 1 次提交
  14. 13 7月, 2007 1 次提交
  15. 12 7月, 2007 2 次提交
  16. 11 7月, 2007 1 次提交
  17. 05 7月, 2007 1 次提交
  18. 04 7月, 2007 2 次提交
  19. 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
  20. 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
  21. 15 6月, 2007 1 次提交
  22. 06 6月, 2007 2 次提交
  23. 01 6月, 2007 1 次提交
  24. 31 5月, 2007 1 次提交
  25. 18 5月, 2007 1 次提交