1. 30 8月, 2014 1 次提交
  2. 24 7月, 2013 1 次提交
  3. 17 10月, 2012 1 次提交
  4. 16 10月, 2012 2 次提交
    • M
      serial: Remove CONFIG_SERIAL_MULTI from serial drivers · a3827250
      Marek Vasut 提交于
      Remove the support for not-CONFIG_SERIAL_MULTI part from serial
      port drivers and some board files. Since CONFIG_SERIAL_MULTI is
      now enabled by default, that part is a dead code. Remove it.
      Signed-off-by: NMarek Vasut <marex@denx.de>
      Cc: Marek Vasut <marek.vasut@gmail.com>
      Cc: Anatolij Gustschin <agust@denx.de>
      Cc: Stefan Roese <sr@denx.de>
      Signed-off-by: NTom Rini <trini@ti.com>
      a3827250
    • M
      serial: arm: Implement CONFIG_SERIAL_MULTI into altera serial driver · b207d645
      Marek Vasut 提交于
      Implement support for CONFIG_SERIAL_MULTI into altera serial driver.
      This driver was so far only usable directly, but this patch also adds
      support for the multi method. This allows using more than one serial
      driver alongside the altera driver. Also, add a weak implementation
      of default_serial_console() returning this driver.
      Signed-off-by: NMarek Vasut <marex@denx.de>
      Cc: Marek Vasut <marek.vasut@gmail.com>
      Cc: Tom Rini <trini@ti.com>
      Cc: Scott McNutt <smcnutt@psyent.com>
      b207d645
  5. 03 4月, 2010 2 次提交
  6. 19 10月, 2008 1 次提交
  7. 01 4月, 2006 1 次提交
  8. 20 5月, 2004 1 次提交
    • W
      Patch by Scott McNutt, 25 Apr 2004: · e4cc71aa
      wdenk 提交于
      Add Nios GDB/JTAG Console support:
      - Add stubs to support gdb via JTAG.
      - Add support for console over JTAG.
      - Minor cleanup.
      e4cc71aa
  9. 24 2月, 2004 1 次提交
    • W
      * Patch by Peter Ryser, 20 Feb 2004: · 028ab6b5
      wdenk 提交于
        Add support for the Xilinx ML300 platform
      
      * Patch by Stephan Linz, 17 Feb 2004:
        Fix watchdog support for NIOS
      
      * Patch by Josh Fryman, 16 Feb 2004:
        Fix byte-swapping for cfi_flash.c for different bus widths
      
      * Patch by Jon Diekema, 14 Jeb 2004:
        Remove duplicate "FPGA Support" notes from the README file
      028ab6b5
  10. 09 10月, 2003 1 次提交
    • W
      * Patch by Scott McNutt, 04 Oct 2003: · 4a551709
      wdenk 提交于
        - 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