1. 05 11月, 2013 1 次提交
  2. 15 10月, 2013 1 次提交
  3. 24 7月, 2013 1 次提交
  4. 23 7月, 2013 1 次提交
  5. 01 9月, 2012 1 次提交
  6. 21 6月, 2012 1 次提交
  7. 27 3月, 2012 1 次提交
  8. 06 10月, 2011 1 次提交
  9. 23 6月, 2011 1 次提交
  10. 27 10月, 2010 1 次提交
    • W
      Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value · 25ddd1fb
      Wolfgang Denk 提交于
      CONFIG_SYS_GBL_DATA_SIZE has always been just a bad workarond for not
      being able to use "sizeof(struct global_data)" in assembler files.
      Recent experience has shown that manual synchronization is not
      reliable enough.  This patch renames CONFIG_SYS_GBL_DATA_SIZE into
      GENERATED_GBL_DATA_SIZE which gets automatically generated by the
      asm-offsets tool.  In the result, all definitions of this value can be
      deleted from the board config files.  We have to make sure that all
      files that reference such data include the new <asm-offsets.h> file.
      
      No other changes have been done yet, but it is obvious that similar
      changes / simplifications can be done for other, related macro
      definitions as well.
      Signed-off-by: NWolfgang Denk <wd@denx.de>
      Acked-by: NKumar Gala <galak@kernel.crashing.org>
      25ddd1fb
  11. 09 12月, 2009 1 次提交
  12. 19 7月, 2009 1 次提交
  13. 13 6月, 2009 1 次提交
  14. 29 3月, 2009 1 次提交
  15. 31 1月, 2009 1 次提交
  16. 24 1月, 2009 1 次提交
  17. 19 10月, 2008 1 次提交
  18. 11 9月, 2008 2 次提交
  19. 13 8月, 2008 1 次提交
  20. 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
  21. 25 4月, 2008 1 次提交
  22. 07 3月, 2008 1 次提交
  23. 03 3月, 2008 1 次提交
  24. 10 7月, 2007 1 次提交
  25. 05 7月, 2007 1 次提交
  26. 30 1月, 2007 1 次提交
  27. 18 1月, 2007 1 次提交
  28. 30 5月, 2006 1 次提交
    • W
      * Update Intel IXP4xx support · ba94a1bb
      Wolfgang Denk 提交于
      - Add IXP4xx NPE ethernet MAC support
      - Add support for Intel IXDPG425 board
      - Add support for Prodrive PDNB3 board
      - Add IRQ support
      Patch by Stefan Roese, 23 May 2006
      
      [This patch does not include cpu/ixp/npe/IxNpeMicrocode.c which still
       sufferes from licensing issues. Blame Intel.]
      ba94a1bb