Skip to content
Snippets Groups Projects
  1. Jul 02, 2009
  2. Jun 12, 2009
    • Tom Rix's avatar
      ZOOM2 Add serial support. · 660888b7
      Tom Rix authored
      
      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: default avatarTom Rix <Tom.Rix@windriver.com>
      660888b7
  3. Oct 18, 2008
  4. Feb 04, 2008
  5. Oct 31, 2007
  6. Sep 06, 2007
  7. Mar 24, 2007
  8. Aug 30, 2006
  9. Jun 16, 2006
    • Wolfgang Denk's avatar
      Add support for CONFIG_SERIAL_MULTI on MPC5xxx · c12cffc5
      Wolfgang Denk authored
      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. Jan 09, 2005
  11. Aug 01, 2004
    • Wolfgang Denk's avatar
      * Code cleanup · 281e00a3
      Wolfgang Denk authored
      * 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
Loading