Skip to content
Snippets Groups Projects
  1. Dec 06, 2003
  2. Dec 05, 2003
  3. Dec 03, 2003
  4. Nov 25, 2003
  5. Nov 17, 2003
  6. Nov 07, 2003
  7. Oct 30, 2003
  8. 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
  9. Oct 28, 2003
    • Wolfgang Denk's avatar
      * Patch by Stephan Linz, 28 Oct 2003: · a0f2fe52
      Wolfgang Denk authored
        fix init sequence error for NIOS port
      
      * Allow lowercase spelling for IceCube_5200; support MPC5200LITE name
      
      * Add CONFIG_VERSION_VARIABLE to TRAB configuration
      a0f2fe52
  10. Oct 26, 2003
  11. Oct 24, 2003
  12. Oct 22, 2003
  13. Oct 19, 2003
    • Wolfgang Denk's avatar
      * Patch by Steven Scholz, 18 Oct 2003: · a3ad8e26
      Wolfgang Denk authored
        Fix AT91RM9200 ethernet driver
      
      * Patch by Nye Liu, 17 Oct 2003:
        Fix typo in include/mpc8xx.h
      
      * Patch by Richard Woodruff, 16 Oct 03:
        Fixes for cpu/arm925/interrupt.c
        - Initialize timestamp & lastdec vars.
        - fix timestamp overflows.
        - fix lastdec overflow.
        - smarter normalization to allow udelay() below 1ms to work.
      
      * Patch by Scott McNutt, 16 Oct
        add networking support for the Altera Nios Development Kit,
        Cyclone Edition (DK-1C20)
      
      * Patch by Jon Diekema, 14 Oct 2003:
        add hint about doc/README.silent to README file
      a3ad8e26
    • Wolfgang Denk's avatar
      * Fix PCI problems on PPChameleonEVB · d7281f41
      Wolfgang Denk authored
      * TRAB auto-update: image type patch by Martin Krause, 17 Oct 2003
      d7281f41
    • dzu's avatar
      Add CompactFlash support for NSCU · e7df029f
      dzu authored
      e7df029f
  14. Oct 16, 2003
  15. Oct 15, 2003
    • Wolfgang Denk's avatar
      * Patches by Xianghua Xiao, 15 Oct 2003: · 42d1f039
      Wolfgang Denk authored
        - 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
  16. Oct 14, 2003
  17. Oct 10, 2003
  18. Oct 09, 2003
    • Wolfgang Denk's avatar
      * Patch by Steven Scholz, 10 Oct 2003 · 5da627a4
      Wolfgang Denk authored
        - 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
    • Wolfgang Denk's avatar
      * Patches by Thomas Lange, 09 Oct 2003: · 15647dc7
      Wolfgang Denk authored
        - fix cmd_ide.c for non ppc boards (read/write functions did not
          add ATA base address)
        - fix for shannon board
        - #ifdef CONFIG_IDE_8xx_DIRECT some otherwise unused code
      
      * Patch by Sangmoon Kim, 07 Oct 2003:
        add support for debris board
      15647dc7
    • Wolfgang Denk's avatar
      * Patch by Martin Krause, 09 Oct 2003: · a0ff7f2e
      Wolfgang Denk authored
        Fixes for TRAB board
        - /board/trab/rs485.c: correct baudrate
        - /board/trab/cmd_trab.c: bug fix for problem with timer overflow in
          udelay(); fix some timing problems with adc controller
        - /board/trab/trab_fkt.c: add new commands: gain, eeprom and power;
          modify commands: touch and buzzer
      
      * Disable CONFIG_SUPPORT_VFAT when used with CONFIG_AUTO_UPDATE
        (quick & dirty workaround for rogue pointer problem in get_vfatname());
        Use direct function calls for auto_update instead of hush commands
      a0ff7f2e
  19. Oct 08, 2003
    • Wolfgang Denk's avatar
      * Patch by Scott McNutt, 04 Oct 2003: · 4a551709
      Wolfgang Denk authored
        - add support for Altera Nios-32 CPU
        - add support for Nios Cyclone Development Kit (DK-1C20)
      
      * Patch by Steven Scholz, 29 Sep 2003:
        - A second parameter for bootm overwrites the load address for
          "Standalone Application" images.
        - bootm sets environment variable "filesize" to the resulting
          (uncompressed) data length for "Standalone Application" images
          when autostart is set to "no". Now you can do something like
             if bootm $fpgadata $some_free_ram ; then
                     fpga load 0 $some_free_ram $filesize
             fi
      
      * Patch by Denis Peter, 25 Sept 2003:
        add support for the MIP405 Rev. C board
      4a551709
    • Wolfgang Denk's avatar
      * Patch by Yuli Barcohen, 25 Sep 2003: · 54387ac9
      Wolfgang Denk authored
        add support for Zephyr Engineering ZPC.1900 board
      
      * Patch by Anders Larsen, 23 Sep 2003:
        add CMD_PORTIO to CFG_CMD_NONSTD (commands in question are only
        implemented for the x86 architecture)
      54387ac9
    • Wolfgang Denk's avatar
      * Patch by Sangmoon Kim, 23 Sep 2003: · fc3e2165
      Wolfgang Denk authored
        fix pll_pci_to_mem_multiplier table for MPC8245
      
      * Patch by Anders Larsen, 22 Sep 2003:
        enable timed autoboot on PXA
      
      * Patch by David Mller, 22 Sep 2003:
      
        - add $(CFLAGS) to "-print-libgcc-filename" so compiler driver
          returns correct libgcc file path
        - "latency" reduction of busy-loop waiting to improve "U-Boot" boot
          time on s3c24x0 systems
      
      * Patch by Jon Diekema, 19 Sep 2003:
        - Add CFG_FAULT_ECHO_LINK_DOWN option to echo the inverted Ethernet
          link state to the fault LED.
        - In NetLoop, make the Fault LED reflect the link status.  The link
          status gets updated on entry, and on timeouts.
      fc3e2165
    • Wolfgang Denk's avatar
      * Patch by Anders Larsen, 18 Sep 2003: · ef1464cc
      Wolfgang Denk authored
        allow mkimage to build and run on Cygwin-hosted systems
      
      * Patch by Frank Mller, 18 Sep 2003:
        use bi_intfreq instead of bi_busfreq to compute fec_mii_speed in
        cpu/mpc8xx/fec.c
      
      * Patch by Pantelis Antoniou, 16 Sep 2003:
        add tool to compute fileds in the PLPRCR register for MPC86x
      ef1464cc
  20. Oct 07, 2003
  21. Oct 06, 2003
  22. Sep 30, 2003
  23. Sep 29, 2003
  24. Sep 25, 2003
  25. Sep 19, 2003
Loading