aboutsummaryrefslogtreecommitdiff
path: root/hw/mips/mips_malta.c
AgeCommit message (Expand)Author
2020-01-10Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2020-01-08chardev: Use QEMUChrEvent enum in IOEventHandler typedefPhilippe Mathieu-Daudé
2020-01-07serial: start making SerialMM a sysbus deviceMarc-André Lureau
2019-12-16mips: malta: Renovate coding styleFilip Bozuta
2019-11-05hw/isa/piix4: Move piix4_create() to hw/isa/piix4.cPhilippe Mathieu-Daudé
2019-11-05hw/mips/mips_malta: Extract the PIIX4 creation code as piix4_create()Philippe Mathieu-Daudé
2019-11-05hw/mips/mips_malta: Create IDE hard drive array dynamicallyPhilippe Mathieu-Daudé
2019-11-05piix4: Add a MC146818 RTC Controller as specified in datasheetPhilippe Mathieu-Daudé
2019-11-05piix4: Add an i8254 PIT Controller as specified in datasheetHervé Poussineau
2019-11-05piix4: Add an i8257 DMA Controller as specified in datasheetHervé Poussineau
2019-11-05piix4: Rename PIIX4 object to piix4-isaHervé Poussineau
2019-11-05piix4: Add an i8259 Interrupt Controller as specified in datasheetHervé Poussineau
2019-10-24hw: Move MC146818 device from hw/timer/ to hw/rtc/ subdirectoryPhilippe Mathieu-Daudé
2019-08-19target/mips: Style improvements in mips_malta.cAleksandar Markovic
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster
2019-08-16Include sysemu/reset.h a lot lessMarkus Armbruster
2019-07-05hw: Replace global smp variables with MachineState for all remaining archsLike Xu
2019-07-05machine: Refactor smp-related call chains to pass MachineStateLike Xu
2019-05-28Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-next-280519-2...Peter Maydell
2019-05-28semihosting: move semihosting configuration into its own directoryAlex Bennée
2019-05-24hw/mips: Use object_initialize_child for correct reference countingPhilippe Mathieu-Daudé
2019-05-24hw/mips: Use object_initialize() on MIPSCPSStatePhilippe Mathieu-Daudé
2019-03-11pflash: Clean up after commit 368a354f02b, part 2Markus Armbruster
2019-03-11pflash: Clean up after commit 368a354f02b, part 1Markus Armbruster
2019-03-11mips_malta: Clean up definition of flash memory size somewhatMarkus Armbruster
2019-03-11hw/mips/malta: Restrict 'bios_size' variable scopePhilippe Mathieu-Daudé
2019-03-11hw/mips/malta: Remove fl_sectors variablePhilippe Mathieu-Daudé
2019-03-11mips_malta: Delete disabled, broken DEBUG_BOARD_INIT codeMarkus Armbruster
2019-03-11pflash: Rename pflash_t to PFlashCFI01, PFlashCFI02Markus Armbruster
2019-02-27i2c: Split smbus into partsCorey Minyard
2019-02-13char: allow specifying a GMainContext at opening timePaolo Bonzini
2019-02-05elf: Add optional function ptr to load_elf() to parse ELF notesLiam Merwick
2018-10-24hw/mips/malta: Remove unuseful codePhilippe Mathieu-Daudé
2018-10-02change get_image_size return type to int64_tLi Zhijian
2018-08-24mips_malta: Fix semihosting argument passing for nanoMIPS bare metalStefan Markovic
2018-08-24mips_malta: Add setting up GT64120 BARs to the nanoMIPS bootloaderPaul Burton
2018-08-24mips_malta: Add basic nanoMIPS boot code for Malta boardMatthew Fortune
2018-07-02Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2018-07-02hw/mips: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé
2018-07-02loader: Check access size when calling rom_ptr() to avoid crashesThomas Huth
2018-06-27hw/mips/mips_malta: don't make bios region 'nomigrate'Peter Maydell
2018-06-01hw: Do not include "sysemu/blockdev.h" if it is not necessaryPhilippe Mathieu-Daudé
2018-04-26Change references to serial_hds[] to serial_hd()Peter Maydell
2018-04-26hw/mips/mips_malta: Don't create "null" chardevs for serial devicesPeter Maydell
2018-03-12hw/isa/superio: Factor out the FDC37M817 Super I/O from mips_malta.cPhilippe Mathieu-Daudé
2018-03-12hw/mips/malta: Code movementPhilippe Mathieu-Daudé
2018-03-12hw/input/i8042: Extract declarations from i386/pc.h into input/i8042.hPhilippe Mathieu-Daudé
2018-03-12hw/dma/i8257: Rename DMA_init() to i8257_dma_init()Philippe Mathieu-Daudé