Merge remote-tracking branch 'remotes/philmd-gitlab/tags/mips-next-20201017' into staging
MIPS patches queue . Fix some comment spelling errors . Demacro some TCG helpers . Add loongson-ext lswc2/lsdc2 group of instructions . Log unimplemented cache opcode . Increase number of TLB entries on the 34Kf core . Allow the CPU to use dynamic frequencies . Calculate the CP0 timer period using the CPU frequency . Set CPU frequency for each machine . Fix Malta FPGA I/O region size . Allow running qtests when ROM is missing . Add record/replay acceptance tests . Update MIPS CPU documentation . MAINTAINERS updates CI jobs results: https://gitlab.com/philmd/qemu/-/pipelines/203931842 https://travis-ci.org/github/philmd/qemu/builds/736491461 https://cirrus-ci.com/build/6272264062631936 https://app.shippable.com/github/philmd/qemu/runs/886/summary/console # gpg: Signature made Sat 17 Oct 2020 14:59:53 BST # gpg: using RSA key FAABE75E12917221DCFD6BB2E3E32C2CDEADC0DE # gpg: Good signature from "Philippe Mathieu-Daudé (F4BUG) <f4bug@amsat.org>" [full] # Primary key fingerprint: FAAB E75E 1291 7221 DCFD 6BB2 E3E3 2C2C DEAD C0DE * remotes/philmd-gitlab/tags/mips-next-20201017: (44 commits) target/mips: Increase number of TLB entries on the 34Kf core (16 -> 64) MAINTAINERS: Remove duplicated Malta test entries MAINTAINERS: Downgrade MIPS Boston to 'Odd Fixes', fix Paul Burton mail MAINTAINERS: Put myself forward for MIPS target MAINTAINERS: Remove myself docs/system: Update MIPS CPU documentation tests/acceptance: Add MIPS record/replay tests hw/mips: Remove exit(1) in case of missing ROM hw/mips: Rename TYPE_MIPS_BOSTON to TYPE_BOSTON hw/mips: Simplify code using ROUND_UP(INITRD_PAGE_SIZE) hw/mips: Simplify loading 64-bit ELF kernels hw/mips/malta: Use clearer qdev style hw/mips/malta: Move gt64120 related code together hw/mips/malta: Fix FPGA I/O region size target/mips/cpu: Display warning when CPU is used without input clock hw/mips/cps: Do not allow use without input clock hw/mips/malta: Set CPU frequency to 320 MHz hw/mips/boston: Set CPU frequency to 1 GHz hw/mips/cps: Expose input clock and connect it to CPU cores hw/mips/jazz: Correct CPU frequencies ... Signed-off-by:Peter Maydell <peter.maydell@linaro.org>
No related branches found
No related tags found
Showing
- MAINTAINERS 9 additions, 16 deletionsMAINTAINERS
- docs/system/cpu-models-mips.rst.inc 8 additions, 2 deletionsdocs/system/cpu-models-mips.rst.inc
- hw/core/clock.c 15 additions, 0 deletionshw/core/clock.c
- hw/core/qdev-clock.c 11 additions, 0 deletionshw/core/qdev-clock.c
- hw/mips/boston.c 17 additions, 4 deletionshw/mips/boston.c
- hw/mips/cps.c 9 additions, 0 deletionshw/mips/cps.c
- hw/mips/fuloong2e.c 10 additions, 8 deletionshw/mips/fuloong2e.c
- hw/mips/jazz.c 17 additions, 6 deletionshw/mips/jazz.c
- hw/mips/malta.c 34 additions, 25 deletionshw/mips/malta.c
- hw/mips/mipssim.c 15 additions, 15 deletionshw/mips/mipssim.c
- hw/mips/r4k.c 8 additions, 8 deletionshw/mips/r4k.c
- include/hw/clock.h 13 additions, 0 deletionsinclude/hw/clock.h
- include/hw/mips/cps.h 2 additions, 0 deletionsinclude/hw/mips/cps.h
- include/hw/mips/mips.h 3 additions, 1 deletioninclude/hw/mips/mips.h
- include/qemu/cutils.h 12 additions, 0 deletionsinclude/qemu/cutils.h
- target/mips/cp0_helper.c 25 additions, 0 deletionstarget/mips/cp0_helper.c
- target/mips/cp0_timer.c 13 additions, 38 deletionstarget/mips/cp0_timer.c
- target/mips/cpu.c 54 additions, 1 deletiontarget/mips/cpu.c
- target/mips/cpu.h 26 additions, 0 deletionstarget/mips/cpu.h
- target/mips/fpu_helper.c 163 additions, 57 deletionstarget/mips/fpu_helper.c
Loading
Please register or sign in to comment