1. 03 7月, 2008 2 次提交
  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. 15 8月, 2005 1 次提交
  5. 01 8月, 2005 1 次提交
  6. 14 3月, 2004 1 次提交
    • W
      * Patch by Travis Sawyer, 01 Mar 2004: · 0e6d798c
      wdenk 提交于
        Ocotea:
        - Add IBM PPC440GX Ref Platform support (Ocotea)
          Original code by Paul Reynolds <PaulReynolds@lhsolutions.com>
          Adapted to U-Boot and 440GX port
        440gx_enet.c:
        - Add gracious handling of all Ethernet Pin Selections for 440GX
        - Add RGMII selection for Cicada CIS8201 Gigabit PHY
        ppc440.h:
        - Add needed bit definitions
        - Fix formatting
      
      * Patch by Carl Riechers, 1 Mar 2004:
        Add PPC440GX prbdv0 divider to fix memory clock calculation.
      
      * Patch by Stephan Linz, 27 Feb 2004
        - avoid problems for targets without NFS download support
      0e6d798c
  7. 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
  8. 07 8月, 2002 1 次提交
  9. 09 3月, 2002 1 次提交
  10. 23 1月, 2001 1 次提交
  11. 12 1月, 2001 1 次提交
  12. 14 12月, 2000 1 次提交
  13. 10 7月, 2000 1 次提交