summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* hw/timer/armv7m_systick: Rewrite to use ptimersPeter Maydell2020-10-271-72/+52Star
* hw/core/ptimer: Support ptimer being disabled by timer callbackPeter Maydell2020-10-271-0/+4
* hw/arm/sbsa-ref: add SBSA watchdog deviceShashi Mallela2020-10-271-0/+23
* hw/watchdog: Implement SBSA watchdog deviceShashi Mallela2020-10-274-0/+298
* hw/arm/bcm2835_peripherals: connect the UART clockLuc Michel2020-10-271-0/+2
* hw/char/pl011: add a clock inputLuc Michel2020-10-272-0/+46
* hw/misc/bcm2835_cprman: add sane reset values to the registersLuc Michel2020-10-271-0/+31
* hw/misc/bcm2835_cprman: add the DSI0HSCK multiplexerLuc Michel2020-10-271-1/+73
* hw/misc/bcm2835_cprman: implement clock mux behaviourLuc Michel2020-10-271-1/+52
* hw/misc/bcm2835_cprman: add a clock mux skeleton implementationLuc Michel2020-10-271-0/+151
* hw/misc/bcm2835_cprman: implement PLL channels behaviourLuc Michel2020-10-271-1/+32
* hw/misc/bcm2835_cprman: add a PLL channel skeleton implementationLuc Michel2020-10-271-8/+147
* hw/misc/bcm2835_cprman: implement PLLs behaviourLuc Michel2020-10-271-1/+63
* hw/misc/bcm2835_cprman: add a PLL skeleton implementationLuc Michel2020-10-271-0/+108
* hw/arm/raspi: add a skeleton implementation of the CPRMANLuc Michel2020-10-274-1/+179
* hw/arm/raspi: fix CPRMAN base addressLuc Michel2020-10-271-2/+2
* hw/core/clock: trace clock values in Hz instead of nsLuc Michel2020-10-272-5/+5
* arm/trace: Fix hex printingDr. David Alan Gilbert2020-10-271-1/+1
* hw/arm/raspi: Add the Raspberry Pi 3 model A+Philippe Mathieu-Daudé2020-10-271-0/+13
* hw/arm/raspi: Add the Raspberry Pi Zero machinePhilippe Mathieu-Daudé2020-10-271-0/+13
* hw/arm/raspi: Add the Raspberry Pi A+ machinePhilippe Mathieu-Daudé2020-10-271-0/+13
* hw/arm/bcm2836: Introduce the BCM2835 SoCPhilippe Mathieu-Daudé2020-10-272-0/+36
* hw/arm/bcm2836: Split out common realize() codePhilippe Mathieu-Daudé2020-10-271-4/+18
* hw/arm/bcm2836: Only provide "enabled-cpus" property to multicore SoCsPhilippe Mathieu-Daudé2020-10-271-8/+7Star
* hw/arm/bcm2836: Introduce BCM283XClass::core_countPhilippe Mathieu-Daudé2020-10-271-1/+4
* hw/arm/bcm2836: QOM'ify more by adding class_init() to each SoC typePhilippe Mathieu-Daudé2020-10-271-58/+52Star
* hw/arm/bcm2836: Restrict BCM283XInfo declaration to C sourcePhilippe Mathieu-Daudé2020-10-271-0/+14
* hw/arm/smmuv3: Set the restoration priority of the vSMMUv3 explicitlyZenghui Yu2020-10-271-0/+1
* hw/gpio: Add GPIO model for Nuvoton NPCM7xxHavard Skinnemoen2020-10-274-0/+512
* hw/arm/npcm7xx: Add EHCI and OHCI controllersHavard Skinnemoen2020-10-273-2/+45
* hw/misc: Add npcm7xx random number generatorHavard Skinnemoen2020-10-274-1/+191
* hw/timer: Adding watchdog for NPCM7XX Timer.Hao Wu2020-10-273-46/+260
* Move npcm7xx_timer_reached_zero call out of npcm7xx_timer_pauseHavard Skinnemoen2020-10-271-3/+3
* hw/arm: fix min_cpus for xlnx-versal-virt platformPavel Dovgalyuk2020-10-271-0/+1
* hw/arm/highbank: Silence warnings about missing fallthrough statementsThomas Huth2020-10-271-0/+2
* Merge remote-tracking branch 'remotes/philmd-gitlab/tags/sd-next-20201026' in...Peter Maydell2020-10-262-13/+16
|\
| * hw/sd/sdcard: Zero out function selection fields before being populatedBin Meng2020-10-261-0/+1
| * hw/sd/sdcard: Make iolen unsignedPhilippe Mathieu-Daudé2020-10-262-2/+2
| * hw/sd/sdcard: Constify sd_crc*()'s message argumentPhilippe Mathieu-Daudé2020-10-261-4/+4
| * hw/sd/sdcard: Simplify cmd_valid_while_locked()Philippe Mathieu-Daudé2020-10-261-6/+5Star
| * hw/sd/sdcard: Update the SDState documentationPhilippe Mathieu-Daudé2020-10-261-1/+4
* | Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell2020-10-262-24/+20Star
|\ \
| * | machine: move SMP initialization from vl.cPaolo Bonzini2020-10-261-0/+7
| * | machine: move UP defaults to class_base_initPaolo Bonzini2020-10-261-1/+5
| * | machine: remove deprecated -machine enforce-config-section optionPaolo Bonzini2020-10-261-23/+0Star
| * | hw/core/qdev-clock: add a reference on aliased clocksLuc Michel2020-10-221-0/+8
| |/
* | Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20201026' into stagingPeter Maydell2020-10-262-5/+1Star
|\ \
| * | s390x: pv: Remove sclp boundary checksJanosch Frank2020-10-221-5/+0Star
| * | s390x/s390-virtio-ccw: Reset PCI devices during subsystem resetMatthew Rosato2020-10-221-0/+1
| |/
* | Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20201...Peter Maydell2020-10-268-115/+175
|\ \