summaryrefslogtreecommitdiffstats
path: root/hw/char/ibex_uart.c
Commit message (Expand)AuthorAgeFilesLines
* chardev: mark explicitly first argument as poisonedMarc-André Lureau2021-08-051-1/+1
* char: ibex_uart: Update the register layoutAlistair Francis2021-07-151-9/+10
* hw/char/ibex_uart: Make the register layout privateAlistair Francis2021-06-241-0/+37
* hw/char: disable ibex uart receive if the buffer is fullAlexander Wagner2021-03-231-5/+18
* clock: Add ClockEvent parameter to callbacksPeter Maydell2021-03-081-2/+2
* qdev: Move softmmu properties to qdev-properties-system.hEduardo Habkost2020-12-181-0/+1
* hw/char: Convert the Ibex UART to use the registerfields APIAlistair Francis2020-07-141-65/+65
* hw/char: Convert the Ibex UART to use the qdev Clock modelAlistair Francis2020-07-141-3/+27
* ibex_uart: fix XOR-as-powPaolo Bonzini2020-06-261-1/+1
* hw/char: Initial commit of Ibex UARTAlistair Francis2020-06-191-0/+492