genode/os/src/drivers/uart
2013-01-24 11:04:12 +01:00
..
i8250 Reduce debug messages of UART driver 2013-01-11 21:07:22 +01:00
omap4 Fix OMAP4 uart driver compilation 2013-01-24 11:04:12 +01:00
pl011 Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
README Imported Genode release 11.11 2011-12-22 16:19:25 +01:00
uart_component.h Reduce debug messages of UART driver 2013-01-11 21:07:22 +01:00
uart_driver.h Update copyright headers to 2013 2013-01-10 21:44:47 +01:00

This driver operates the UARTs on the given platform. It provides the
'Terminal_session' interface for output via serial line.

Configuration
~~~~~~~~~~~~~

The server supports the following configuration options, supplied
via Genode's config mechanism.

:Routing clients to specific UARTs:

  Depending on the underlying hardware platform, the UART server is
  configurable to route specific clients to distinct UARTs. There is
  no default routing, so the configuration is mandatory. UART 0 is
  assumed to be used by the kernel and, therefore, left untouched.

  ! <config>
  !   <policy label="test-uart1" uart="1" />
  !   <policy label="test-uart2" uart="2" />
  !   <policy label="test-uartx" uart="1" />
  ! </config>