openbmc.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* Re: [openbmc-qemu]: How does the aspeed-i2c driver in QEMU work?
       [not found] <21591ab0.353f.17a3d1a85d2.Coremail.ouyangxuan10@163.com>
@ 2021-06-24 11:27 ` Cédric Le Goater
  0 siblings, 0 replies; only message in thread
From: Cédric Le Goater @ 2021-06-24 11:27 UTC (permalink / raw)
  To: www; +Cc: OpenBMC Maillist

Hello Byron,

Please copy the openbmc mailing list or better the qemu-devel list for such
questions. 
 
On 6/24/21 10:19 AM, www wrote:
> hi Cédric Le Goater,
> 
> I see that you added the aspeed-i2c driver in QEMU. I have some questions about the running of QEMU:
> 
> When there is a function in BMC image that uses I2C to read information from EEPROM, I2C driver in image will set aspeed I2C register, send data to EEPROM and read information from EEPROM(Also read and write aspeeed I2C register). How does QEMU cooperate at this time?
> 
> There is an smbus_slave.c, aspeed_i2c.c. and smbus_eeprom.c in QEMU, how do they cooperate?

aspeed_i2c is the I2C controller model, it defines a set of busses for the 
Aspeed SoC. I2C devices are plugged into these busses in the *i2c_init()
routine of each machine (See file aspeed.c). A couple of these machines
(sonorapass, witherspoon ) have EEPROMS. Take a look at these. The I2C
protocol is modeled under the hw/i2c/core.c file, it links the devices
to the controller.

Cheers,

C.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-06-24 13:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <21591ab0.353f.17a3d1a85d2.Coremail.ouyangxuan10@163.com>
2021-06-24 11:27 ` [openbmc-qemu]: How does the aspeed-i2c driver in QEMU work? Cédric Le Goater

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).