All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH qemu 0/3] add i2c support
@ 2016-05-17 19:24 Cédric Le Goater
  2016-05-17 19:25 ` [PATCH qemu 1/3] i2c: add aspeed i2c crontroller Cédric Le Goater
                   ` (2 more replies)
  0 siblings, 3 replies; 14+ messages in thread
From: Cédric Le Goater @ 2016-05-17 19:24 UTC (permalink / raw)
  To: openbmc

This serie adds an ASPEED I2C crontroller device model to qemu and a
couple of I2C slaves. The device are a little different from the real
hardware so you will have to recompile the palmetto dtb with the right
models.

Patches are also available here :

	https://github.com/legoater/qemu/commits/aspeed

Based on 'aspeed-integration' of https://github.com/amboar/qemu

Thanks,

Cédric Le Goater (3):
  i2c: add aspeed i2c crontroller
  ast2400: add a rtc device on I2C bus 0
  ast2400: add a temp sensor device on I2C bus 3

 hw/arm/ast2400.c            |  21 +++
 hw/i2c/Makefile.objs        |   1 +
 hw/i2c/aspeed_i2c.c         | 448 ++++++++++++++++++++++++++++++++++++++++++++
 include/hw/arm/ast2400.h    |   2 +
 include/hw/i2c/aspeed_i2c.h |  62 ++++++
 5 files changed, 534 insertions(+)
 create mode 100644 hw/i2c/aspeed_i2c.c
 create mode 100644 include/hw/i2c/aspeed_i2c.h

-- 
2.1.4

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2016-05-20  6:43 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-17 19:24 [PATCH qemu 0/3] add i2c support Cédric Le Goater
2016-05-17 19:25 ` [PATCH qemu 1/3] i2c: add aspeed i2c crontroller Cédric Le Goater
2016-05-18 13:26   ` Joel Stanley
2016-05-19 16:56     ` Cédric Le Goater
2016-05-19  1:41   ` Andrew Jeffery
2016-05-19 16:54     ` Cédric Le Goater
2016-05-20  6:43       ` Andrew Jeffery
2016-05-17 19:25 ` [PATCH qemu 2/3] ast2400: add a rtc device on I2C bus 0 Cédric Le Goater
2016-05-18 13:33   ` Joel Stanley
2016-05-18 13:46     ` Cédric Le Goater
2016-05-18 14:06       ` Joel Stanley
2016-05-17 19:25 ` [PATCH qemu 3/3] ast2400: add a temp sensor device on I2C bus 3 Cédric Le Goater
2016-05-18 13:29   ` Joel Stanley
2016-05-18 13:35     ` Cédric Le Goater

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.