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_build/master-arm in repository toolchain/ci/qemu.
from 285f64fcbf Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu [...] adds 54ee564132 aspeed: sbc: Allow per-machine settings adds d272d1410c hw/i2c/pmbus: Add idle state to return 0xff's adds e51ae82571 hw/sensor: Add IC_DEVICE_ID to ISL voltage regulators adds b347dd5ef3 hw/sensor: Add Renesas ISL69259 device model adds 72a7c47393 aspeed: Create SRAM name from first CPU index adds d2b3eaefb4 aspeed: Refactor UART init for multi-SoC machines adds 1099ad10b0 aspeed: Make aspeed_board_init_flashes public adds c2f58c2fa2 aspeed: Add fby35 skeleton adds 778e14cc5c aspeed: Add AST2600 (BMC) to fby35 adds 9cd8c41d7a aspeed: fby35: Add a bootrom for the BMC adds d5829a2920 aspeed: Add AST1030 (BIC) to fby35 adds 19d7c0d460 docs: aspeed: Add fby35 multi-SoC machine section adds 1d6fb3d058 docs: aspeed: Minor updates adds bceb4d994d test/avocado/machine_aspeed.py: Add SDK tests adds 2113a12897 hw: m25p80: Add Block Protect and Top Bottom bits for write protect adds 8abf9ba472 hw: m25p80: add tests for BP and TB bit write protect adds 35c86423d3 qtest/aspeed_gpio: Add input pin modification test adds 1f30db922c hw/gpio/aspeed: Don't let guests modify input pins adds f041855830 aspeed: Add fby35-bmc slot GPIO's adds 44bfcf628b Merge tag 'pull-aspeed-20220714' of https://github.com/legoa [...] new 3f7fe8de3d hw/nvme: Implement shadow doorbell buffer support new 387350d5f4 hw/nvme: Add trace events for shadow doorbell buffer new 146b5fa505 hw/nvme: fix example serial in documentation new dfa82ac201 hw/nvme: force nvme-ns param 'shared' to false if no nvme-su [...] new 43f76aac49 nvme: Fix misleading macro when mixed with ternary operator new 2e53b0b450 hw/nvme: Use ioeventfd to handle doorbell updates new 0ebf76aae5 Merge tag 'nvme-next-pull-request' of git://git.infradead.or [...]
The 7 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: MAINTAINERS | 1 + docs/system/arm/aspeed.rst | 62 ++++++++++- docs/system/devices/nvme.rst | 4 +- hw/arm/aspeed.c | 38 ++++++- hw/arm/aspeed_ast10x0.c | 13 ++- hw/arm/aspeed_ast2600.c | 13 ++- hw/arm/aspeed_soc.c | 55 ++++++--- hw/arm/fby35.c | 188 +++++++++++++++++++++++++++++++ hw/arm/meson.build | 3 +- hw/block/m25p80.c | 102 +++++++++++++++-- hw/gpio/aspeed_gpio.c | 15 +-- hw/i2c/pmbus_device.c | 9 ++ hw/misc/aspeed_sbc.c | 42 ++++++- hw/nvme/ctrl.c | 233 ++++++++++++++++++++++++++++++++++++++- hw/nvme/ns.c | 2 + hw/nvme/nvme.h | 13 +++ hw/nvme/trace-events | 5 + hw/sensor/isl_pmbus_vr.c | 40 +++++++ include/block/nvme.h | 46 ++++---- include/hw/arm/aspeed_soc.h | 9 +- include/hw/i2c/pmbus_device.h | 7 ++ include/hw/misc/aspeed_sbc.h | 13 +++ include/hw/sensor/isl_pmbus_vr.h | 5 + tests/avocado/machine_aspeed.py | 68 ++++++++++++ tests/qtest/aspeed_gpio-test.c | 27 +++++ tests/qtest/aspeed_smc-test.c | 111 +++++++++++++++++++ 26 files changed, 1041 insertions(+), 83 deletions(-) create mode 100644 hw/arm/fby35.c