Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210112-1' into staging
target-arm queue:
* arm: Support emulation of ARMv8.4-TTST extension
* arm: Update cpu.h ID register field definitions
* arm: Fix breakage of XScale instruction emulation
* hw/net/lan9118: Fix RX Status FIFO PEEK value
* npcm7xx: Add ADC and PWM emulation
* ui/cocoa: Make "open docs" help menu entry work again when binary
is run from the build tree
* ui/cocoa: Fix openFile: deprecation on Big Sur
* docs: Add qemu-storage-daemon(1) manpage to meson.build
# gpg: Signature made Tue 12 Jan 2021 21:22:15 GMT
# gpg: using RSA key E1A5C593CD419DE28E8315CF3C2525ED14360CDE
# gpg: issuer "peter.maydell@linaro.org"
# gpg: Good signature from "Peter Maydell <peter.maydell@linaro.org>" [ultimate]
# gpg: aka "Peter Maydell <pmaydell@gmail.com>" [ultimate]
# gpg: aka "Peter Maydell <pmaydell@chiark.greenend.org.uk>" [ultimate]
# Primary key fingerprint: E1A5 C593 CD41 9DE2 8E83 15CF 3C25 25ED 1436 0CDE
* remotes/pmaydell/tags/pull-target-arm-20210112-1:
ui/cocoa: Fix openFile: deprecation on Big Sur
hw/*: Use type casting for SysBusDevice in NPCM7XX
hw/misc: Add QTest for NPCM7XX PWM Module
hw/misc: Add a PWM module for NPCM7XX
hw/adc: Add an ADC module for NPCM7XX
hw/timer: Refactor NPCM7XX Timer to use CLK clock
hw/misc: Add clock converter in NPCM7XX CLK module
hw/net/lan9118: Add symbolic constants for register offsets
hw/net/lan9118: Fix RX Status FIFO PEEK value
target/arm: Don't decode insns in the XScale/iWMMXt space as cp insns
docs: Add qemu-storage-daemon(1) manpage to meson.build
ui/cocoa: Update path to docs in build tree
target/arm: add aarch32 ID register fields to cpu.h
target/arm: add aarch64 ID register fields to cpu.h
target/arm: add descriptions of CLIDR_EL1, CCSIDR_EL1, CTR_EL0 to cpu.h
target/arm: make ARMCPU.ctr 64-bit
target/arm: make ARMCPU.clidr 64-bit
target/arm: fix typo in cpu.h ID_AA64PFR1 field name
target/arm: enable Small Translation tables in max CPU
target/arm: ARMv8.4-TTST extension
Signed-off-by:
Peter Maydell <peter.maydell@linaro.org>
No related branches found
No related tags found
Showing
- docs/meson.build 1 addition, 0 deletionsdocs/meson.build
- docs/system/arm/nuvoton.rst 2 additions, 2 deletionsdocs/system/arm/nuvoton.rst
- hw/adc/meson.build 1 addition, 0 deletionshw/adc/meson.build
- hw/adc/npcm7xx_adc.c 301 additions, 0 deletionshw/adc/npcm7xx_adc.c
- hw/adc/trace-events 5 additions, 0 deletionshw/adc/trace-events
- hw/adc/trace.h 1 addition, 0 deletionshw/adc/trace.h
- hw/arm/npcm7xx.c 52 additions, 3 deletionshw/arm/npcm7xx.c
- hw/arm/npcm7xx_boards.c 1 addition, 1 deletionhw/arm/npcm7xx_boards.c
- hw/mem/npcm7xx_mc.c 1 addition, 1 deletionhw/mem/npcm7xx_mc.c
- hw/misc/meson.build 1 addition, 0 deletionshw/misc/meson.build
- hw/misc/npcm7xx_clk.c 790 additions, 7 deletionshw/misc/npcm7xx_clk.c
- hw/misc/npcm7xx_gcr.c 1 addition, 1 deletionhw/misc/npcm7xx_gcr.c
- hw/misc/npcm7xx_pwm.c 550 additions, 0 deletionshw/misc/npcm7xx_pwm.c
- hw/misc/npcm7xx_rng.c 1 addition, 1 deletionhw/misc/npcm7xx_rng.c
- hw/misc/trace-events 6 additions, 0 deletionshw/misc/trace-events
- hw/net/lan9118.c 19 additions, 7 deletionshw/net/lan9118.c
- hw/nvram/npcm7xx_otp.c 1 addition, 1 deletionhw/nvram/npcm7xx_otp.c
- hw/ssi/npcm7xx_fiu.c 1 addition, 1 deletionhw/ssi/npcm7xx_fiu.c
- hw/timer/npcm7xx_timer.c 18 additions, 21 deletionshw/timer/npcm7xx_timer.c
- include/hw/adc/npcm7xx_adc.h 69 additions, 0 deletionsinclude/hw/adc/npcm7xx_adc.h
Loading
Please register or sign in to comment