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 621745c4f3 Merge tag 'trivial-branch-for-7.1-pull-request' of https://g [...] new 2fa22a0f60 hw: m25p80: add WP# pin and SRWD bit for write protection new 1de51272bf hw: m25p80: add tests for write protect (WP# and SRWD bit) new 346160cbf2 aspeed: Set the dram container at the SoC level new 673a6d16ee aspeed/scu: Add trace events for read ops new 6743af9b10 aspeed/i2c: Change trace event for NORMAL_STOP states new 0dbf6dc576 aspeed/hace: Accumulative mode supported new 75dbf30be8 aspeed/smc: Fix potential overflow new e37976d733 aspeed: Set CPU memory property explicitly new 4dd9d55416 aspeed: Add memory property to Aspeed SoC new 5bfcbda70d aspeed: Remove usage of sysbus_mmio_map new 80beb08567 aspeed: Map unimplemented devices in SoC memory new 85f0e0c3a1 aspeed: Remove use of qemu_get_cpu new fb6b3c8d90 hw/arm/aspeed: add support for the Qualcomm DC-SCM v1 board new ece4cccd67 hw/arm/aspeed: add Qualcomm Firework BMC machine new dd0b3271e5 hw/i2c: pmbus: Page #255 is valid page for read requests. new 6236548284 hw/sensor: add Maxim MAX31785 device new 2a75e8c390 hw/arm/aspeed: Add MAX31785 Fan controllers new cfc68f1639 hw/arm/aspeed: firework: Add Thermal Diodes new 2a7a5d5cc4 hw/arm/aspeed: firework: add I2C MUXes for VR channels new ceb3ff0e80 hw/i2c/aspeed: Fix R_I2CD_FUN_CTRL reference new b582b7a191 hw/i2c/aspeed: Fix DMA len write-enable bit handling new 0c0f1bee6a hw/i2c/aspeed: Fix MASTER_EN missing error message new 37fa5ca426 hw/i2c: support multiple masters new a78e9839ae hw/i2c: add asynchronous send new a8d48f59cd hw/i2c/aspeed: add slave device in old register mode new 1c5d909f88 hw/i2c/aspeed: Add new-registers DMA slave mode RX support new 55c57023b7 hw/misc/aspeed: Add PECI controller new d495e432c0 Merge tag 'pull-aspeed-20220630' of https://github.com/legoa [...]
The 28 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: hw/arm/Kconfig | 2 + hw/arm/aspeed.c | 136 +++++++--- hw/arm/aspeed_ast10x0.c | 59 +++-- hw/arm/aspeed_ast2600.c | 104 +++++--- hw/arm/aspeed_soc.c | 143 ++++++++--- hw/arm/pxa2xx.c | 2 + hw/block/m25p80.c | 82 ++++-- hw/display/sii9022.c | 2 + hw/display/ssd0303.c | 2 + hw/i2c/aspeed_i2c.c | 236 ++++++++++++++--- hw/i2c/core.c | 70 +++++- hw/i2c/pmbus_device.c | 6 +- hw/i2c/smbus_slave.c | 4 + hw/i2c/trace-events | 2 + hw/misc/aspeed_hace.c | 6 +- hw/misc/aspeed_peci.c | 152 +++++++++++ hw/misc/aspeed_scu.c | 2 + hw/misc/meson.build | 3 +- hw/misc/trace-events | 6 + hw/nvram/eeprom_at24c.c | 2 + hw/sensor/Kconfig | 4 + hw/sensor/lsm303dlhc_mag.c | 2 + hw/sensor/max31785.c | 573 ++++++++++++++++++++++++++++++++++++++++++ hw/sensor/meson.build | 1 + hw/ssi/aspeed_smc.c | 4 +- include/hw/arm/aspeed_soc.h | 16 ++ include/hw/i2c/aspeed_i2c.h | 11 + include/hw/i2c/i2c.h | 30 +++ include/hw/misc/aspeed_peci.h | 29 +++ tests/qtest/aspeed_smc-test.c | 62 +++++ 30 files changed, 1573 insertions(+), 180 deletions(-) create mode 100644 hw/misc/aspeed_peci.c create mode 100644 hw/sensor/max31785.c create mode 100644 include/hw/misc/aspeed_peci.h