summaryrefslogtreecommitdiffstats
path: root/hw/mips
Commit message (Expand)AuthorAgeFilesLines
* hw/mips/malta: Use bootloader helper to set BAR registersJiaxun Yang2022-10-311-45/+40Star
* hw/mips: Use bl_gen_kernel_jump to generate bootloadersJiaxun Yang2022-10-311-31/+12Star
* hw/mips/bootloader: Allow bl_gen_jump_kernel to optionally set registerPhilippe Mathieu-Daudé2022-10-313-10/+31
* hw/mips/boston: Don't set link_up for xilinx-pcieJiaxun Yang2022-10-311-5/+4Star
* hw/isa/piix4: Move pci_ide_create_devs() call to board codeBernhard Beschow2022-10-311-4/+6
* hw/mips/malta: Reuse dev variableBernhard Beschow2022-10-311-3/+2Star
* hw: Remove unused MAX_IDE_BUS defineBALATON Zoltan2022-10-312-3/+0Star
* hw/isa/vt82c686: Create rtc-time alias in boards insteadBernhard Beschow2022-10-311-0/+4
* hw/mips/fuloong2e: Inline vt82c686b_southbridge_init() and remove itBernhard Beschow2022-10-311-18/+10Star
* hw/isa/vt82c686: Instantiate AC97 and MC97 functions in host deviceBernhard Beschow2022-10-311-4/+0Star
* hw/isa/vt82c686: Instantiate PM function in host deviceBernhard Beschow2022-10-311-1/+1
* hw/isa/vt82c686: Instantiate USB functions in host deviceBernhard Beschow2022-10-311-3/+0Star
* hw/isa/vt82c686: Introduce TYPE_VT82C686B_USB_UHCI defineBernhard Beschow2022-10-311-2/+2
* hw/isa/vt82c686: Instantiate IDE function in host deviceBernhard Beschow2022-10-311-4/+4
* hw/isa/vt82c686: Introduce TYPE_VIA_IDE defineBernhard Beschow2022-10-311-1/+1
* mips/malta: pass RNG seed via env var and re-randomize on rebootJason A. Donenfeld2022-10-271-0/+27
* mips/boston: re-randomize rng-seed on rebootJason A. Donenfeld2022-10-271-0/+3
* hw/mips/malta: turn off x86 specific features of PIIX4_PMIgor Mammedov2022-08-081-0/+9
* hw/mips: boston: pass random seed to fdtJason A. Donenfeld2022-07-221-0/+5
* pckbd: remove legacy i8042_mm_init() functionMark Cave-Ayland2022-07-181-3/+10
* pckbd: move mapping of I8042_MMIO registers to MIPS magnum machineMark Cave-Ayland2022-06-261-4/+7
* hw/mips/boston: Initialize g_autofree pointersBernhard Beschow2022-06-111-1/+2
* hw/isa/piix4: Inline and remove piix4_create()Bernhard Beschow2022-06-111-1/+4
* hw/isa/piix4: QOM'ify PIIX4 PM creationBernhard Beschow2022-06-111-1/+4
* hw/isa/piix4: Factor out ISABus retrieval from piix4_create()Bernhard Beschow2022-06-111-1/+2
* hw/block/fdc-sysbus: Always mark sysbus floppy controllers as not having DMAPeter Maydell2022-06-111-1/+1
* Warn user if the vga flag is passed but no vga device is createdGautam Agrawal2022-05-091-0/+1
* Remove qemu-common.h include from most unitsMarc-André Lureau2022-04-065-5/+0Star
* Replace TARGET_WORDS_BIGENDIANMarc-André Lureau2022-04-064-17/+17
* Replace GCC_FMT_ATTR with G_GNUC_PRINTFMarc-André Lureau2022-03-222-2/+2
* Use g_new() & friends where that makes obvious senseMarkus Armbruster2022-03-211-1/+1
* hw/mips/gt64xxx_pci: Resolve gt64120_register()Bernhard Beschow2022-03-082-18/+6Star
* malta: Move PCI interrupt handling from gt64xxx_pci to piix4Bernhard Beschow2022-03-082-60/+6Star
* hw/mips/gt64xxx_pci: Fix PCI IRQ levels to be preserved during migrationBernhard Beschow2022-03-081-5/+2Star
* hw/mips/jazz: Inline vga_mmio_init() and remove itPhilippe Mathieu-Daudé2022-01-131-1/+8
* hw/display: Rename VGA_ISA_MM -> VGA_MMIOPhilippe Mathieu-Daudé2022-01-132-2/+2
* hw/mips/boston: Fix load_elf() error detectionJiaxun Yang2021-12-061-2/+3
* hw/mips/bootloader: Fix write_ulong()Jiaxun Yang2021-12-061-1/+5
* hw/mips/boston: Add FDT generatorJiaxun Yang2021-10-181-9/+236
* hw/mips/boston: Allow loading elf kernel and dtbJiaxun Yang2021-10-181-4/+32
* hw/mips/boston: Massage memory map informationJiaxun Yang2021-10-181-28/+80
* arch_init.h: Don't include arch_init.h unnecessarilyPeter Maydell2021-08-262-2/+0Star
* hw/mips: Express dependencies of the Boston machine with KconfigPhilippe Mathieu-Daudé2021-07-201-0/+5
* hw/mips: Add dependency MIPS_CPS -> MIPS_ITUPhilippe Mathieu-Daudé2021-07-201-0/+1
* hw/mips/jazz: Map the UART devices unconditionallyPhilippe Mathieu-Daudé2021-07-021-10/+6Star
* hw/mips/jazz: specify correct endian for dp8393x deviceMark Cave-Ayland2021-07-021-1/+8
* hw/mips/jazz: move PROM and checksum calculation from dp8393x device to boardMark Cave-Ayland2021-07-021-1/+22
* hw/block/fdc: Extract SysBus floppy controllers to fdc-sysbus.cPhilippe Mathieu-Daudé2021-06-251-1/+1
* target/mips: Fold jazz behaviour into mips_cpu_do_transaction_failedRichard Henderson2021-05-271-32/+3Star
* Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.1-pul...Peter Maydell2021-05-058-15/+0Star
|\