1. 07 9月, 2008 1 次提交
  2. 31 8月, 2008 1 次提交
  3. 13 8月, 2008 1 次提交
  4. 14 7月, 2008 2 次提交
  5. 13 7月, 2008 1 次提交
  6. 30 6月, 2008 1 次提交
  7. 29 5月, 2008 1 次提交
  8. 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
  9. 14 5月, 2008 1 次提交
  10. 29 4月, 2008 1 次提交
  11. 10 1月, 2008 1 次提交
  12. 11 7月, 2007 1 次提交
  13. 10 7月, 2007 1 次提交
  14. 05 7月, 2007 1 次提交
  15. 04 7月, 2007 1 次提交
  16. 09 4月, 2006 1 次提交
  17. 12 3月, 2006 1 次提交
  18. 06 3月, 2006 1 次提交
  19. 13 10月, 2005 1 次提交
  20. 12 10月, 2005 1 次提交
  21. 15 9月, 2005 1 次提交
  22. 16 8月, 2005 1 次提交
  23. 10 8月, 2005 1 次提交
  24. 08 8月, 2005 1 次提交
  25. 05 5月, 2005 3 次提交
  26. 13 5月, 2004 1 次提交
    • W
      Patch by Klaus Heydeck, 12 May 2004: · 02b11f8e
      wdenk 提交于
      Using external watchdog for KUP4 boards in mpc8xx/cpu.c;
      load_sernum_ethaddr() for KUP4 boards in lib_ppc/board.c;
      various changes to KUP4 board specific files
      02b11f8e
  27. 06 5月, 2004 1 次提交
  28. 04 5月, 2004 1 次提交
    • W
      * Fix minor NAND JFFS2 related issue · 2729af9d
      wdenk 提交于
      * Fixes for SL811 USB controller:
        - implement workaround for broken memory stick
        - improve error handling
      
      * Increase packet send timeout to 10 ms in cpu/mpc8xx/scc.c to better
        cope with congested networks.
      2729af9d
  29. 25 4月, 2004 2 次提交
    • W
      * Back out Patch by Christian Hohnstaedt, 23 Apr 2004: · fc1cfcdb
      wdenk 提交于
        (JFFS2 speed enhancements) because of using non-public
        data (PHYS_FLASH_SECT_SIZE)
      
      * Patch by Travis Sawyer, 23 Apr 2004:
        Fix VSC/CIS 8201 phy descrambler interoperability timing due to
        errata from Vitesse Semiconductor.
      fc1cfcdb
    • 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
  30. 19 4月, 2004 2 次提交
  31. 24 3月, 2004 1 次提交
    • W
      * Patches by Thomas Viehweger, 16 Mar 2004: · 4b9206ed
      wdenk 提交于
        - show PCI clock frequency on MPC8260 systems
        - add FCC_PSMR_RMII flag for HiP7 processors
        - in do_jffs2_fsload(), take load address from load_addr if not set
          explicit, update load_addr otherwise
        - replaced printf by putc/puts when no formatting is needed
          (smaller code size, faster execution)
      4b9206ed
  32. 05 1月, 2004 1 次提交
    • W
      * Fix problems caused by Robert Schwebel's cramfs patch · 180d3f74
      wdenk 提交于
      * Patch by Scott McNutt, 02 Jan 2004:
        Add support for the Nios Active Serial Memory Interface (ASMI)
        on Cyclone devices
      
      * Patch by Andrea Marson, 16 Dec 2003:
        Add support for the PPChameleon ME and HI modules
      
      * Patch by Yuli Barcohen, 22 Dec 2003:
        Add support for Motorola DUET ADS board (MPC87x/88x)
      180d3f74
  33. 04 1月, 2004 1 次提交
  34. 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
  35. 11 9月, 2003 1 次提交
    • W
      * Patches by Denis Peter, 9 Sep 2003: · 7205e407
      wdenk 提交于
        add FAT support for IDE, SCSI and USB
      
      * Patches by Gleb Natapov, 2 Sep 2003:
        - cleanup of POST code for unsupported architectures
        - MPC824x locks way0 of data cache for use as initial RAM;
          this patch unlocks it after relocation to RAM and invalidates
          the locked entries.
      
      * Patch by Gleb Natapov, 30 Aug 2003:
        new I2C driver for mpc107 bridge. Now works from flash.
      
      * Patch by Dave Ellis, 11 Aug 2003:
        - JFFS2: fix typo in common/cmd_jffs2.c
        - JFFS2: fix CFG_JFFS2_SORT_FRAGMENTS option
        - JFFS2: remove node version 0 warning
        - JFFS2: accept JFFS2 PADDING nodes
        - SXNI855T: add AM29LV800 support
        - SXNI855T: move environment from EEPROM to flash
        - SXNI855T: boot from JFFS2 in NOR or NAND flash
      
      * Patch by Bill Hargen, 11 Aug 2003:
        fixes for I2C on MPC8240
        - fix i2c_write routine
        - fix iprobe command
        - eliminates use of global variables, plus dead code, cleanup.
      7205e407