aboutsummaryrefslogtreecommitdiff
path: root/hw/mips
AgeCommit message (Expand)AuthorFilesLines
2021-01-04hw/mips/fuloong2e: Correct cpuclock in PROM environmentJiaxun Yang1-3/+3
2021-01-04hw/mips/fuloong2e: Remove unused env entryJiaxun Yang1-1/+0
2021-01-04hw/mips/fuloong2e: Replace faulty documentation linksJiaxun Yang1-10/+3
2021-01-04hw/mips/fuloong2e: Remove define DEBUG_FULOONG2E_INITJiaxun Yang1-2/+0
2021-01-04hw/mips: Use address translation helper to handle ENVP_ADDRJiaxun Yang2-43/+43
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 Yang3-21/+21
2021-01-04hw/mips: Add Loongson-3 machine supportHuacai Chen3-1/+651
2021-01-04hw/mips: Add Loongson-3 boot parameter helpersHuacai Chen3-0/+393
2021-01-04hw/mips: Implement fw_cfg_arch_key_name()Huacai Chen4-0/+58
2021-01-04vt82c686: Remove legacy vt82c686b_pm_init() functionBALATON Zoltan1-1/+4
2021-01-04vt82c686: Remove legacy vt82c686b_isa_init() functionBALATON Zoltan1-1/+3
2021-01-04vt82c686: Remove vt82c686b_[am]c97_init() functionsBALATON Zoltan1-2/+2
2021-01-04hw: Use the PCI_SLOT() macro from 'hw/pci/pci.h'Philippe Mathieu-Daudé1-1/+1
2020-12-13hw/mips/malta: Rewrite CP0_MVPConf0 access using deposit()Philippe Mathieu-Daudé1-2/+6
2020-12-13hw/mips/malta: Do not initialize MT registers if MT ASE absentPhilippe Mathieu-Daudé1-1/+3
2020-12-13target/mips: Introduce ase_mt_available() helperPhilippe Mathieu-Daudé1-2/+1
2020-12-13hw/mips: Move address translation helpers to target/mips/Philippe Mathieu-Daudé3-53/+1
2020-12-13target/mips: Rename cpu_supports_FEAT() as cpu_type_supports_FEAT()Philippe Mathieu-Daudé2-4/+4
2020-12-10vl: extract softmmu/datadir.cPaolo Bonzini4-0/+4
2020-12-10mips: do not use ram_size globalPaolo Bonzini2-3/+3
2020-12-10mips: remove bios_namePaolo Bonzini4-12/+12
2020-11-09hw/mips/boston: Fix memory leak in boston_fdt_filter() error-handling pathsPeter Maydell1-6/+4
2020-11-03hw/mips/boston: Fix Lesser GPL version numberChetan Pant1-1/+1
2020-11-03hw/mips: Fix Lesser GPL version numberChetan Pant1-1/+1
2020-11-03hw/mips: Remove the 'r4k' machinePhilippe Mathieu-Daudé3-332/+0
2020-10-17hw/mips: Remove exit(1) in case of missing ROMPavel Dovgalyuk4-24/+13
2020-10-17hw/mips: Rename TYPE_MIPS_BOSTON to TYPE_BOSTONEduardo Habkost1-4/+4
2020-10-17hw/mips: Simplify code using ROUND_UP(INITRD_PAGE_SIZE)Philippe Mathieu-Daudé4-9/+6
2020-10-17hw/mips: Simplify loading 64-bit ELF kernelsPhilippe Mathieu-Daudé2-10/+2
2020-10-17hw/mips/malta: Use clearer qdev stylePhilippe Mathieu-Daudé1-4/+4
2020-10-17hw/mips/malta: Move gt64120 related code togetherPhilippe Mathieu-Daudé1-7/+6
2020-10-17hw/mips/malta: Fix FPGA I/O region sizePhilippe Mathieu-Daudé1-1/+1
2020-10-17hw/mips/cps: Do not allow use without input clockPhilippe Mathieu-Daudé1-0/+5
2020-10-17hw/mips/malta: Set CPU frequency to 320 MHzPhilippe Mathieu-Daudé1-3/+16
2020-10-17hw/mips/boston: Set CPU frequency to 1 GHzPhilippe Mathieu-Daudé1-0/+13
2020-10-17hw/mips/cps: Expose input clock and connect it to CPU coresPhilippe Mathieu-Daudé1-0/+4
2020-10-17hw/mips/jazz: Correct CPU frequenciesPhilippe Mathieu-Daudé1-1/+14
2020-10-17hw/mips/mipssim: Correct CPU frequencyPhilippe Mathieu-Daudé1-1/+10
2020-10-17hw/mips/fuloong2e: Set CPU frequency to 533 MHzPhilippe Mathieu-Daudé1-1/+6
2020-10-17hw/mips/r4k: Explicit CPU frequency is 200 MHzPhilippe Mathieu-Daudé1-1/+6
2020-09-30hw/mips/mipssim: Use MMIO serial device on fake ISA I/OPhilippe Mathieu-Daudé1-2/+3
2020-09-25load_elf: Remove unused address variables from callersBALATON Zoltan1-4/+4
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2-6/+2
2020-09-12Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul...Peter Maydell1-4/+1
2020-09-11Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell4-11/+19
2020-09-09esp: Rename ESP_STATE to ESPEduardo Habkost1-1/+1
2020-09-09trace-events: Fix attribution of trace points to sourceMarkus Armbruster1-1/+1
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost3-4/+6
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost3-6/+12