Skip to content
Snippets Groups Projects
  1. Jan 04, 2004
  2. Jan 03, 2004
    • Wolfgang Denk's avatar
      * Patch by Robert Schwebel, 15 Dec 2003: · dd875c76
      Wolfgang Denk authored
        add support for cramfs (uses JFFS2 command interface)
      dd875c76
    • Wolfgang Denk's avatar
      Patches by Stephan Linz, 11 Dec 2003: · c935d3bd
      Wolfgang Denk authored
      - more documentation for NIOS port
      - new struct nios_pio_t, struct nios_spi_t
      - Reconfiguration for NIOS Development Kit DK1C20:
        o move board related code from board/dk1c20
          to board/altera/dk1c20
        o create a new common source path board/altera/common
          and move generic flash access stuff into it
        o change/expand configuration file DK1C20.h
      - Add support for NIOS Development Kit DK1S10
      - Add status LED support for NIOS systems
      - Add dual 7-segment LED support for Altera NIOS DevKits
      c935d3bd
    • Wolfgang Denk's avatar
      * Patch by Ronen Shitrit, 10 Dec 2003: · 3a473b2a
      Wolfgang Denk authored
        Add support for the Marvell DB64360 / DB64460 development boards
      
      * Patch by Detlev Zundel, 10 Dec 2003:
        fix dependency problem in examples/Makefile
      3a473b2a
  3. Jan 02, 2004
    • Wolfgang Denk's avatar
      * Patch by Denis Peter, 8 Dec 2003 · b6e4c403
      Wolfgang Denk authored
        - add support for the PATI board (MPC555)
        - add SPI support for the MPC5xx
      
      * Patch by Anders Larsen, 08 Dec 2003:
        add configuration options CONFIG_SERIAL_TAG and CONFIG_REVISION_TAG
        to pass ATAG_SERIAL and ATAG_REVISION, resp., to the ARM target;
        cleanup some redundand #defines
      b6e4c403
    • Wolfgang Denk's avatar
      * Patch by Andr Schwarz, 8 Dec 2003: · 63f34912
      Wolfgang Denk authored
        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
    • Wolfgang Denk's avatar
      * Cleanup lowboot code for MPC5200 · d4ca31c4
      Wolfgang Denk authored
      * Minor code cleanup (coding style)
      
      * Patch by Reinhard Meyer, 30 Dec 2003:
        - cpu/mpc5xxx/fec.c: added CONFIG_PHY_ADDR, added CONFIG_PHY_TYPE,
        - added CONFIG_PHY_ADDR to include/configs/IceCube.h,
        - turned debug print of PHY registers into a function (called in two places)
        - added support for EMK MPC5200 based modules
      
      * Fix MPC8xx PLPRCR_MFD_SHIFT typo
      
      * Add support for TQM866M modules
      
      * Fixes for TQM855M with 4 MB flash (Am29DL163 = _no_ mirror bit flash)
      
      * Fix a few compiler warnings
      d4ca31c4
  4. Dec 28, 2003
  5. Dec 27, 2003
    • Wolfgang Denk's avatar
      Cleanup · a2f34be7
      Wolfgang Denk authored
      a2f34be7
    • Wolfgang Denk's avatar
      * Make CPU clock on ICA-IP board controllable by a "cpuclk" · 7cb22f97
      Wolfgang Denk authored
        environment variable which can set to "100", "133", or "150". The
        CPU clock will be configured accordingly upon next reboot. Other
        values are ignored. In case of an invalid or undefined "cpuclk"
        value, the compile-time default CPU clock speed will be used.
      
      * Enable Quad-UART on BMS2003 board (initialize the PCMCIA memory
        window that is used to access the UART registers by the Linux driver)
      
      * Patch by Reinhard Meyer, 20 Dec 2003:
        Fix clock calculation for the MPC5200 for higher clock frequencies
        (above 2**32 / 10 = 429.5 MHz).
      7cb22f97
  6. Dec 20, 2003
  7. Dec 12, 2003
  8. Dec 09, 2003
  9. Dec 08, 2003
  10. Dec 07, 2003
    • Wolfgang Denk's avatar
      * Patch by Pierre Aubert, 24 Nov 2003: · 9fd5e31f
      Wolfgang Denk authored
        - add a return value for the fpga command
        - add ide_preinit() function called in ide_init if CONFIG_IDE_PREINIT
          is defined. If ide_preinit fails, ide_init is aborted.
        - fix an endianess problem in fat.h
      9fd5e31f
    • Wolfgang Denk's avatar
      Patch by Wolter Kamphuis, 05 Dec 2003: · 3bbc899f
      Wolfgang Denk authored
      Add support for SNMC's QS850/QS823/QS860T boards
      3bbc899f
    • Wolfgang Denk's avatar
      * Patch by Yuli Barcohen, 3 Dec 2003: · b028f715
      Wolfgang Denk authored
        "revive" U-Boot support for old Motorola MPC860ADS board
      
      * Patch by Cam(ilo?), 03 Dec 2003:
        make examples build even with broken Montavista objcopy
      
      * Patch by Pavel Bartusek, 27 Nov 2003:
        fix conversion problem with "bootretry" evironment variable
      b028f715
    • Wolfgang Denk's avatar
      * Patch by Andre Schwarz, 24 Nov 2003: · b4676a25
      Wolfgang Denk authored
        add support for mvblue (mvBlueLYNX and mvBlueBOX) boards
      
      * Patch by Pavel Bartusek, 21 Nov 2003:
        set ZMII bridge speed on 440
      
      * Patch by Anders Larsen, 17 Nov 2003:
        Fix mismatched #ifdef / #endif in include/asm-arm/arch-pxa/hardware.h
      b4676a25
    • Wolfgang Denk's avatar
      * Patches by David Mller, 14 Nov 2003: · a2663ea4
      Wolfgang Denk authored
        - 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
    • Wolfgang Denk's avatar
      * Patch by Xue Ligong (Joe), 13 Nov 2003: · ef5a9672
      Wolfgang Denk authored
        add Realtek 8019 ethernet driver
      
      * Patch by Yuli Barcohen, 13 Nov 2003:
        MPC826xADS/PQ2FADS  cleanup
      
      * Patch by Anders Larsen, 12 Nov 2003:
        Update README to mark the PORTIO commands non-standard
      ef5a9672
  11. Dec 06, 2003
  12. Dec 05, 2003
  13. Dec 03, 2003
  14. Nov 25, 2003
  15. Nov 17, 2003
  16. Nov 07, 2003
  17. Oct 30, 2003
  18. Oct 29, 2003
    • Wolfgang Denk's avatar
      * Prepare for release · 5fa66df6
      Wolfgang Denk authored
      * Fix problems in memory test on some boards (which was not
        non-destructive as intended)
      
      * Patch by Gary Jennejohn, 28 Oct 2003:
        Change fs/fat/fat.c to put I/O buffers in BSS instead on the stack
        to prevent stack overflow on ARM systems
      5fa66df6
Loading