summaryrefslogtreecommitdiffstats
path: root/hw/mips
Commit message (Expand)AuthorAgeFilesLines
* hw/mips/fuloong2e: Correct cpuclock in PROM environmentJiaxun Yang2021-01-041-3/+3
* hw/mips/fuloong2e: Remove unused env entryJiaxun Yang2021-01-041-1/+0Star
* hw/mips/fuloong2e: Replace faulty documentation linksJiaxun Yang2021-01-041-10/+3Star
* hw/mips/fuloong2e: Remove define DEBUG_FULOONG2E_INITJiaxun Yang2021-01-041-2/+0Star
* hw/mips: Use address translation helper to handle ENVP_ADDRJiaxun Yang2021-01-042-43/+43
* hw/mips/malta: Use address translation helper to calculate bootloader_run_addrJiaxun Yang2021-01-041-2/+2
* hw/mips: Make bootloader addresses unsignedJiaxun Yang2021-01-043-21/+21
* hw/mips: Add Loongson-3 machine supportHuacai Chen2021-01-043-1/+651
* hw/mips: Add Loongson-3 boot parameter helpersHuacai Chen2021-01-043-0/+393
* hw/mips: Implement fw_cfg_arch_key_name()Huacai Chen2021-01-044-0/+58
* vt82c686: Remove legacy vt82c686b_pm_init() functionBALATON Zoltan2021-01-041-1/+4
* vt82c686: Remove legacy vt82c686b_isa_init() functionBALATON Zoltan2021-01-041-1/+3
* vt82c686: Remove vt82c686b_[am]c97_init() functionsBALATON Zoltan2021-01-041-2/+2
* hw: Use the PCI_SLOT() macro from 'hw/pci/pci.h'Philippe Mathieu-Daudé2021-01-041-1/+1
* hw/mips/malta: Rewrite CP0_MVPConf0 access using deposit()Philippe Mathieu-Daudé2020-12-131-2/+6
* hw/mips/malta: Do not initialize MT registers if MT ASE absentPhilippe Mathieu-Daudé2020-12-131-1/+3
* target/mips: Introduce ase_mt_available() helperPhilippe Mathieu-Daudé2020-12-131-2/+1Star
* hw/mips: Move address translation helpers to target/mips/Philippe Mathieu-Daudé2020-12-133-53/+1Star
* target/mips: Rename cpu_supports_FEAT() as cpu_type_supports_FEAT()Philippe Mathieu-Daudé2020-12-132-4/+4
* vl: extract softmmu/datadir.cPaolo Bonzini2020-12-104-0/+4
* mips: do not use ram_size globalPaolo Bonzini2020-12-102-3/+3
* mips: remove bios_namePaolo Bonzini2020-12-104-12/+12
* hw/mips/boston: Fix memory leak in boston_fdt_filter() error-handling pathsPeter Maydell2020-11-091-6/+4Star
* hw/mips/boston: Fix Lesser GPL version numberChetan Pant2020-11-031-1/+1
* hw/mips: Fix Lesser GPL version numberChetan Pant2020-11-031-1/+1
* hw/mips: Remove the 'r4k' machinePhilippe Mathieu-Daudé2020-11-033-332/+0Star
* hw/mips: Remove exit(1) in case of missing ROMPavel Dovgalyuk2020-10-174-24/+13Star
* hw/mips: Rename TYPE_MIPS_BOSTON to TYPE_BOSTONEduardo Habkost2020-10-171-4/+4
* hw/mips: Simplify code using ROUND_UP(INITRD_PAGE_SIZE)Philippe Mathieu-Daudé2020-10-174-9/+6Star
* hw/mips: Simplify loading 64-bit ELF kernelsPhilippe Mathieu-Daudé2020-10-172-10/+2Star
* hw/mips/malta: Use clearer qdev stylePhilippe Mathieu-Daudé2020-10-171-4/+4
* hw/mips/malta: Move gt64120 related code togetherPhilippe Mathieu-Daudé2020-10-171-7/+6Star
* hw/mips/malta: Fix FPGA I/O region sizePhilippe Mathieu-Daudé2020-10-171-1/+1
* hw/mips/cps: Do not allow use without input clockPhilippe Mathieu-Daudé2020-10-171-0/+5
* hw/mips/malta: Set CPU frequency to 320 MHzPhilippe Mathieu-Daudé2020-10-171-3/+16
* hw/mips/boston: Set CPU frequency to 1 GHzPhilippe Mathieu-Daudé2020-10-171-0/+13
* hw/mips/cps: Expose input clock and connect it to CPU coresPhilippe Mathieu-Daudé2020-10-171-0/+4
* hw/mips/jazz: Correct CPU frequenciesPhilippe Mathieu-Daudé2020-10-171-1/+14
* hw/mips/mipssim: Correct CPU frequencyPhilippe Mathieu-Daudé2020-10-171-1/+10
* hw/mips/fuloong2e: Set CPU frequency to 533 MHzPhilippe Mathieu-Daudé2020-10-171-1/+6
* hw/mips/r4k: Explicit CPU frequency is 200 MHzPhilippe Mathieu-Daudé2020-10-171-1/+6
* hw/mips/mipssim: Use MMIO serial device on fake ISA I/OPhilippe Mathieu-Daudé2020-09-301-2/+3
* load_elf: Remove unused address variables from callersBALATON Zoltan2020-09-261-4/+4
* Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2020-09-182-6/+2Star
* Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul...Peter Maydell2020-09-121-4/+1Star
|\
| * hw/mips/fuloong2e: Convert pointless error message to an assert()Philippe Mathieu-Daudé2020-09-091-4/+1Star
* | Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell2020-09-114-11/+19
|\ \
| * | esp: Rename ESP_STATE to ESPEduardo Habkost2020-09-091-1/+1
| * | Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-093-4/+6
| * | Move QOM typedefs and add missing includesEduardo Habkost2020-09-093-6/+12
| |/