1. 29 1月, 2009 1 次提交
  2. 19 10月, 2008 1 次提交
  3. 13 7月, 2008 1 次提交
  4. 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
  5. 18 10月, 2004 1 次提交
  6. 12 10月, 2004 1 次提交
  7. 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
  8. 27 2月, 2004 1 次提交
    • W
      * Patch by Markus Pietrek, 24 Feb 2004: · 80885a9d
      wdenk 提交于
        NS9750 DevBoard added
      
      * Patch by Pierre AUBERT, 24 Feb 2004
        add USB support for MPC5200
      
      * Patch by Steven Scholz, 24 Feb 2004:
        - fix MII commands to use values from last command
      
      * Patch by Torsten Demke, 24 Feb 2004:
        Add support for the eXalion platform (SPSW-8240, F-30, F-300)
      80885a9d
  9. 12 2月, 2004 1 次提交
  10. 10 2月, 2004 2 次提交
    • W
      * Patch by Jian Zhang, 3 Feb 2004: · cd37d9e6
      wdenk 提交于
        - Changed the incorrect FAT12BUFSIZE
        - data_begin in fsdata can be negative. Changed it to be short.
      * Code cleanup
      cd37d9e6
    • W
      * Patch by Rahul Shanbhag, 28 Jan 2004: · b98fff1d
      wdenk 提交于
        Fix flash protection/locking handling for OMAP1610 innovator board.
      
      * Patch by Rolf Peukert, 28 Jan 2004:
        fix flash write problems on CSB226 board (write with 32 bit bus width)
      
      * Patches by Mark Jonas, 16 Jan 2004:
        - fix rounding error when calculating baudrates for MPC5200 PSCs
        - make sure CFG_RAMBOOT and CFG_LOWBOOT are not enabled at the same
          time which is not supported
      b98fff1d
  11. 16 10月, 2003 1 次提交
    • W
      * Patches by Xianghua Xiao, 15 Oct 2003: · 42d1f039
      wdenk 提交于
        - Added Motorola CPU 8540/8560 support (cpu/85xx)
        - Added Motorola MPC8540ADS board support (board/mpc8540ads)
        - Added Motorola MPC8560ADS board support (board/mpc8560ads)
      
      * Minor code cleanup
      42d1f039
  12. 18 9月, 2003 1 次提交
    • W
      * Patches by Anders Larsen, 17 Sep 2003: · 5f535fe1
      wdenk 提交于
        - fix spelling errors
        - set GD_FLG_DEVINIT flag only after device function pointers
          are valid
        - Allow CFG_ALT_MEMTEST on systems where address zero isn't
          writeable
        - enable 3.rd UART (ST-UART) on PXA(XScale) CPUs
        - trigger watchdog while waiting in serial driver
      5f535fe1
  13. 30 8月, 2003 1 次提交
    • W
      * Patch by George G. Davis, 19 Aug 2003: · 6f21347d
      wdenk 提交于
        fix TI Innovator/OMAP1510 pin configs
      
      * Patches by Kshitij, 18 Aug 2003
        - add support for arm926ejs cpu core
        - add support for TI OMAP 1610 Innovator Board
      6f21347d
  14. 16 7月, 2003 1 次提交
  15. 30 5月, 2003 1 次提交
  16. 15 3月, 2003 1 次提交
    • W
      * Avoid flicker on the TRAB's VFD by synchronizing the enable with · 06d01dbe
      wdenk 提交于
        the HSYNC/VSYNC. Requires new CPLD code (Version 101 for Rev. 100
        boards, version 153 for Rev. 200 boards).
      
      * Patch by Vladimir Gurevich, 12 Mar 2003:
        Fix relocation problem of statically initialized string pointers
        in common/cmd_pci.c
      
      * Patch by Kai-Uwe Blöm, 12 Mar 2003:
        Cleanup & bug fixes for JFFS2 code:
        - the memory mangement was broken. It caused havoc on malloc by
          writing beyond the block boundaries.
        - the length calculation for files was wrong, sometimes resulting
          in short file reads.
        - data copying now optionally takes fragment version numbers into
          account, to avoid copying from older data.
        See doc/README.JFFS2 for details.
      06d01dbe
  17. 06 3月, 2003 1 次提交
    • W
      * Patch by Rune Torgersen, 13 Feb 2003: · db2f721f
      wdenk 提交于
        Add support for Motorola MPC8266ADS board
      
      * Patch by Kyle Harris, 19 Feb 2003:
        patches for the Intel lubbock board:
        memsetup.S - general cleanup (based on Robert's csb226 code)
        flash.c - overhaul, actually works now
        lubbock.c - fix init funcs to return proper value
      
      * Patch by Kenneth Johansson, 26 Feb 2003:
        - Fixed off by one in RFTA calculation.
        - No need to abort when LDF is lower than we can program it's only
          minimum timing so clamp it to what we can do.
        - Takes function pointer to function for reading the spd_nvram. Usefull
          for faking data or hardcode a module without the nvram.
        - fix other user for above change
        - fix some comments.
      
      * Patches by Brian Waite, 26 Feb 2003:
        - fix port for evb64260 board
        - fix PCI for evb64260 board
        - fix PCI scan
      
      * Patch by Reinhard Meyer, 1 Mar 2003:
        Add support for EMK TOP860 Module
      
      * Patch by Yuli Barcohen, 02 Mar 2003:
        Add SPD EEPROM support for MPC8260ADS board
      db2f721f
  18. 27 10月, 2002 1 次提交