Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200117-1' into staging
Add model of the Netduino Plus 2 board
Some allwinner-a10 code cleanup
New test cases for cubieboard
target/arm/arm-semi: fix SYS_OPEN to return nonzero filehandle
i.MX: add an emulation for RNGC device
target/arm: adjust program counter for wfi exception in AArch32
arm/gicv3: update virtual irq state after IAR register read
Set IL bit correctly for syndrome information for data aborts
# gpg: Signature made Fri 17 Jan 2020 14:27:40 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-20200117-1:
target/arm: Set ISSIs16Bit in make_issinfo
target/arm: Return correct IL bit in merge_syn_data_abort
arm/gicv3: update virtual irq state after IAR register read
target/arm: adjust program counter for wfi exception in AArch32
i.MX: add an emulation for RNGC
target/arm/arm-semi: fix SYS_OPEN to return nonzero filehandle
hw/arm/allwinner-a10: Remove local qemu_irq variables
hw/arm/allwinner-a10: Simplify by passing IRQs with qdev_pass_gpios()
hw/arm/allwinner-a10: Move SoC definitions out of header
tests/boot_linux_console: Add a SD card test for the CubieBoard
tests/boot_linux_console: Add initrd test for the CubieBoard
hw/arm: Add the Netduino Plus 2
hw/arm: Add the STM32F4xx SoC
hw/misc: Add the STM32F4xx EXTI device
hw/misc: Add the STM32F4xx Sysconfig device
Signed-off-by:
Peter Maydell <peter.maydell@linaro.org>
No related branches found
No related tags found
Showing
- MAINTAINERS 14 additions, 0 deletionsMAINTAINERS
- default-configs/arm-softmmu.mak 1 addition, 0 deletionsdefault-configs/arm-softmmu.mak
- hw/arm/Kconfig 10 additions, 0 deletionshw/arm/Kconfig
- hw/arm/Makefile.objs 2 additions, 0 deletionshw/arm/Makefile.objs
- hw/arm/allwinner-a10.c 21 additions, 18 deletionshw/arm/allwinner-a10.c
- hw/arm/fsl-imx25.c 11 additions, 0 deletionshw/arm/fsl-imx25.c
- hw/arm/netduinoplus2.c 52 additions, 0 deletionshw/arm/netduinoplus2.c
- hw/arm/stm32f405_soc.c 302 additions, 0 deletionshw/arm/stm32f405_soc.c
- hw/intc/arm_gicv3_cpuif.c 3 additions, 0 deletionshw/intc/arm_gicv3_cpuif.c
- hw/misc/Kconfig 6 additions, 0 deletionshw/misc/Kconfig
- hw/misc/Makefile.objs 3 additions, 0 deletionshw/misc/Makefile.objs
- hw/misc/imx_rngc.c 278 additions, 0 deletionshw/misc/imx_rngc.c
- hw/misc/stm32f4xx_exti.c 188 additions, 0 deletionshw/misc/stm32f4xx_exti.c
- hw/misc/stm32f4xx_syscfg.c 171 additions, 0 deletionshw/misc/stm32f4xx_syscfg.c
- hw/misc/trace-events 11 additions, 0 deletionshw/misc/trace-events
- include/hw/arm/allwinner-a10.h 0 additions, 7 deletionsinclude/hw/arm/allwinner-a10.h
- include/hw/arm/fsl-imx25.h 5 additions, 0 deletionsinclude/hw/arm/fsl-imx25.h
- include/hw/arm/stm32f405_soc.h 73 additions, 0 deletionsinclude/hw/arm/stm32f405_soc.h
- include/hw/misc/imx_rngc.h 35 additions, 0 deletionsinclude/hw/misc/imx_rngc.h
- include/hw/misc/stm32f4xx_exti.h 60 additions, 0 deletionsinclude/hw/misc/stm32f4xx_exti.h
Loading
Please register or sign in to comment