1. 03 7月, 2008 1 次提交
  2. 09 10月, 2006 1 次提交
  3. 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
  4. 06 8月, 2003 1 次提交
    • W
      * Map ISP1362 USB OTG controller for NSCU board · bdccc4fe
      wdenk 提交于
      * Patch by Brad Parker, 02 Aug 2003:
        fix sc520_cdp problems
      
      * Implement Boot Cycle Detection (Req. 2.3 of OSDL CGL Reqirements)
      
      * Allow erase command to cross flash bank boundaries
      bdccc4fe
  5. 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
  6. 18 11月, 2002 1 次提交
    • W
      * Patch by Daniel Engstrm, 13 Nov 2002: · 2262cfee
      wdenk 提交于
        Add support for i386 architecture and AMD SC520 board
      
      * Patch by Pierre Aubert, 12 Nov 2002:
        Add support for DOS filesystem and booting from DOS floppy disk
      2262cfee
  7. 11 9月, 2002 1 次提交
  8. 09 3月, 2002 1 次提交
  9. 02 3月, 2001 1 次提交
  10. 12 1月, 2001 1 次提交
  11. 14 12月, 2000 1 次提交
  12. 10 7月, 2000 1 次提交