[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 0/5] aspeed queue
From: |
Cédric Le Goater |
Subject: |
[PULL 0/5] aspeed queue |
Date: |
Thu, 10 Dec 2020 13:51:10 +0100 |
The following changes since commit 5e7b204dbfae9a562fc73684986f936b97f63877:
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
(2020-12-09 20:08:54 +0000)
are available in the Git repository at:
https://github.com/legoater/qemu/ tags/pull-aspeed-20201210
for you to fetch changes up to 6f5f6507e49df4820207a94f3aeaaeab08092d32:
aspeed: g220a-bmc: Add an FRU (2020-12-10 12:11:03 +0100)
----------------------------------------------------------------
Aspeed patches :
* New device model for EMC1413/EMC1414 temperature sensors (I2C)
* New g220a-bmc Aspeed machine
* couple of Aspeed cleanups
----------------------------------------------------------------
Cédric Le Goater (1):
aspeed/smc: Add support for address lane disablement
Joel Stanley (1):
ast2600: SRAM is 89KB
John Wang (3):
hw/misc: add an EMC141{3,4} device model
aspeed: Add support for the g220a-bmc board
aspeed: g220a-bmc: Add an FRU
include/hw/misc/emc141x_regs.h | 37 +++++
hw/arm/aspeed.c | 72 +++++++++
hw/arm/aspeed_ast2600.c | 2 +-
hw/misc/emc141x.c | 326 +++++++++++++++++++++++++++++++++++++++++
hw/ssi/aspeed_smc.c | 25 +++-
tests/qtest/emc141x-test.c | 81 ++++++++++
hw/arm/Kconfig | 1 +
hw/misc/Kconfig | 4 +
hw/misc/meson.build | 1 +
tests/qtest/meson.build | 1 +
10 files changed, 542 insertions(+), 8 deletions(-)
create mode 100644 include/hw/misc/emc141x_regs.h
create mode 100644 hw/misc/emc141x.c
create mode 100644 tests/qtest/emc141x-test.c
- [PULL 0/5] aspeed queue,
Cédric Le Goater <=
- [PULL 2/5] aspeed: Add support for the g220a-bmc board, Cédric Le Goater, 2020/12/10
- [PULL 1/5] hw/misc: add an EMC141{3,4} device model, Cédric Le Goater, 2020/12/10
- [PULL 5/5] aspeed: g220a-bmc: Add an FRU, Cédric Le Goater, 2020/12/10
- [PULL 4/5] aspeed/smc: Add support for address lane disablement, Cédric Le Goater, 2020/12/10
- [PULL 3/5] ast2600: SRAM is 89KB, Cédric Le Goater, 2020/12/10
- Re: [PULL 0/5] aspeed queue, Peter Maydell, 2020/12/10