[PULL 0/5] aspeed queue

Cédric Le Goater posted 5 patches 3 years, 4 months ago
Failed in applying to current master (apply log)
There is a newer version of this series
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
Posted by Cédric Le Goater 3 years, 4 months ago
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

Re: [PULL 0/5] aspeed queue
Posted by Peter Maydell 3 years, 4 months ago
On Thu, 10 Dec 2020 at 12:51, Cédric Le Goater <clg@kaod.org> wrote:
>
> 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
>


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/6.0
for any user-visible changes.

-- PMM