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