This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-arm-lts-defconfig in repository toolchain/ci/qemu.
from c99e34e537 Merge remote-tracking branch 'remotes/vivier2/tags/linux-use [...] adds 8cfd339b3d tools/virtiofsd: Add fstatfs64 syscall to the seccomp allowlist adds 046d91c83c virtiofsd: Reverse req_list before processing it adds 7adb961995 Merge remote-tracking branch 'remotes/dgilbert-gitlab/tags/p [...] adds 5690b4370b python: Update for pylint 2.10 adds eb8033f658 python: pylint 2.11 support adds c3f76fbca6 Merge remote-tracking branch 'remotes/jsnow-gitlab/tags/pyth [...] adds 080832e4f4 ebpf: only include in system emulators adds bedd7e93d0 virtio-net: fix use after unmap/free for sg adds 326ff8dd09 Merge remote-tracking branch 'remotes/jasowang/tags/net-pull [...] new 2919328639 hw: arm: aspeed: Enable eth0 interface for aspeed-ast2600-evb new 5bb825c835 hw: arm: aspeed: Enable mac0/1 instead of mac1/2 for g220a new 709098fd37 watchdog: aspeed: Sanitize control register values new 74b67e1f9d watchdog: aspeed: Fix sequential control writes new 64e5758b75 hw: aspeed_gpio: Simplify 1.8V defines new 98edb134c3 hw: aspeed_gpio: Clarify GPIO controller name new 0c33a48df4 misc/pca9552: Fix LED status register indexing in pca955x_get_led() new fa6d98c060 arm/aspeed: rainier: Add i2c eeproms and muxes new c5811bb3b7 aspeed: Emulate the AST2600A3 new 46560cb105 hw/misc: Add Infineon DPS310 sensor model new b61ea6e7df arm/aspeed: Add DPS310 to Witherspoon and Rainier new 9dca455683 hw/arm/aspeed: Initialize AST2600 UART clock selection registers new 5d63d0c76c hw/arm/aspeed: Allow machine to set UART default new febbe308bf hw/arm/aspeed: Add Fuji machine type new 1c81a38c5a Merge remote-tracking branch 'remotes/legoater/tags/pull-asp [...]
The 15 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: ebpf/meson.build | 2 +- 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/net/virtio-net.c | 39 ++++-- 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 + python/qemu/machine/machine.py | 7 +- python/setup.cfg | 3 +- tools/virtiofsd/fuse_virtio.c | 1 + tools/virtiofsd/passthrough_seccomp.c | 1 + 21 files changed, 572 insertions(+), 86 deletions(-) create mode 100644 hw/sensor/dps310.c