This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_check_gcc/master-aarch64 in repository toolchain/ci/qemu.
from 326ff8dd09 Merge remote-tracking branch 'remotes/jasowang/tags/net-pull [...] adds 2919328639 hw: arm: aspeed: Enable eth0 interface for aspeed-ast2600-evb adds 5bb825c835 hw: arm: aspeed: Enable mac0/1 instead of mac1/2 for g220a adds 709098fd37 watchdog: aspeed: Sanitize control register values adds 74b67e1f9d watchdog: aspeed: Fix sequential control writes adds 64e5758b75 hw: aspeed_gpio: Simplify 1.8V defines adds 98edb134c3 hw: aspeed_gpio: Clarify GPIO controller name adds 0c33a48df4 misc/pca9552: Fix LED status register indexing in pca955x_get_led() adds fa6d98c060 arm/aspeed: rainier: Add i2c eeproms and muxes adds c5811bb3b7 aspeed: Emulate the AST2600A3 adds 46560cb105 hw/misc: Add Infineon DPS310 sensor model adds b61ea6e7df arm/aspeed: Add DPS310 to Witherspoon and Rainier adds 9dca455683 hw/arm/aspeed: Initialize AST2600 UART clock selection registers adds 5d63d0c76c hw/arm/aspeed: Allow machine to set UART default adds febbe308bf hw/arm/aspeed: Add Fuji machine type adds 1c81a38c5a Merge remote-tracking branch 'remotes/legoater/tags/pull-asp [...]
No new revisions were added by this update.
Summary of changes: hw/arm/Kconfig | 1 + hw/arm/aspeed.c | 182 +++++++++++++++++++++++++++++-- hw/arm/aspeed_ast2600.c | 14 +-- hw/arm/aspeed_soc.c | 8 +- hw/gpio/aspeed_gpio.c | 97 +++++++++-------- hw/misc/aspeed_scu.c | 40 +++++-- hw/misc/pca9552.c | 2 +- hw/sensor/Kconfig | 4 + hw/sensor/dps310.c | 225 +++++++++++++++++++++++++++++++++++++++ hw/sensor/meson.build | 1 + hw/watchdog/wdt_aspeed.c | 26 ++++- include/hw/arm/aspeed.h | 1 + include/hw/arm/aspeed_soc.h | 1 + include/hw/misc/aspeed_scu.h | 2 + include/hw/watchdog/wdt_aspeed.h | 1 + 15 files changed, 529 insertions(+), 76 deletions(-) create mode 100644 hw/sensor/dps310.c