1. 11 6月, 2010 3 次提交
  2. 28 11月, 2009 1 次提交
  3. 13 6月, 2009 1 次提交
  4. 10 7月, 2008 1 次提交
  5. 03 7月, 2008 1 次提交
  6. 29 6月, 2008 1 次提交
  7. 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
  8. 09 10月, 2006 1 次提交
  9. 02 9月, 2006 1 次提交
    • M
      Add support for a saving build objects in a separate directory. · f9328639
      Marian Balakowicz 提交于
      Modifications are based on the linux kernel approach and
      support two use cases:
      
        1) Add O= to the make command line
        'make O=/tmp/build all'
      
        2) Set environement variable BUILD_DIR to point to the desired location
        'export BUILD_DIR=/tmp/build'
        'make'
      
      The second approach can also be used with a MAKEALL script
      'export BUILD_DIR=/tmp/build'
      './MAKEALL'
      
      Command line 'O=' setting overrides BUILD_DIR environent variable.
      
      When none of the above methods is used the local build is performed and
      the object files are placed in the source directory.
      f9328639
  10. 16 4月, 2004 1 次提交
  11. 28 6月, 2003 1 次提交
    • W
      * Code cleanup: · 8bde7f77
      wdenk 提交于
        - remove trailing white space, trailing empty lines, C++ comments, etc.
        - split cmd_boot.c (separate cmd_bdinfo.c and cmd_load.c)
      
      * Patches by Kenneth Johansson, 25 Jun 2003:
        - major rework of command structure
          (work done mostly by Michal Cendrowski and Joakim Kristiansen)
      8bde7f77
  12. 11 10月, 2002 1 次提交
  13. 11 9月, 2002 1 次提交
  14. 02 3月, 2001 1 次提交
  15. 12 1月, 2001 1 次提交
  16. 14 12月, 2000 1 次提交
  17. 10 7月, 2000 1 次提交