summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/juanquintela/tags/check/20180822' into ...Peter Maydell2018-08-241-11/+0Star
|\
| * check: Only test pvpanic when it is compiled inJuan Quintela2018-08-211-11/+0Star
* | hw/arm/mps2: Fix ID register errors on AN511 and AN385Peter Maydell2018-08-241-3/+3
* | hw/display/bcm2835_fb: Validate bcm2835_fb_mbox_push() configPeter Maydell2018-08-241-27/+26Star
* | hw/display/bcm2835_fb: Validate config settingsPeter Maydell2018-08-242-29/+73
* | hw/display/bcm2835_fb: Fix handling of virtual framebufferPeter Maydell2018-08-242-12/+37
* | hw/display/bcm2835_fb: Abstract out calculation of pitch, sizePeter Maydell2018-08-242-5/+5
* | hw/display/bcm2835_fb: Reset resolution, etc correctlyPeter Maydell2018-08-241-12/+15
* | hw/display/bcm2835_fb: Drop unused size and pitch fieldsPeter Maydell2018-08-241-11/+8Star
* | hw/misc/bcm2835_property: Track fb settings using BCM2835FBConfigPeter Maydell2018-08-242-71/+36Star
* | hw/misc/bcm2835_fb: Move config fields to their own structPeter Maydell2018-08-242-68/+74
* | hw/arm/mps2-tz: Fix MPS2 SCC config register valuesPeter Maydell2018-08-241-2/+2
* | hw/arm/mps2-tz: Instantiate SPI controllersPeter Maydell2018-08-241-6/+32
* | hw/ssi/pl022: Correct wrong DMACR and ICR handlingPeter Maydell2018-08-241-2/+10
* | hw/ssi/pl022: Correct wrong value for PL022_INT_RTPeter Maydell2018-08-241-1/+1
* | hw/ssi/pl022: Use DeviceState::realize rather than SysBusDevice::initPeter Maydell2018-08-241-5/+3Star
* | hw/ssi/pl022: Don't directly call vmstate_register()Peter Maydell2018-08-241-1/+1
* | hw/ssi/pl022: Set up reset function in class initPeter Maydell2018-08-241-2/+5
* | hw/ssi/pl022: Allow use as embedded-struct devicePeter Maydell2018-08-241-25/+1Star
* | hw/arm/mps2-tz: Create PL081s and MSCsPeter Maydell2018-08-241-7/+93
* | hw/arm/iotkit: Wire up the lines for MSCsPeter Maydell2018-08-241-0/+15
* | hw/misc/iotkit-secctl: Wire up registers for controlling MSCsPeter Maydell2018-08-241-8/+65
* | hw/misc/tz-msc: Model TrustZone Master Security ControllerPeter Maydell2018-08-243-0/+318
* | hw/misc/iotkit: Wire up the sysctl and sysinfo register blocksPeter Maydell2018-08-241-8/+18
* | hw/misc/iotkit-sysinfo: Implement IoTKit system information blockPeter Maydell2018-08-242-0/+129
* | hw/misc/iotkit-sysctl: Implement IoTKit system control elementPeter Maydell2018-08-243-0/+269
* | hw/arm/iotkit: Wire up the S32KTIMERPeter Maydell2018-08-241-4/+5
* | hw/arm/iotkit: Wire up the watchdogsPeter Maydell2018-08-241-3/+55
* | hw/arm/mps2: Wire up dual-timer in mps2-an385 and mps2-an511Peter Maydell2018-08-241-0/+11
* | hw/arm/iotkit: Wire up the dualtimerPeter Maydell2018-08-241-3/+5
* | hw/timer/cmsdk-apb-dualtimer: Implement CMSDK dual timer modulePeter Maydell2018-08-243-0/+521
* | hw/misc/mps2-fpgaio: Implement PSCNTR and COUNTERPeter Maydell2018-08-241-4/+93
* | hw/misc/mps2-fpgaio: Implement 1Hz and 100Hz countersPeter Maydell2018-08-241-1/+52
* | hw/arm/boot: AArch32 kernels should be started in Hyp mode if availablePeter Maydell2018-08-241-0/+11
* | hw/arm/vexpress: Add "virtualization" property controlling presence of EL2Peter Maydell2018-08-241-3/+53
* | hw/arm/vexpress: Don't set info->secure_boot if CPU doesn't have EL3Peter Maydell2018-08-241-2/+2
* | hw/cpu/a15mpcore: If CPU has EL2, enable it on the GIC and wire it upPeter Maydell2018-08-241-3/+28
* | hw/arm/fsl-imx6ul: Connect VIRQ and VFIQPeter Maydell2018-08-241-0/+4
* | hw/arm/fsl-imx6ul: Connect VIRQ and VFIQPeter Maydell2018-08-241-0/+4
* | hw/arm/highbank: Connect VIRQ and VFIQPeter Maydell2018-08-241-0/+6
* | hw/arm/vexpress: Connect VIRQ and VFIQPeter Maydell2018-08-241-0/+4
* | hw/intc/arm_gic: Make per-cpu GICH memory regions 0x200 bytes largePeter Maydell2018-08-241-1/+1
* | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2018-08-2327-389/+474
|\ \
| * | i2c: pm_smbus: Add the ability to force block transfer enableCorey Minyard2018-08-234-4/+7
| * | i2c: pm_smbus: Don't delay host status register busy bit when interrupts are ...Corey Minyard2018-08-231-6/+13
| * | i2c: pm_smbus: Add interrupt handlingCorey Minyard2018-08-232-1/+29
| * | i2c: pm_smbus: Add block transfer capabilityCorey Minyard2018-08-232-13/+146
| * | i2c: pm_smbus: Make the I2C block read command read-onlyCorey Minyard2018-08-231-5/+4Star
| * | i2c: pm_smbus: Fix the semantics of block I2C transfersCorey Minyard2018-08-232-15/+32
| * | i2c: pm_smbus: Clean up some style issuesCorey Minyard2018-08-231-20/+38