Barrelfish
Functions
zynq_uart.c File Reference

Kernel serial driver for the Xilinx Zynq7000-series UART. More...

Functions

errval_t serial_early_init (unsigned port)
 Configure the serial interface, from a caller that knows that this is a bunch of PL011s, and furthermore where they are in the physical address space.
 
void serial_putchar (unsigned port, char c)
 Prints a single character to a serial port.
 
char serial_getchar (unsigned port)
 Reads a single character from the default serial port.
 

Detailed Description

Kernel serial driver for the Xilinx Zynq7000-series UART.