aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-08-24target/mips: Add emulation of nanoMIPS 16-bit arithmetic instructionsYongbok Kim1-0/+142
2018-08-24target/mips: Add nanoMIPS decoding and extraction utilitiesAleksandar Markovic1-0/+11
2018-08-24target/mips: Add placeholder and invocation of decode_nanomips_opc()Aleksandar Markovic1-1/+17
2018-08-24target/mips: Prevent switching mode related to Config3 ISA bit for nanoMIPSStefan Markovic1-2/+2
2018-08-24target/mips: Add nanoMIPS DSP ASE opcodesStefan Markovic1-0/+215
2018-08-24target/mips: Add nanoMIPS base instruction set opcodesYongbok Kim1-0/+670
2018-08-24target/mips: Add preprocessor constants for nanoMIPSAleksandar Markovic1-0/+4
2018-08-24Merge remote-tracking branch 'remotes/juanquintela/tags/check/20180822' into ...Peter Maydell3-61/+61
2018-08-24Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180824-...Peter Maydell41-694/+3381
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 Maydell3-29/+81
2018-08-24hw/display/bcm2835_fb: Fix handling of virtual framebufferPeter Maydell3-14/+41
2018-08-24hw/display/bcm2835_fb: Abstract out calculation of pitch, sizePeter Maydell3-5/+27
2018-08-24hw/display/bcm2835_fb: Reset resolution, etc correctlyPeter Maydell2-12/+16
2018-08-24hw/display/bcm2835_fb: Drop unused size and pitch fieldsPeter Maydell2-15/+8
2018-08-24hw/misc/bcm2835_property: Track fb settings using BCM2835FBConfigPeter Maydell3-74/+37
2018-08-24hw/misc/bcm2835_fb: Move config fields to their own structPeter Maydell3-74/+94
2018-08-24target/arm: Remove a handful of stray tabsPeter Maydell2-9/+9
2018-08-24target/arm: Untabify iwmmxt_helper.cPeter Maydell1-117/+117
2018-08-24target/arm: Untabify translate.cPeter Maydell1-61/+61
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 Maydell3-25/+54
2018-08-24hw/arm/mps2-tz: Create PL081s and MSCsPeter Maydell1-7/+93
2018-08-24hw/arm/iotkit: Wire up the lines for MSCsPeter Maydell2-0/+23
2018-08-24hw/misc/iotkit-secctl: Wire up registers for controlling MSCsPeter Maydell2-8/+79
2018-08-24hw/misc/tz-msc: Model TrustZone Master Security ControllerPeter Maydell6-0/+400
2018-08-24hw/misc/iotkit: Wire up the sysctl and sysinfo register blocksPeter Maydell2-9/+23
2018-08-24hw/misc/iotkit-sysinfo: Implement IoTKit system information blockPeter Maydell5-0/+169
2018-08-24hw/misc/iotkit-sysctl: Implement IoTKit system control elementPeter Maydell6-0/+321
2018-08-24hw/arm/iotkit: Wire up the S32KTIMERPeter Maydell2-5/+6
2018-08-24hw/arm/iotkit: Wire up the watchdogsPeter Maydell2-3/+61
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 Maydell2-4/+7
2018-08-24hw/timer/cmsdk-apb-dualtimer: Implement CMSDK dual timer modulePeter Maydell6-0/+596
2018-08-24hw/misc/mps2-fpgaio: Implement PSCNTR and COUNTERPeter Maydell2-4/+99
2018-08-24hw/misc/mps2-fpgaio: Implement 1Hz and 100Hz countersPeter Maydell2-1/+56
2018-08-24hw/arm/boot: AArch32 kernels should be started in Hyp mode if availablePeter Maydell1-0/+11
2018-08-24target/arm: Clear CPSR.IL and CPSR.J on 32-bit exception entryPeter Maydell1-0/+2
2018-08-24target/arm: Implement support for taking exceptions to Hyp modePeter Maydell1-0/+82
2018-08-24target/arm: Factor out code for taking an AArch32 exceptionPeter Maydell1-23/+41
2018-08-24target/arm: Implement AArch32 HCR and HCR2Peter Maydell1-4/+50
2018-08-24target/arm: Implement RAZ/WI HACTLR2Peter Maydell1-0/+10
2018-08-24hw/arm/vexpress: Add "virtualization" property controlling presence of EL2Peter Maydell1-3/+53