1. 21 6月, 2012 1 次提交
  2. 07 12月, 2011 1 次提交
  3. 28 10月, 2011 1 次提交
  4. 06 10月, 2011 1 次提交
  5. 04 7月, 2011 1 次提交
    • A
      armv7: rename cache related CONFIG flags · e47f2db5
      Aneesh V 提交于
      Replace the cache related CONFIG flags with more meaningful
      names. Following are the changes:
      
      CONFIG_L2_OFF	     -> CONFIG_SYS_L2CACHE_OFF
      CONFIG_SYS_NO_ICACHE -> CONFIG_SYS_ICACHE_OFF
      CONFIG_SYS_NO_DCACHE -> CONFIG_SYS_DCACHE_OFF
      Signed-off-by: NAneesh V <aneesh@ti.com>
      V2:
       * Changed CONFIG_L2_OFF -> CONFIG_SYS_NO_L2CACHE
      V4:
       * Changed all three flags to the final names suggested as above
         and accordingly changed the commit message
      e47f2db5
  6. 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
  7. 22 10月, 2010 1 次提交
  8. 20 10月, 2010 1 次提交
  9. 07 7月, 2009 1 次提交
  10. 15 6月, 2009 1 次提交
  11. 13 6月, 2009 1 次提交
  12. 05 4月, 2009 1 次提交
  13. 29 3月, 2009 1 次提交
  14. 20 2月, 2009 2 次提交
  15. 29 1月, 2009 1 次提交
  16. 19 10月, 2008 1 次提交
  17. 11 9月, 2008 2 次提交
  18. 13 8月, 2008 1 次提交
  19. 05 6月, 2008 1 次提交
    • R
      DM9000: Add data bus-width auto detection. · a101361b
      Remy Bohmer 提交于
      The U-boot DM9000x driver contains a compile time bus-width definition for
      the databus connected to the network controller.
      
      This compile check makes the code unclear, inflexible and is unneccessary.
      It can be asked to the network controller what its bus-width is by reading bits
      6 and 7 of the interrupt status register.
      
      The linux kernel already uses a runtime mechanism to determine this bus-width,
      so the implementation below looks somewhat like that implementation.
      
      This change has been tested with DM9000A, DM9000E, DM9000EP.
      Signed-off-by: NRemy Bohmer <linux@bohmer.net>
      Signed-off-by: NBen Warren <biggerbadderben@gmail.com>
      a101361b
  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. 14 2月, 2008 1 次提交
  22. 07 9月, 2007 1 次提交
  23. 10 7月, 2007 1 次提交
  24. 05 7月, 2007 1 次提交
  25. 06 4月, 2005 2 次提交
    • W
      Patch by Steven Scholz, 06 Apr 2005: · a85f9f21
      wdenk 提交于
      - creating SoC subdir for Atmel AT91RM9200 cpu/arm920t/at91rm9200
      - moving code out of cpu/at91rm9200 into cpu/arm920t/at91rm9200
      a85f9f21
    • W
      * Patches by Robert Whaley, 29 Nov 2004: · 20787e23
      wdenk 提交于
        - update the pxa-regs.h file for PXA27x chips
        - add PXA27x based ADSVIX board
        - add support for MMC on PXA27x processors
      
      * Patch by Andrew E. Mileski, 28 Nov 2004:
        Fix PPC4xx SPD SDRAM detection bug
      
      * Patch by Hiroshi Ito, 26 Nov 2004:
        Fix logic of "test -z" and "test -n" commands
      20787e23