1. 28 3月, 2009 1 次提交
  2. 28 1月, 2009 2 次提交
  3. 19 10月, 2008 2 次提交
  4. 11 9月, 2008 1 次提交
  5. 06 8月, 2008 1 次提交
  6. 30 7月, 2008 1 次提交
    • S
      Add include for config.h in command.h. · 5d1d00fb
      Stefano Babic 提交于
      Because the cmd_tbl_s structure depends on the configuration file, it
      must be assured that config.h is included before the structure is
      evaluated by the compiler. If this is not certain, it could happen
      that the compiler generates structures of different size, depending
      on the fact if the source file includes <config.h> before or after
      <command.h>.
      
      The effect is that u-boot crashes when tries to relocate the command
      table (for ppc) or try to access to the command table for other
      architectures.
      
      The problem can happen on board-depending commands. All general
      commands under /common are unaffected, because they include already
      config.h before command.h.
      Signed-off-by: NStefano Babic <sbabic@denx.de>
      5d1d00fb
  7. 21 5月, 2008 1 次提交
    • W
      Big white-space cleanup. · 53677ef1
      Wolfgang Denk 提交于
      This commit gets rid of a huge amount of silly white-space issues.
      Especially, all sequences of SPACEs followed by TAB characters get
      removed (unless they appear in print statements).
      
      Also remove all embedded "vim:" and "vi:" statements which hide
      indentation problems.
      Signed-off-by: NWolfgang Denk <wd@denx.de>
      53677ef1
  8. 09 7月, 2007 1 次提交
  9. 16 4月, 2004 1 次提交
    • W
      * Patches by Pantelis Antoniou, 30 Mar 2004: · 04a85b3b
      wdenk 提交于
        - add auto-complete support to the U-Boot CLI
        - add support for NETTA and NETPHONE boards; fix NETVIA board
      
      * Patch by Yuli Barcohen, 28 Mar 2004:
        - Add support for MPC8272 family including MPC8247/8248/8271/8272
        - Add support for MPC8272ADS evaluation board (another flavour of MPC8260ADS)
        - Change configuration method for MPC8260ADS family
      04a85b3b
  10. 02 7月, 2003 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. 27 8月, 2002 1 次提交