mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 18:44:58 -06:00
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>
This commit is contained in:
parent
888c9af23f
commit
a7d2d98c59
5 changed files with 609 additions and 0 deletions
|
@ -4,6 +4,9 @@ config HTIF
|
|||
config HART
|
||||
bool
|
||||
|
||||
config IBEX
|
||||
bool
|
||||
|
||||
config SIFIVE
|
||||
bool
|
||||
select MSI_NONBROKEN
|
||||
|
@ -29,6 +32,7 @@ config SPIKE
|
|||
|
||||
config OPENTITAN
|
||||
bool
|
||||
select IBEX
|
||||
select HART
|
||||
select UNIMP
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue