-
- Downloads
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20201110' into staging
target-arm queue:
* hw/arm/Kconfig: ARM_V7M depends on PTIMER
* Minor coding style fixes
* docs: add some notes on the sbsa-ref machine
* hw/arm/virt: Remove dependency on Cortex-A15 MPCore peripherals
* target/arm: Fix neon VTBL/VTBX for len > 1
* hw/arm/armsse: Correct expansion MPC interrupt lines
* hw/misc/stm32f2xx_syscfg: Remove extraneous IRQ
* hw/arm/nseries: Remove invalid/unnecessary n8x0_uart_setup()
* hw/arm/musicpal: Don't connect two qemu_irqs directly to the same input
* hw/arm/musicpal: Only use qdev_get_gpio_in() when necessary
* hw/arm/nseries: Check return value from load_image_targphys()
* tests/qtest/npcm7xx_rng-test: count runs properly
* target/arm/translate-neon.c: Handle VTBL UNDEF case before VFP access check
# gpg: Signature made Tue 10 Nov 2020 11:17:45 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-20201110:
target/arm/translate-neon.c: Handle VTBL UNDEF case before VFP access check
tests/qtest/npcm7xx_rng-test: count runs properly
hw/arm/nseries: Check return value from load_image_targphys()
hw/arm/musicpal: Only use qdev_get_gpio_in() when necessary
hw/arm/musicpal: Don't connect two qemu_irqs directly to the same input
hw/arm/nseries: Remove invalid/unnecessary n8x0_uart_setup()
hw/misc/stm32f2xx_syscfg: Remove extraneous IRQ
hw/arm/armsse: Correct expansion MPC interrupt lines
target/arm: Fix neon VTBL/VTBX for len > 1
hw/arm/virt: Remove dependency on Cortex-A15 MPCore peripherals
docs: add some notes on the sbsa-ref machine
target/arm: add space before the open parenthesis '('
target/arm: Don't use '#' flag of printf format
target/arm: add spaces around operator
ssi: Fix bad printf format specifiers
hw/arm/Kconfig: ARM_V7M depends on PTIMER
Signed-off-by:
Peter Maydell <peter.maydell@linaro.org>
No related branches found
No related tags found
Showing
- docs/system/arm/sbsa.rst 32 additions, 0 deletionsdocs/system/arm/sbsa.rst
- docs/system/target-arm.rst 1 addition, 0 deletionsdocs/system/target-arm.rst
- hw/arm/Kconfig 2 additions, 1 deletionhw/arm/Kconfig
- hw/arm/armsse.c 2 additions, 1 deletionhw/arm/armsse.c
- hw/arm/musicpal.c 26 additions, 16 deletionshw/arm/musicpal.c
- hw/arm/nseries.c 11 additions, 15 deletionshw/arm/nseries.c
- hw/arm/stm32f205_soc.c 0 additions, 1 deletionhw/arm/stm32f205_soc.c
- hw/misc/stm32f2xx_syscfg.c 0 additions, 2 deletionshw/misc/stm32f2xx_syscfg.c
- hw/ssi/imx_spi.c 1 addition, 1 deletionhw/ssi/imx_spi.c
- hw/ssi/xilinx_spi.c 1 addition, 1 deletionhw/ssi/xilinx_spi.c
- include/hw/misc/stm32f2xx_syscfg.h 0 additions, 2 deletionsinclude/hw/misc/stm32f2xx_syscfg.h
- target/arm/arch_dump.c 4 additions, 4 deletionstarget/arm/arch_dump.c
- target/arm/arm-semi.c 4 additions, 4 deletionstarget/arm/arm-semi.c
- target/arm/helper.c 1 addition, 1 deletiontarget/arm/helper.c
- target/arm/helper.h 1 addition, 1 deletiontarget/arm/helper.h
- target/arm/op_helper.c 13 additions, 10 deletionstarget/arm/op_helper.c
- target/arm/translate-a64.c 2 additions, 2 deletionstarget/arm/translate-a64.c
- target/arm/translate-neon.c.inc 18 additions, 32 deletionstarget/arm/translate-neon.c.inc
- target/arm/translate.c 1 addition, 1 deletiontarget/arm/translate.c
- tests/qtest/npcm7xx_rng-test.c 1 addition, 1 deletiontests/qtest/npcm7xx_rng-test.c
Loading
Please register or sign in to comment