1. 26 11月, 2007 2 次提交
  2. 25 11月, 2007 2 次提交
  3. 21 11月, 2007 1 次提交
  4. 20 11月, 2007 1 次提交
  5. 17 11月, 2007 1 次提交
  6. 26 10月, 2007 1 次提交
  7. 21 10月, 2007 1 次提交
  8. 18 10月, 2007 1 次提交
  9. 14 10月, 2007 1 次提交
  10. 24 9月, 2007 1 次提交
  11. 20 9月, 2007 1 次提交
  12. 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
  13. 18 9月, 2007 1 次提交
  14. 17 9月, 2007 1 次提交
  15. 16 9月, 2007 1 次提交
  16. 15 9月, 2007 2 次提交
  17. 11 9月, 2007 1 次提交
  18. 07 9月, 2007 1 次提交
  19. 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
  20. 18 8月, 2007 1 次提交
  21. 17 8月, 2007 5 次提交
  22. 16 8月, 2007 1 次提交
  23. 14 8月, 2007 3 次提交
  24. 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
  25. 10 8月, 2007 5 次提交
  26. 07 8月, 2007 1 次提交