qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Cédric Le Goater" <clg@kaod.org>
To: Peter Maydell <peter.maydell@linaro.org>
Cc: "Andrew Jeffery" <andrew@aj.id.au>,
	"Cédric Le Goater" <clg@kaod.org>,
	qemu-arm@nongnu.org, "Joel Stanley" <joel@jms.id.au>,
	qemu-devel@nongnu.org
Subject: [PULL 0/5] aspeed queue
Date: Thu, 10 Dec 2020 13:51:10 +0100	[thread overview]
Message-ID: <20201210125115.1812083-1-clg@kaod.org> (raw)

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


             reply	other threads:[~2020-12-10 12:55 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-10 12:51 Cédric Le Goater [this message]
2020-12-10 12:51 ` [PULL 1/5] hw/misc: add an EMC141{3,4} device model Cédric Le Goater
2020-12-10 12:51 ` [PULL 2/5] aspeed: Add support for the g220a-bmc board Cédric Le Goater
2020-12-10 12:51 ` [PULL 3/5] ast2600: SRAM is 89KB Cédric Le Goater
2020-12-10 12:51 ` [PULL 4/5] aspeed/smc: Add support for address lane disablement Cédric Le Goater
2020-12-10 12:51 ` [PULL 5/5] aspeed: g220a-bmc: Add an FRU Cédric Le Goater
2020-12-10 15:59 ` [PULL 0/5] aspeed queue Peter Maydell
  -- strict thread matches above, loose matches on Subject: below --
2023-03-07 15:55 Cédric Le Goater
2023-03-09 13:13 ` Peter Maydell

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20201210125115.1812083-1-clg@kaod.org \
    --to=clg@kaod.org \
    --cc=andrew@aj.id.au \
    --cc=joel@jms.id.au \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-arm@nongnu.org \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).