1. 05 11月, 2013 1 次提交
  2. 15 10月, 2013 1 次提交
  3. 24 7月, 2013 1 次提交
  4. 18 10月, 2012 1 次提交
  5. 01 9月, 2012 1 次提交
  6. 21 6月, 2012 1 次提交
  7. 06 10月, 2011 1 次提交
  8. 04 9月, 2011 1 次提交
  9. 04 8月, 2011 1 次提交
    • S
      ARM: versatile: fix board support · d388298a
      Stefano Babic 提交于
      Versatile board is used as example to run u-boot under qemu.
      The patch fixes relocation for all versatile boards and adds
      a versatileqemu target to be used under qemu.
      
      Patch tested only under qemu, not on real boards.
      Tested with QEMU emulator version 0.14.50.
      Signed-off-by: NStefano Babic <sbabic@denx.de>
      CC: Alessandro Rubini  <rubini-list@gnudd.com>
      CC: Loïc Minier <loic.minier@linaro.org>
      d388298a
  10. 13 5月, 2011 1 次提交
  11. 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
  12. 05 10月, 2009 1 次提交
  13. 13 7月, 2009 2 次提交
  14. 07 7月, 2009 1 次提交
  15. 29 3月, 2009 1 次提交
  16. 18 2月, 2009 1 次提交
  17. 19 10月, 2008 1 次提交
  18. 11 9月, 2008 3 次提交
  19. 09 9月, 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. 10 7月, 2007 1 次提交
  22. 05 7月, 2007 1 次提交
  23. 12 10月, 2004 1 次提交
  24. 03 8月, 2004 1 次提交
    • W
      * Patch by Andreas Engel, 12 Jul 2004: · 6705d81e
      wdenk 提交于
        Replaced hardcoded PL011 clock frequency with config variable.
        Fixed wrong CONFIG_CMD_DFL doc.
      
      * Patch by Thomas Viehweger, 09 Jun 2004:
        make it possible to remove chpart when there is only one partition
      6705d81e
  25. 25 4月, 2004 1 次提交
    • W
      * Patch by Christian Hohnstaedt, 23 Apr 2004: · 0b8fa03b
      wdenk 提交于
        JFFS2 speed enhancements:
        - repair header CRC calculation in jffs2_1pass.c
        - add eraseblock size to the partition information to skip empty
          eraseblocks if we find more then 4k of free space.
        - The JFFS2 scanner is now fast enough to remove the spinning wheel
          so #ifdef-ed out.
        - add watchdog calls in long running loops
      
      * Patch by Philippe Robin, 22 Apr 2004:
        Fix ethernet configuration for "versatile" board
      
      * Patch by Kshitij Gupta, 21 Apr 2004:
        Remove busy loop and use MPU timer fr usleep() on OMAP1510/1610 boards
      
      * Patch by Steven Scholz, 24 Feb 2004:
        Fix a bug in AT91RM9200 ethernet driver:
        The MII interface is now initialized before accessing the PHY.
      
      * Cleanup PCI ID's
      0b8fa03b
  26. 15 3月, 2004 1 次提交
  27. 14 3月, 2004 1 次提交
    • W
      * Patch by Philippe Robin, 09 Mar 2004: · 3d3befa7
      wdenk 提交于
        Added ARM Integrator AP, CP and Versatile PB926EJ-S Reference
        Platform support.
      
      * Patch by Masami Komiya, 08 Mar 2004:
        Don't overwrite server IP address or boot file name
        when the boot server does not return values
      
      * Patch by listmember@orkun.us, 5 Mar 2004:
        Removed compile time restriction on CFG_I2C_SPEED for DS1338 RTC
      3d3befa7