aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-08-24target/mips: Implement emulation of nanoMIPS LLWP/SCWP pairAleksandar Rikalo3-5/+108
2018-08-24target/mips: Add CP0 Config3 and Config5 fields to DisasContext structureDimitrije Nikolic1-0/+4
2018-08-24target/mips: Add emulation of nanoMIPS 32-bit load and store instructionsYongbok Kim1-0/+277
2018-08-24target/mips: Implement emulation of nanoMIPS EXTW instructionJames Hogan1-17/+36
2018-08-24target/mips: Implement emulation of nanoMIPS ROTX instructionMatthew Fortune3-0/+111
2018-08-24target/mips: Add emulation of misc nanoMIPS instructions (p_lsx)Yongbok Kim1-1/+131
2018-08-24target/mips: Add emulation of misc nanoMIPS instructions (pool32axf)Yongbok Kim1-0/+91
2018-08-24target/mips: Add emulation of misc nanoMIPS instructions (pool32a0)Yongbok Kim1-0/+185
2018-08-24target/mips: Add emulation of nanoMIPS FP instructionsYongbok Kim1-0/+300
2018-08-24target/mips: Add emulation of nanoMIPS 48-bit instructionsYongbok Kim1-1/+65
2018-08-24target/mips: Add emulation of nanoMIPS instructions MOVE.P and MOVE.PREVYongbok Kim1-1/+32
2018-08-24target/mips: Add emulation of some common nanoMIPS 32-bit instructionsYongbok Kim1-1/+267
2018-08-24target/mips: Add emulation of nanoMIPS 16-bit save and restore instructionsStefan Markovic1-0/+83
2018-08-24target/mips: Add emulation of nanoMIPS 16-bit logic instructionsYongbok Kim1-0/+38
2018-08-24target/mips: Add emulation of nanoMIPS 16-bit load and store instructionsYongbok Kim1-0/+96
2018-08-24target/mips: Add emulation of nanoMIPS 16-bit misc instructionsYongbok Kim1-0/+41
2018-08-24target/mips: Add emulation of nanoMIPS 16-bit shift instructionsYongbok Kim1-0/+15
2018-08-24target/mips: Add emulation of nanoMIPS 16-bit branch instructionsStefan Markovic1-0/+158
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/migration/20180822-1'...Peter Maydell14-126/+679
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