aboutsummaryrefslogtreecommitdiff
path: root/include/hw/char
AgeCommit message (Expand)Author
2024-04-25hw/char/stm32l4x5_usart: Enable serial read and writeArnaud Minier
2024-04-25hw/char: Implement STM32L4x5 USART skeletonArnaud Minier
2024-02-15hw/sparc/grlib: split out the headers for each peripheralsClément Chigot
2024-02-14hw/char/parallel-isa: Implement relocation and enabling/disabling for TYPE_IS...Bernhard Beschow
2024-02-14hw/char/serial-isa: Implement relocation and enabling/disabling for TYPE_ISA_...Bernhard Beschow
2024-02-14hw/char/parallel: Move portio_list from ParallelState to ISAParallelStateBernhard Beschow
2024-01-26hw/char/imx_serial: Implement receive FIFO and ageing timerRayhan Faizel
2023-11-02hw/char/stm32f2xx_usart: Add more definitions for CR1 registerHans-Erik Floryd
2023-09-08include/: spelling fixesMichael Tokarev
2023-06-28escc: emulate dip switch language layout settings on SUN keyboardHenrik Carlqvist
2023-06-19imx_serial: set wake bit when we receive a data byteMartin Kaiser
2023-06-13hw/char/parallel-isa: Export struct ISAParallelStateBernhard Beschow
2023-06-13hw/char/parallel: Export struct ParallelStateBernhard Beschow
2023-05-22hw/char/parallel: Move TYPE_ISA_PARALLEL to the header fileThomas Huth
2023-05-05hw/riscv: Add signature dump function for spike to run ACT testsWeiwei Li
2023-02-27hw/char/cmsdk-apb-uart: Open-code cmsdk_apb_uart_create()Philippe Mathieu-Daudé
2023-02-27hw/char/xilinx_uartlite: Open-code xilinx_uartlite_create()Philippe Mathieu-Daudé
2023-02-27hw/char/xilinx_uartlite: Expose XILINX_UARTLITE QOM typePhilippe Mathieu-Daudé
2023-02-27hw/char/pl011: Open-code pl011_luminary_create()Philippe Mathieu-Daudé
2023-02-27hw/char/pl011: Un-inline pl011_create()Philippe Mathieu-Daudé
2023-02-14include/hw: Do not include "hw/registerfields.h" in headers that don't need itThomas Huth
2023-02-03hw/char/pl011: refactor FIFO depth handling codeEvgeny Iakovlev
2023-01-20hw/riscv: spike: Decouple create_fdt() dependency to ELF loadingBin Meng
2023-01-20hw/char: riscv_htif: Remove forward declarations for non-existent variablesBin Meng
2023-01-20hw/char: riscv_htif: Move registers from CPUArchState to HTIFStateBin Meng
2023-01-20hw/char: riscv_htif: Drop useless assignment of memory regionBin Meng
2023-01-20hw/char: riscv_htif: Drop {to, from}host_size in HTIFStateBin Meng
2023-01-08include: Include headers where neededMarkus Armbruster
2022-01-21hw/riscv: spike: Allow using binary firmware as biosAnup Patel
2021-11-09hw/m68k: Fix typo in SPDX tagPhilippe Mathieu-Daudé
2021-10-07hw/char/mchp_pfsoc_mmuart: QOM'ify PolarFire MMUARTPhilippe Mathieu-Daudé
2021-10-07hw/char/mchp_pfsoc_mmuart: Use a MemoryRegion containerPhilippe Mathieu-Daudé
2021-10-07hw/char/mchp_pfsoc_mmuart: Simplify MCHP_PFSOC_MMUART_REG definitionPhilippe Mathieu-Daudé
2021-06-24hw/char/ibex_uart: Make the register layout privateAlistair Francis
2021-06-24hw/char: QOMify sifive_uartLukas Jünger
2021-05-13Merge remote-tracking branch 'remotes/armbru/tags/pull-misc-2021-05-12' into ...Peter Maydell
2021-05-12Drop the deprecated lm32 targetMarkus Armbruster
2021-05-11hw/char: Add Shakti UART emulationVijai Kumar K
2021-05-02hw: Remove superfluous includes of hw/hw.hThomas Huth
2021-03-23Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210323'...Peter Maydell
2021-03-23hw/arm/virt: Disable pl011 clock migration if neededGavin Shan
2021-03-22hw/char: disable ibex uart receive if the buffer is fullAlexander Wagner
2021-03-15hw/char: add goldfish-ttyLaurent Vivier
2020-10-27hw/char/pl011: add a clock inputLuc Michel
2020-09-30hw/char/serial: Make 'wakeup' property booleanPhilippe Mathieu-Daudé
2020-09-30hw/char/serial: Remove TYPE_SERIAL_IOPhilippe Mathieu-Daudé
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost
2020-09-18sifive: Use DECLARE_*CHECKER* macrosEduardo Habkost
2020-09-18sifive: Move QOM typedefs and add missing includesEduardo Habkost
2020-09-13Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20200...Peter Maydell