Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20191015' into staging
target-arm queue:
* Add Aspeed AST2600 SoC support (but no new board model yet)
* aspeed/wdt: Check correct register for clock source
* bcm2835: code cleanups, better logging, trace events
* implement v2.0 of the Arm semihosting specification
* provide new 'transaction-based' ptimer API and use it
for the Arm devices that use ptimers
* ARM: KVM: support more than 256 CPUs
# gpg: Signature made Tue 15 Oct 2019 18:09:42 BST
# 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-20191015: (67 commits)
hw/misc/bcm2835_mbox: Add trace events
hw/arm/bcm2835: Add various unimplemented peripherals
hw/arm/bcm2835: Rename some definitions
hw/arm/bcm2835_peripherals: Name various address spaces
hw/arm/bcm2835_peripherals: Improve logging
hw/arm/raspi: Use the IEC binary prefix definitions
aspeed/soc: Add ASPEED Video stub
aspeed: add support for the Aspeed MII controller of the AST2600
aspeed: Parameterise number of MACs
m25p80: Add support for w25q512jv
aspeed/soc: Add AST2600 support
aspeed: Introduce an object class per SoC
aspeed/i2c: Add AST2600 support
aspeed/i2c: Introduce an object class per SoC
hw/gpio: Add in AST2600 specific implementation
aspeed/smc: Add AST2600 support
aspeed/smc: Introduce segment operations
hw: wdt_aspeed: Add AST2600 support
watchdog/aspeed: Introduce an object class per SoC
aspeed/sdmc: Add AST2600 support
...
Signed-off-by:
Peter Maydell <peter.maydell@linaro.org>
No related branches found
No related tags found
Showing
- hw/arm/Makefile.objs 1 addition, 1 deletionhw/arm/Makefile.objs
- hw/arm/aspeed.c 16 additions, 3 deletionshw/arm/aspeed.c
- hw/arm/aspeed_ast2600.c 523 additions, 0 deletionshw/arm/aspeed_ast2600.c
- hw/arm/aspeed_soc.c 121 additions, 78 deletionshw/arm/aspeed_soc.c
- hw/arm/bcm2835_peripherals.c 35 additions, 3 deletionshw/arm/bcm2835_peripherals.c
- hw/arm/bcm2836.c 1 addition, 1 deletionhw/arm/bcm2836.c
- hw/arm/musicpal.c 10 additions, 6 deletionshw/arm/musicpal.c
- hw/arm/raspi.c 2 additions, 2 deletionshw/arm/raspi.c
- hw/block/m25p80.c 1 addition, 0 deletionshw/block/m25p80.c
- hw/char/bcm2835_aux.c 3 additions, 2 deletionshw/char/bcm2835_aux.c
- hw/core/ptimer.c 138 additions, 16 deletionshw/core/ptimer.c
- hw/display/bcm2835_fb.c 1 addition, 1 deletionhw/display/bcm2835_fb.c
- hw/dma/bcm2835_dma.c 5 additions, 5 deletionshw/dma/bcm2835_dma.c
- hw/dma/xilinx_axidma.c 1 addition, 1 deletionhw/dma/xilinx_axidma.c
- hw/gpio/aspeed_gpio.c 137 additions, 5 deletionshw/gpio/aspeed_gpio.c
- hw/i2c/aspeed_i2c.c 96 additions, 10 deletionshw/i2c/aspeed_i2c.c
- hw/intc/arm_gic_kvm.c 2 additions, 5 deletionshw/intc/arm_gic_kvm.c
- hw/intc/bcm2836_control.c 4 additions, 3 deletionshw/intc/bcm2836_control.c
- hw/m68k/mcf5206.c 1 addition, 1 deletionhw/m68k/mcf5206.c
- hw/m68k/mcf5208.c 1 addition, 1 deletionhw/m68k/mcf5208.c
Loading
Please register or sign in to comment