1. 03 7月, 2008 1 次提交
  2. 27 10月, 2006 1 次提交
  3. 14 10月, 2006 1 次提交
  4. 09 10月, 2006 1 次提交
  5. 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
  6. 31 8月, 2006 1 次提交
  7. 28 2月, 2006 1 次提交
  8. 22 2月, 2006 1 次提交
  9. 16 12月, 2004 1 次提交
  10. 24 3月, 2004 1 次提交
    • W
      * Add start-up delay to make sure power has stabilized before · efa329cb
      wdenk 提交于
        attempting to switch on USB on SX1 board.
      
      * Patch by Josef Wagner, 18 Mar 2004:
        - Add support for MicroSys XM250 board (PXA255)
        - Add support for MicroSys PM828 board (MPC8280)
        - Add support for 32 MB Flash on PM825/826
        - new SDRAM refresh rate for PM825/PM826
        - added support for MicroSys PM520 (MPC5200)
        - replaced Query by Identify command in CPU86/flash.c
          to support 28F160F3B
      
      * Fix wrap around problem with udelay() on ARM920T
      
      * Add support for Macronix flash on TRAB board
      efa329cb
  11. 09 10月, 2003 1 次提交
    • W
      * Patch by Yuli Barcohen, 25 Sep 2003: · 54387ac9
      wdenk 提交于
        add support for Zephyr Engineering ZPC.1900 board
      
      * Patch by Anders Larsen, 23 Sep 2003:
        add CMD_PORTIO to CFG_CMD_NONSTD (commands in question are only
        implemented for the x86 architecture)
      54387ac9
  12. 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
  13. 09 3月, 2002 1 次提交
  14. 02 3月, 2001 1 次提交
  15. 12 1月, 2001 1 次提交
  16. 14 12月, 2000 1 次提交
  17. 10 7月, 2000 1 次提交