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 c09124dcb8 Merge remote-tracking branch 'remotes/stefanha/tags/block-pu [...] new 45a904af38 aspeed/smc: Add watchdog Control/Status Registers new 32c54bd0ed aspeed/smc: Introduce aspeed_smc_error() helper new d0180a3ae4 aspeed/smc: Stop using the model name for the memory regions new 30b6852ce4 aspeed/smc: Drop AspeedSMCController structure new a7d78beff4 aspeed/smc: Remove the 'flash' attribute from AspeedSMCFlash new 6bb55e7967 aspeed/smc: Remove the 'size' attribute from AspeedSMCFlash new 10f915e4ca aspeed/smc: Rename AspeedSMCFlash 'id' to 'cs' new f75b533117 aspeed/smc: QOMify AspeedSMCFlash new 71255c48e7 aspeed/smc: Add default reset values new a779e37c68 aspeed/smc: Introduce a new addr_width() class handler new 33456a8870 aspeed/smc: Remove unused attribute 'irqline' new 602610383f aspeed/i2c: QOMify AspeedI2CBus new 9fffe140a9 hw: aspeed_gpio: Fix pin I/O type declarations new 87bd33e8b0 hw: aspeed_gpio: Fix GPIO array indexing new 5857974d5d hw/adc: Add basic Aspeed ADC model new 199fd6230c hw/arm: Integrate ADC model into Aspeed SoC new a8eb9a4333 aspeed/wdt: Add trace events new e2804a1ec9 aspeed/smc: Dump address offset in trace events new 81d8537cb2 Merge remote-tracking branch 'remotes/clg/tags/pull-aspeed-2 [...]
The 19 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/adc/aspeed_adc.c | 427 ++++++++++++++++ hw/adc/meson.build | 1 + hw/adc/trace-events | 3 + hw/arm/aspeed.c | 18 +- hw/arm/aspeed_ast2600.c | 22 +- hw/arm/aspeed_soc.c | 15 +- hw/gpio/aspeed_gpio.c | 88 ++-- hw/i2c/aspeed_i2c.c | 101 +++- hw/ssi/aspeed_smc.c | 1134 +++++++++++++++++++++++------------------ hw/watchdog/trace-events | 4 + hw/watchdog/wdt_aspeed.c | 5 + include/hw/adc/aspeed_adc.h | 55 ++ include/hw/arm/aspeed_soc.h | 2 + include/hw/gpio/aspeed_gpio.h | 5 +- include/hw/i2c/aspeed_i2c.h | 8 +- include/hw/ssi/aspeed_smc.h | 82 ++- 16 files changed, 1352 insertions(+), 618 deletions(-) create mode 100644 hw/adc/aspeed_adc.c create mode 100644 include/hw/adc/aspeed_adc.h