----------------------------------------------------------------
Cédric Le Goater (8):
aspeed: Remove fake RTC device on ast2500-evb
test/avocado/machine_aspeed.py: Move OpenBMC tests
test/avocado/machine_aspeed.py: Add tests using buildroot images
test/avocado/machine_aspeed.py: Add I2C tests to ast2500-evb
test/avocado/machine_aspeed.py: Add I2C tests to ast2600-evb
test/avocado/machine_aspeed.py: Add an I2C RTC test
aspeed/i2c: Add ast1030 controller models
aspeed/i2c: Enable SLAVE_ADDR_RX_MATCH always
Iris Chen (1):
hw: m25p80: fixing individual test failure when tests are running in
isolation
Joe Komlodi (6):
hw/registerfields: Add shared fields macros
aspeed: i2c: Migrate to registerfields API
aspeed: i2c: Use reg array instead of individual vars
aspeed: i2c: Add new mode support
aspeed: i2c: Add PKT_DONE IRQ to trace
aspeed: i2c: Move regs and helpers to header file
Joel Stanley (1):
aspeed/hace: Add missing newlines to unimp messages
Klaus Jensen (2):
hw/i2c/aspeed: rework raise interrupt trace event
hw/i2c/aspeed: add DEV_ADDR in old register mode
Troy Lee (1):
aspeed: Add I2C buses to AST1030 model
include/hw/i2c/aspeed_i2c.h | 289 ++++++++++++-
include/hw/registerfields.h | 70 +++
hw/arm/aspeed.c | 17 +-
hw/arm/aspeed_ast10x0.c | 18 +
hw/i2c/aspeed_i2c.c | 820 ++++++++++++++++++++++--------------
hw/misc/aspeed_hace.c | 4 +-
tests/qtest/aspeed_smc-test.c | 74 +++-
hw/i2c/trace-events | 2 +-
tests/avocado/boot_linux_console.py | 43 --
tests/avocado/machine_aspeed.py | 136 ++++++
10 files changed, 1095 insertions(+), 378 deletions(-)