aboutsummaryrefslogtreecommitdiff
path: root/hw/mips/malta.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-02hw/mips/malta: use pci_init_nic_devices()David Woodhouse1-12/+3
2024-01-05hw/mips: Inline 'bios.h' definitionsPhilippe Mathieu-Daudé1-1/+8
2023-10-23Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Stefan Hajnoczi1-2/+3
2023-10-22hw/isa/piix: Reuse PIIX3 base class' realize method in PIIX4Bernhard Beschow1-2/+3
2023-10-19hw/mips: Merge 'hw/mips/cpudevs.h' with 'target/mips/cpu.h'Philippe Mathieu-Daudé1-1/+0
2023-10-19hw/mips/malta: Use sdram_type enum from 'hw/i2c/smbus_eeprom.h'Philippe Mathieu-Daudé1-1/+1
2023-09-08trivial: Simplify the spots that use TARGET_BIG_ENDIAN as a numeric valueThomas Huth1-17/+4
2023-08-31hw/mips: spelling fixesMichael Tokarev1-1/+1
2023-07-10hw/pci/pci: Remove multifunction parameter from pci_create_simple_multifuncti...Bernhard Beschow1-1/+1
2023-06-05hw/mips/malta: Fix the malta machine on big endian hostsThomas Huth1-2/+2
2023-05-12hw/mips/malta: Fix minor dead code issuePeter Maydell1-4/+1
2023-03-08hw/mips: Declare all length properties as unsignedPhilippe Mathieu-Daudé1-1/+1
2023-01-13hw/isa/piix4: Decouple INTx-to-LNKx routing which is board-specificBernhard Beschow1-0/+27
2023-01-13mips: Remove support for trap and emulate KVMPaolo Bonzini1-39/+7
2023-01-13hw/mips/malta: Set PIIX4 IRQ routes in embedded bootloaderPhilippe Mathieu-Daudé1-0/+18
2023-01-13hw/mips/malta: Introduce PIIX4_PCI_DEVFN definitionPhilippe Mathieu-Daudé1-1/+3
2023-01-13hw/mips/malta: Merge common BL code as bl_setup_gt64120_jump_kernel()Philippe Mathieu-Daudé1-87/+44
2023-01-13hw/mips/malta: Use bootloader generator API for nanoMIPS CPUs (5/5)Philippe Mathieu-Daudé1-57/+11
2023-01-13hw/mips/malta: Use bootloader generator API for nanoMIPS CPUs (4/5)Philippe Mathieu-Daudé1-33/+7
2023-01-13hw/mips/malta: Use bootloader generator API for nanoMIPS CPUs (3/5)Philippe Mathieu-Daudé1-32/+8
2023-01-13hw/mips/malta: Use bootloader generator API for nanoMIPS CPUs (2/5)Philippe Mathieu-Daudé1-29/+6
2023-01-13hw/mips/malta: Use bootloader generator API for nanoMIPS CPUs (1/5)Philippe Mathieu-Daudé1-18/+14
2023-01-13hw/mips/bootloader: Handle buffers as opaque arraysPhilippe Mathieu-Daudé1-8/+11
2023-01-13hw/mips/malta: Explicit GT64120 endianness upon device creationPhilippe Mathieu-Daudé1-1/+3
2023-01-13hw/mips/gt64xxx_pci: Let the GT64120 manage the lower 512MiB holePhilippe Mathieu-Daudé1-7/+0
2023-01-13hw/mips/malta: Trace FPGA LEDs/ASCII display updatesPhilippe Mathieu-Daudé1-0/+3
2023-01-13hw/mips/malta: Split FPGA LEDs/ASCII display updatesPhilippe Mathieu-Daudé1-5/+8
2022-10-31hw/mips/malta: Use bootloader helper to set BAR registersJiaxun Yang1-45/+40
2022-10-31hw/mips: Use bl_gen_kernel_jump to generate bootloadersJiaxun Yang1-31/+12
2022-10-31hw/isa/piix4: Move pci_ide_create_devs() call to board codeBernhard Beschow1-4/+6
2022-10-31hw/mips/malta: Reuse dev variableBernhard Beschow1-3/+2
2022-10-31hw: Remove unused MAX_IDE_BUS defineBALATON Zoltan1-2/+0
2022-10-27mips/malta: pass RNG seed via env var and re-randomize on rebootJason A. Donenfeld1-0/+27
2022-08-08hw/mips/malta: turn off x86 specific features of PIIX4_PMIgor Mammedov1-0/+9
2022-06-11hw/isa/piix4: Inline and remove piix4_create()Bernhard Beschow1-1/+4
2022-06-11hw/isa/piix4: QOM'ify PIIX4 PM creationBernhard Beschow1-1/+4
2022-06-11hw/isa/piix4: Factor out ISABus retrieval from piix4_create()Bernhard Beschow1-1/+2
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau1-1/+0
2022-04-06Replace TARGET_WORDS_BIGENDIANMarc-André Lureau1-12/+12
2022-03-22Replace GCC_FMT_ATTR with G_GNUC_PRINTFMarc-André Lureau1-1/+1
2022-03-08hw/mips/gt64xxx_pci: Resolve gt64120_register()Bernhard Beschow1-1/+2
2022-03-08malta: Move PCI interrupt handling from gt64xxx_pci to piix4Bernhard Beschow1-5/+1
2021-08-26arch_init.h: Don't include arch_init.h unnecessarilyPeter Maydell1-1/+0
2021-05-02Do not include exec/address-spaces.h if it's not really necessaryThomas Huth1-1/+0
2021-05-02Do not include cpu.h if it's not really necessaryThomas Huth1-1/+0
2021-05-02Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth1-1/+0
2021-03-10semihosting: Move include/hw/semihosting/ -> include/semihosting/Philippe Mathieu-Daudé1-1/+1
2021-01-04hw/mips: Use address translation helper to handle ENVP_ADDRJiaxun Yang1-31/+31
2021-01-04hw/mips/malta: Use address translation helper to calculate bootloader_run_addrJiaxun Yang1-2/+2
2021-01-04hw/mips: Make bootloader addresses unsignedJiaxun Yang1-11/+11