On Wed, 6 Jun 2018, Philippe Mathieu-Daudé wrote:
On 06/06/2018 11:03 AM, BALATON Zoltan wrote:
On Wed, 6 Jun 2018, David Gibson wrote:
On Mon, Jun 04, 2018 at 01:50:40AM +0200, BALATON Zoltan wrote:
I2C emulation currently is just enough for U-Boot to access SPD
EEPROMs but features that gues
Hi Zoltan,
On 06/06/2018 11:03 AM, BALATON Zoltan wrote:
> On Wed, 6 Jun 2018, David Gibson wrote:
>> On Mon, Jun 04, 2018 at 01:50:40AM +0200, BALATON Zoltan wrote:
>>> I2C emulation currently is just enough for U-Boot to access SPD
>>> EEPROMs but features that guests use to access I2C devices a
On Wed, 6 Jun 2018, David Gibson wrote:
On Mon, Jun 04, 2018 at 01:50:40AM +0200, BALATON Zoltan wrote:
I2C emulation currently is just enough for U-Boot to access SPD
EEPROMs but features that guests use to access I2C devices are not
correctly emulated. Rewrite to implement missing features to
On Mon, Jun 04, 2018 at 01:50:40AM +0200, BALATON Zoltan wrote:
> I2C emulation currently is just enough for U-Boot to access SPD
> EEPROMs but features that guests use to access I2C devices are not
> correctly emulated. Rewrite to implement missing features to make it
> work with all clients.
>
>
I2C emulation currently is just enough for U-Boot to access SPD
EEPROMs but features that guests use to access I2C devices are not
correctly emulated. Rewrite to implement missing features to make it
work with all clients.
Signed-off-by: BALATON Zoltan
---
Maybe this could be split up into more p