aboutsummaryrefslogtreecommitdiff
path: root/hw/mips
AgeCommit message (Expand)AuthorFilesLines
2019-03-11pflash: Clean up after commit 368a354f02b, part 2Markus Armbruster2-3/+2
2019-03-11pflash: Clean up after commit 368a354f02b, part 1Markus Armbruster2-2/+2
2019-03-11mips_malta: Clean up definition of flash memory size somewhatMarkus Armbruster1-1/+1
2019-03-11hw/mips/malta: Restrict 'bios_size' variable scopePhilippe Mathieu-Daudé1-1/+1
2019-03-11hw/mips/malta: Remove fl_sectors variablePhilippe Mathieu-Daudé1-2/+1
2019-03-11mips_malta: Delete disabled, broken DEBUG_BOARD_INIT codeMarkus Armbruster1-10/+0
2019-03-11pflash: Rename pflash_t to PFlashCFI01, PFlashCFI02Markus Armbruster1-1/+1
2019-03-11mips_fulong2e: Add on-board graphics chipBALATON Zoltan1-0/+7
2019-03-07ptimer: express dependencies with KconfigPaolo Bonzini1-0/+1
2019-03-07kconfig: introduce kconfig filesPaolo Bonzini1-0/+20
2019-02-27i2c: Split smbus into partsCorey Minyard2-2/+2
2019-02-21target/mips: fulong2e: Dynamically generate SPD EEPROM dataBALATON Zoltan1-18/+13
2019-02-21target/mips: fulong2e: Fix bios flash sizeBALATON Zoltan1-5/+4
2019-02-14hw/mips_int: hold BQL for all interrupt requestsAleksandar Markovic1-0/+12
2019-02-13char: allow specifying a GMainContext at opening timePaolo Bonzini2-2/+2
2019-02-05hw/mips/Makefile.objs: Create CONFIG_* for r4k, malta, mipssim boardsÁkos Kovács1-2/+3
2019-02-05elf: Add optional function ptr to load_elf() to parse ELF notesLiam Merwick4-8/+12
2019-01-25ide/via: Rename functions to match device nameBALATON Zoltan1-1/+1
2019-01-18target/mips: Update ITU to utilize SAARI and SAAR CP0 registersYongbok Kim1-0/+8
2019-01-11avoid TABs in files that only contain a fewPaolo Bonzini2-5/+5
2018-10-24hw/mips/malta: Remove unuseful codePhilippe Mathieu-Daudé1-13/+0
2018-10-24hw/mips/gt64xxx_pci: Mark as bridge devicePhilippe Mathieu-Daudé1-0/+1
2018-10-24hw/mips/gt64xxx_pci: Convert gt64120_reset() function into Device reset methodPhilippe Mathieu-Daudé1-14/+3
2018-10-02change get_image_size return type to int64_tLi Zhijian4-11/+10
2018-08-24mips_malta: Fix semihosting argument passing for nanoMIPS bare metalStefan Markovic1-1/+7
2018-08-24mips_malta: Add setting up GT64120 BARs to the nanoMIPS bootloaderPaul Burton1-17/+160
2018-08-24mips_malta: Add basic nanoMIPS boot code for Malta boardMatthew Fortune1-3/+60
2018-07-02Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell4-36/+41
2018-07-02hw/mips: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé3-19/+24
2018-07-02hw/mips/r4k: Constify params_sizePhilippe Mathieu-Daudé1-3/+3
2018-07-02hw: Directly use "qemu/units.h" instead of "qemu/cutils.h"Philippe Mathieu-Daudé1-1/+1
2018-07-02hw: Use IEC binary prefix definitions from "qemu/units.h"Philippe Mathieu-Daudé1-14/+14
2018-07-02loader: Check access size when calling rom_ptr() to avoid crashesThomas Huth1-2/+4
2018-06-28hw/mips/jazz: create ESP device directly via qdevMark Cave-Ayland1-3/+16
2018-06-27hw/mips/mips_malta: don't make bios region 'nomigrate'Peter Maydell1-1/+1
2018-06-27hw/mips/boston: don't make flash region 'nomigrate'Peter Maydell1-2/+1
2018-06-08hw/mips/boston: Add trailing '\n' to qemu_log() callsPhilippe Mathieu-Daudé1-4/+4
2018-06-01hw: Do not include "sysemu/blockdev.h" if it is not necessaryPhilippe Mathieu-Daudé1-1/+0
2018-06-01hw: Do not include "sysemu/block-backend.h" if it is not necessaryPhilippe Mathieu-Daudé1-1/+0
2018-04-26serial-isa: Use MAX_ISA_SERIAL_PORTS instead of MAX_SERIAL_PORTSPeter Maydell1-1/+1
2018-04-26Change references to serial_hds[] to serial_hd()Peter Maydell4-8/+8
2018-04-26hw/mips/mips_malta: Don't create "null" chardevs for serial devicesPeter Maydell1-5/+0
2018-04-26hw/mips/boston.c: Don't create "null" chardevs for serial devicesPeter Maydell1-4/+0
2018-03-12hw/isa/vt82c686: Add the TYPE_VT82C686B_SUPERIOPhilippe Mathieu-Daudé1-12/+3
2018-03-12hw/isa/vt82c686: Rename vt82c686b_init() -> vt82c686b_isa_init()Philippe Mathieu-Daudé1-1/+1
2018-03-12hw/mips/mips_fulong2e: Factor out vt82c686b_southbridge_init()Philippe Mathieu-Daudé1-42/+41
2018-03-12hw/isa/superio: Factor out the FDC37M817 Super I/O from mips_malta.cPhilippe Mathieu-Daudé1-25/+10
2018-03-12hw/mips/malta: Code movementPhilippe Mathieu-Daudé1-7/+7
2018-03-12hw/input/i8042: Extract declarations from i386/pc.h into input/i8042.hPhilippe Mathieu-Daudé4-3/+7
2018-03-12hw/dma/i8257: Rename DMA_init() to i8257_dma_init()Philippe Mathieu-Daudé3-3/+6