1. 02 7月, 2009 1 次提交
  2. 13 6月, 2009 1 次提交
    • T
      ZOOM2 Add serial support. · 660888b7
      Tom Rix 提交于
      Zoom2 serial is in general supplied by one of the 4 UARTS on the debug board.
      The default serial is from the USB connector on left side of the debug board.
      The USB connector will produce 2 of the 4 UARTS.  On your host pick the first
      enumeration.
      
      The details of the setting of the serial gpmc setup are not available.
      The values were provided by another party.
      
      The serial port set up is the same with Zoom1.
      Baud rate 115200, 8 bit data, no parity, 1 stop bit, no flow.
      
      The kernel bootargs are
      console=ttyS3,115200n8
      Signed-off-by: NTom Rix <Tom.Rix@windriver.com>
      660888b7
  3. 19 10月, 2008 1 次提交
  4. 05 2月, 2008 1 次提交
  5. 01 11月, 2007 1 次提交
  6. 07 9月, 2007 1 次提交
  7. 24 3月, 2007 1 次提交
  8. 31 8月, 2006 1 次提交
  9. 16 6月, 2006 1 次提交
    • W
      Add support for CONFIG_SERIAL_MULTI on MPC5xxx · c12cffc5
      Wolfgang Denk 提交于
      Patch by Martin Krause, 8 Jun 2006
      
      This patch supports two serial consoles on boards with
      a MPC5xxx CPU. The console can be switched at runtime
      by setting stdin, stdout and stderr to the desired serial
      interface (serial0 or serial1). The PSCs to be used as
      console port are definded by CONFIG_PSC_CONSOLE
      and CONFIG_PSC_CONSOLE2.
      See README.serial_multi for details.
      c12cffc5
  10. 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
  11. 02 8月, 2004 1 次提交
    • W
      * Code cleanup · 281e00a3
      wdenk 提交于
      * Patch by Sascha Hauer, 28 Jun:
        - add generic support for Motorola i.MX architecture
        - add support for mx1ads, mx1fs2 and scb9328 boards
      
      * Patches by Marc Leeman, 23 Jul 2004:
        - Add define for the PCI/Memory Buffer Configuration Register
        - corrected comments in cpu/mpc824x/cpu_init.c
      
      * Add support for multiple serial interfaces
        (for example to allow modem dial-in / dial-out)
      281e00a3