1. 19 9月, 2007 1 次提交
    • G
      Bugfix: remove embedded null (\0) from CFG_BOOTFILE macro in TQM8540_config · 8a783a65
      Grant Likely 提交于
      /bin/bash and /bin/dash (which /bin/sh is linked to on ubuntu) handle embedded
      nulls in a string differently.  For example, the following statement:
          echo "this is a string\0" > afile
      Will produce the following with /bin/bash:
          "this is a string\0"
      But with /bin/dash, will produce:
          "this is a string
      
      Bug fixed by moving the embedded null out of the makefile and into the
      config header.  Also renamed the macro to avoid usage colision with the same
      macro used by other board ports.
      Signed-off-by: NGrant Likely <grant.likely@secretlab.ca>
      8a783a65
  2. 16 9月, 2007 1 次提交
  3. 11 9月, 2007 1 次提交
  4. 07 9月, 2007 1 次提交
  5. 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
  6. 18 8月, 2007 1 次提交
  7. 17 8月, 2007 5 次提交
  8. 16 8月, 2007 1 次提交
  9. 14 8月, 2007 3 次提交
  10. 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
  11. 10 8月, 2007 5 次提交
  12. 06 8月, 2007 1 次提交
  13. 03 8月, 2007 1 次提交
  14. 02 8月, 2007 2 次提交
  15. 27 7月, 2007 1 次提交
  16. 26 7月, 2007 1 次提交
  17. 14 7月, 2007 1 次提交
  18. 13 7月, 2007 1 次提交
  19. 12 7月, 2007 2 次提交
  20. 11 7月, 2007 1 次提交
  21. 05 7月, 2007 1 次提交
  22. 04 7月, 2007 2 次提交
  23. 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
  24. 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
  25. 15 6月, 2007 1 次提交
  26. 06 6月, 2007 1 次提交
    • S
      ppc4xx: Add NAND booting support for AMCC Acadia (405EZ) eval board · c440bfe6
      Stefan Roese 提交于
      This patch adds NAND booting support for the AMCC Acadia eval board.
      
      Please make sure to configure jumper J7 to position 2-3 when booting
      from NOR, and to position 1-2 when booting for NAND.
      
      I also added a board command to configure the I2C bootstrap EEPROM
      values. Right now only 267MHz is support for booting either via NOR
      or NAND FLASH. Here the usage:
      
      => bootstrap 267 nor	;to configure the board for 267MHz NOR booting
      => bootstrap 267 nand	;to configure the board for 267MHz NNAND booting
      Signed-off-by: NStefan Roese <sr@denx.de>
      c440bfe6