summary refs log tree commit diff stats
path: root/include/hw/char/ibex_uart.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* include/hw: Do not include "hw/registerfields.h" in headers that don't need itThomas Huth2023-02-141-1/+0
* hw/char/ibex_uart: Make the register layout privateAlistair Francis2021-06-241-37/+0
* hw/char: disable ibex uart receive if the buffer is fullAlexander Wagner2021-03-221-0/+4
* Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2020-09-181-3/+1
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-091-2/+2
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-091-2/+4
* hw/char: Convert the Ibex UART to use the registerfields APIAlistair Francis2020-07-131-41/+35
* hw/char: Convert the Ibex UART to use the qdev Clock modelAlistair Francis2020-07-131-0/+3
* hw/char: Initial commit of Ibex UARTAlistair Francis2020-06-191-0/+110