summary refs log tree commit diff stats
path: root/include/hw/misc (follow)
Commit message (Expand)AuthorAgeFilesLines
* misc/pca955*: Move models under hw/gpioCédric Le Goater2024-03-254-125/+0
* hw/arm: Connect STM32L4x5 GPIO to STM32L4x5 SoCInès Varhol2024-03-071-2/+1
* hw/misc/stm32l4x5_rcc: Initialize PLLs and clock multiplexersArnaud Minier2024-03-051-0/+705
* hw/misc/stm32l4x5_rcc: Add an internal PLL Clock objectArnaud Minier2024-03-052-0/+62
* hw/misc/stm32l4x5_rcc: Add an internal clock multiplexer objectArnaud Minier2024-03-052-0/+148
* hw/misc/stm32l4x5_rcc: Implement STM32L4x5_RCC skeletonArnaud Minier2024-03-052-0/+366
* hw/ide: Remove last two uses of ide/internal.h outside of hw/ide/BALATON Zoltan2024-02-271-1/+1
* misc: Add a pca9554 GPIO device modelGlenn Miles2024-02-232-0/+55
* misc/pca9552: Let external devices set pca9552 inputsGlenn Miles2024-02-231-1/+2
* Merge tag 'hw-misc-20240215' of https://github.com/philmd/qemu into stagingPeter Maydell2024-02-161-6/+0
|\
| * hw/misc/mips_itu: Remove MIPSITUState::saar fieldPhilippe Mathieu-Daudé2024-02-151-3/+0
| * hw/misc/mips_itu: Remove MIPSITUState::cpu0 fieldPhilippe Mathieu-Daudé2024-02-151-1/+0
| * hw/misc/mips: Reduce itc_reconfigure() scopePhilippe Mathieu-Daudé2024-02-151-2/+0
* | hw/misc/mps2-scc: Make changes needed for AN536 FPGA imagePeter Maydell2024-02-151-0/+1
|/
* lasi: Add reset I/O ports for LASI audio and FDCHelge Deller2024-02-111-0/+2
* hw/misc/xlnx-versal-crl: Include generic 'cpu-qom.h' instead of 'cpu.h'Philippe Mathieu-Daudé2024-01-261-1/+1
* hw/misc: Implement STM32L4x5 SYSCFGInès Varhol2024-01-151-0/+54
* hw/misc: Implement STM32L4x5 EXTIInès Varhol2024-01-151-0/+51
* Merge tag 'pull-request-2023-12-20' of https://gitlab.com/thuth/qemu into sta...Stefan Hajnoczi2023-12-203-5/+5
|\
| * hw: Replace anti-social QOM type names (again)Markus Armbruster2023-12-203-5/+5
* | fsl-imx: add simple RTC emulation for i.MX6 and i.MX7 boardsNikita Ostrenkov2023-12-191-1/+6
|/
* hw/misc, hw/ssi: Fix some URLs for AMD / Xilinx modelsFrederic Konrad2023-11-273-3/+3
* hw/misc: Introduce AMD/Xilix Versal TRNG deviceTong Ho2023-11-021-0/+58
* Merge tag 'hw-misc-20231019' of https://github.com/philmd/qemu into stagingStefan Hajnoczi2023-10-201-1/+3
|\
| * hw/misc/mips_itu: Make MIPSITUState target agnosticPhilippe Mathieu-Daudé2023-10-191-1/+1
| * hw/misc/mips_itu: Declare itc_reconfigure() in 'hw/misc/mips_itu.h'Philippe Mathieu-Daudé2023-10-191-0/+2
* | hw/arm: Move raspberrypi-fw-defs.h to the include/hw/arm/ folderThomas Huth2023-10-191-163/+0
|/
* mac_via: work around underflow in TimeDBRA timing loop in SETUPTIMEKMark Cave-Ayland2023-10-061-0/+3
* q800: add IOSB subsystemMark Cave-Ayland2023-10-061-0/+25
* q800: add djMEMC memory controllerMark Cave-Ayland2023-10-061-0/+30
* Merge tag 'pull-target-arm-20230908' of https://git.linaro.org/people/pmaydel...Stefan Hajnoczi2023-09-113-0/+620
|\
| * hw/misc: Introduce a model of Xilinx Versal's CFRAME_BCAST_REGFrancisco Iglesias2023-09-081-0/+17
| * hw/misc: Introduce a model of Xilinx Versal's CFRAME_REGFrancisco Iglesias2023-09-081-0/+286
| * hw/misc/xlnx-versal-cfu: Introduce a model of Xilinx Versal's CFU_SFRFrancisco Iglesias2023-09-081-0/+15
| * hw/misc/xlnx-versal-cfu: Introduce a model of Xilinx Versal CFU_FDROFrancisco Iglesias2023-09-081-0/+12
| * hw/misc: Introduce a model of Xilinx Versal's CFU_APBFrancisco Iglesias2023-09-081-0/+231
| * hw/misc: Introduce the Xilinx CFI interfaceFrancisco Iglesias2023-09-081-0/+59
* | include/: spelling fixesMichael Tokarev2023-09-081-1/+1
|/
* hw/i2c: spelling fixesMichael Tokarev2023-08-311-1/+1
* bulk: Do not declare function prototypes using 'extern' keywordPhilippe Mathieu-Daudé2023-08-311-1/+1
* Add i.MX7 SRC device implementationJean-Christophe Dubois2023-08-311-0/+66
* hw/misc: sifive_e_aon: Support the watchdog timer of HiFive 1 rev b.Tommy Wu2023-07-101-0/+60
* hw/arm/raspi: Import Linux raspi definitions as 'raspberrypi-fw-defs.h'Sergey Kambalin2023-06-191-0/+163
* hw: arm: allwinner-sramc: Add SRAM Controller support for R40qianfan Zhao2023-06-061-0/+69
* hw/arm/allwinner-r40: add SDRAM controller deviceqianfan Zhao2023-06-061-0/+108
* hw/arm/allwinner-r40: add Clock Control Unitqianfan Zhao2023-06-061-0/+65
* hw/arm/bcm2835_property: Implement "get command line" messageDaniel Bertalan2023-05-021-0/+1
* lasi: fix RTC migrationPaolo Bonzini2023-04-201-2/+1
* hw/mips/itu: Pass SAAR using QOM link propertyPhilippe Mathieu-Daudé2023-03-081-3/+2
* hw/mips: Declare all length properties as unsignedPhilippe Mathieu-Daudé2023-03-082-3/+3