Re: [Qemu-devel] [PATCH v5 3/4] Add i.MX25 3DS evaluation board support.

2013-06-03 Thread Peter Maydell
On 8 May 2013 09:28, Jean-Christophe DUBOIS wrote: > For now we support: > * timers (GPT and EPIT) > * serial ports > * ethernet (through the newly added FEC emulator) > * I2C (through the newly added I2C emulator) > +/* add I2C 0 */ > +i2c_dev = sysbus_create_simple("imx.

[Qemu-devel] [PATCH v5 3/4] Add i.MX25 3DS evaluation board support.

2013-05-08 Thread Jean-Christophe DUBOIS
For now we support: * timers (GPT and EPIT) * serial ports * ethernet (through the newly added FEC emulator) * I2C (through the newly added I2C emulator) Signed-off-by: Jean-Christophe DUBOIS --- Changes since v1: * Added a ds1338 I2C device for qtest purpose. Changes since