]> xenbits.xensource.com Git - qemu-xen.git/commit
hw/char: Initial commit of Ibex UART
authorAlistair Francis <alistair.francis@wdc.com>
Thu, 23 Apr 2020 21:07:27 +0000 (14:07 -0700)
committerAlistair Francis <alistair.francis@wdc.com>
Fri, 19 Jun 2020 15:24:07 +0000 (08:24 -0700)
commita7d2d98c5944cec9ac8ed12215c2ea9d4545779b
tree410abad03cb20a281a24c8009216d15f4e4ebb92
parent888c9af23ff0fced10a58041e6658e0eb60143cb
hw/char: Initial commit of Ibex UART

This is the initial commit of the Ibex UART device. Serial TX is
working, while RX has been implemeneted but untested.

This is based on the documentation from:
https://docs.opentitan.org/hw/ip/uart/doc/

Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
Reviewed-by: LIU Zhiwei<zhiwei_liu@c-sky.com>
MAINTAINERS
hw/char/Makefile.objs
hw/char/ibex_uart.c [new file with mode: 0644]
hw/riscv/Kconfig
include/hw/char/ibex_uart.h [new file with mode: 0644]