aboutsummaryrefslogtreecommitdiff
path: root/include/hw/char
AgeCommit message (Expand)AuthorFilesLines
2024-04-25hw/char/stm32l4x5_usart: Enable serial read and writeArnaud Minier1-0/+1
2024-04-25hw/char: Implement STM32L4x5 USART skeletonArnaud Minier1-0/+66
2024-02-15hw/sparc/grlib: split out the headers for each peripheralsClément Chigot1-0/+32
2024-02-14hw/char/parallel-isa: Implement relocation and enabling/disabling for TYPE_IS...Bernhard Beschow1-0/+3
2024-02-14hw/char/serial-isa: Implement relocation and enabling/disabling for TYPE_ISA_...Bernhard Beschow1-0/+2
2024-02-14hw/char/parallel: Move portio_list from ParallelState to ISAParallelStateBernhard Beschow2-2/+2
2024-01-26hw/char/imx_serial: Implement receive FIFO and ageing timerRayhan Faizel1-1/+19
2023-11-02hw/char/stm32f2xx_usart: Add more definitions for CR1 registerHans-Erik Floryd1-4/+6
2023-09-08include/: spelling fixesMichael Tokarev1-1/+1
2023-06-28escc: emulate dip switch language layout settings on SUN keyboardHenrik Carlqvist1-0/+1
2023-06-19imx_serial: set wake bit when we receive a data byteMartin Kaiser1-0/+1
2023-06-13hw/char/parallel-isa: Export struct ISAParallelStateBernhard Beschow2-2/+30
2023-06-13hw/char/parallel: Export struct ParallelStateBernhard Beschow1-0/+21
2023-05-22hw/char/parallel: Move TYPE_ISA_PARALLEL to the header fileThomas Huth1-0/+2
2023-05-05hw/riscv: Add signature dump function for spike to run ACT testsWeiwei Li1-0/+3
2023-02-27hw/char/cmsdk-apb-uart: Open-code cmsdk_apb_uart_create()Philippe Mathieu-Daudé1-34/+0
2023-02-27hw/char/xilinx_uartlite: Open-code xilinx_uartlite_create()Philippe Mathieu-Daudé1-20/+0
2023-02-27hw/char/xilinx_uartlite: Expose XILINX_UARTLITE QOM typePhilippe Mathieu-Daudé1-1/+5
2023-02-27hw/char/pl011: Open-code pl011_luminary_create()Philippe Mathieu-Daudé1-17/+0
2023-02-27hw/char/pl011: Un-inline pl011_create()Philippe Mathieu-Daudé1-18/+1
2023-02-14include/hw: Do not include "hw/registerfields.h" in headers that don't need itThomas Huth1-1/+0
2023-02-03hw/char/pl011: refactor FIFO depth handling codeEvgeny Iakovlev1-1/+4
2023-01-20hw/riscv: spike: Decouple create_fdt() dependency to ELF loadingBin Meng1-4/+1
2023-01-20hw/char: riscv_htif: Remove forward declarations for non-existent variablesBin Meng1-3/+0
2023-01-20hw/char: riscv_htif: Move registers from CPUArchState to HTIFStateBin Meng1-4/+4
2023-01-20hw/char: riscv_htif: Drop useless assignment of memory regionBin Meng1-5/+2
2023-01-20hw/char: riscv_htif: Drop {to, from}host_size in HTIFStateBin Meng1-2/+0
2023-01-08include: Include headers where neededMarkus Armbruster3-0/+3
2022-01-21hw/riscv: spike: Allow using binary firmware as biosAnup Patel1-1/+4
2021-11-09hw/m68k: Fix typo in SPDX tagPhilippe Mathieu-Daudé1-1/+1
2021-10-07hw/char/mchp_pfsoc_mmuart: QOM'ify PolarFire MMUARTPhilippe Mathieu-Daudé1-3/+9
2021-10-07hw/char/mchp_pfsoc_mmuart: Use a MemoryRegion containerPhilippe Mathieu-Daudé1-0/+1
2021-10-07hw/char/mchp_pfsoc_mmuart: Simplify MCHP_PFSOC_MMUART_REG definitionPhilippe Mathieu-Daudé1-2/+2
2021-06-24hw/char/ibex_uart: Make the register layout privateAlistair Francis1-37/+0
2021-06-24hw/char: QOMify sifive_uartLukas Jünger1-6/+5
2021-05-13Merge remote-tracking branch 'remotes/armbru/tags/pull-misc-2021-05-12' into ...Peter Maydell1-13/+0
2021-05-12Drop the deprecated lm32 targetMarkus Armbruster1-13/+0
2021-05-11hw/char: Add Shakti UART emulationVijai Kumar K1-0/+74
2021-05-02hw: Remove superfluous includes of hw/hw.hThomas Huth1-1/+0
2021-03-23Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210323'...Peter Maydell1-0/+1
2021-03-23hw/arm/virt: Disable pl011 clock migration if neededGavin Shan1-0/+1
2021-03-22hw/char: disable ibex uart receive if the buffer is fullAlexander Wagner1-0/+4
2021-03-15hw/char: add goldfish-ttyLaurent Vivier1-0/+35
2020-10-27hw/char/pl011: add a clock inputLuc Michel1-0/+1
2020-09-30hw/char/serial: Make 'wakeup' property booleanPhilippe Mathieu-Daudé1-1/+1
2020-09-30hw/char/serial: Remove TYPE_SERIAL_IOPhilippe Mathieu-Daudé1-9/+0
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost12-41/+14
2020-09-18sifive: Use DECLARE_*CHECKER* macrosEduardo Habkost1-2/+2
2020-09-18sifive: Move QOM typedefs and add missing includesEduardo Habkost1-2/+4
2020-09-13Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20200...Peter Maydell3-0/+197