1. 16 5月, 2009 1 次提交
  2. 10 11月, 2008 1 次提交
  3. 19 10月, 2008 1 次提交
  4. 07 6月, 2008 2 次提交
  5. 17 11月, 2007 2 次提交
  6. 10 7月, 2007 1 次提交
  7. 04 7月, 2007 1 次提交
  8. 13 3月, 2006 1 次提交
  9. 29 10月, 2005 1 次提交
  10. 25 9月, 2005 2 次提交
  11. 10 1月, 2005 1 次提交
    • W
      * Patch by Leif Lindholm, 23 Sep 2004: · ff36fd85
      wdenk 提交于
        add support for the AMD db1550 board
      
      * Patch by Travis Sawyer, 15 Sep 2004:
        Add CONFIG_SERIAL_MULTI support for ppc4xx,
        update README.serial_multi
      ff36fd85
  12. 02 1月, 2004 1 次提交
    • W
      * Patch by Andr Schwarz, 8 Dec 2003: · 63f34912
      wdenk 提交于
        fixes for Davicom DM9102A Ethernet Chip (#define CONFIG_TULIP_FIX_DAVICOM):
        - TX and RX deskriptors must be quad-word aligned
        - does not work with only one TX deskriptor
        - standard reset method does not work
      
      * Patch by Masami Komiya, 08 Dec 2003:
        add RTL8139 ethernet driver
      
      * Patches by Ed Okerson, 07 Dec 2003:
        - fix ethernet for the AU1x00 processors in little-endian mode.
        - extend memsetup.S for the AU1x00 processors in BE and LE modes
      63f34912
  13. 08 12月, 2003 1 次提交
    • W
      * Patches by David Mller, 14 Nov 2003: · a2663ea4
      wdenk 提交于
        - board/mpl/common/common_util.c
          * implement support for BZIP2 compressed images
          * various cleanups (printf -> puts, ...)
        - board/mpl/common/flash.c
          * report correct errors to upper layers
          * check the erase fail and VPP low bits in status reg
        - board/mpl/vcma9/cmd_vcma9.c
        - board/mpl/vcma9/flash.c
          * various cleanups (printf -> puts, ...)
        - common/cmd_usb.c
          * fix typo in comment
        - cpu/arm920t/usb_ohci.c
          * support for S3C2410 is missing in #if line
        - drivers/cs8900.c
          * reinit some registers in case of error (cable missing, ...)
        - fs/fat/fat.c
          * support for USB/MMC devices is missing in #if line
        - include/configs/MIP405.h
        - include/configs/PIP405.h
          * enable BZIP2 support
          * enlarge malloc space to 1MiB because of BZIP2 support
        - include/configs/VCMA9.h
          * enable BZIP2 support
          * enlarge malloc space to 1MiB because of BZIP2 support
          * enable USB support
        - lib_arm/armlinux.c
          * change calling convention of ARM Linux kernel as
            described on http://www.arm.linux.org.uk/developer/booting.php
      
      * Patch by Thomas Lange, 14 Nov 2003:
        Split dbau1x00 into dbau1000, dbau1100 and dbau1500 configs to
        support all these AMD boards.
      
      * Patch by Thomas Lange, 14 Nov 2003:
        Workaround for mips au1x00 physical memory accesses (the au1x00
        uses a 36 bit bus internally and cannot access physical memory
        directly. Use the uncached SDRAM address instead of the physical
        one.)
      a2663ea4
  14. 10 10月, 2003 1 次提交
    • W
      * Patch by Steven Scholz, 10 Oct 2003 · 5da627a4
      wdenk 提交于
        - Add support for Altera FPGA ACEX1K
      
      * Patches by Thomas Lange, 09 Oct 2003:
        - Endian swap ATA identity for all big endian CPUs, not just PPC
        - MIPS only: New option CONFIG_MEMSIZE_IN_BYTES for passing memsize
          args to linux
        - add support for dbau1x00 board (MIPS32)
      5da627a4