Re: [Qemu-devel] [RFC PATCH 07/12] ppc4xx_i2c: Implement basic I2C functions

2017-08-17 Thread David Gibson
On Sun, Aug 13, 2017 at 07:04:38PM +0200, BALATON Zoltan wrote: > Enough to please U-Boot and make it able to detect SDRAM SPD EEPROMs > > Signed-off-by: François Revol > Signed-off-by: BALATON Zoltan I don't have the knowledge to review this deeply (or, rather, I don't have the time to refresh

[Qemu-devel] [RFC PATCH 07/12] ppc4xx_i2c: Implement basic I2C functions

2017-08-13 Thread BALATON Zoltan
Enough to please U-Boot and make it able to detect SDRAM SPD EEPROMs Signed-off-by: François Revol Signed-off-by: BALATON Zoltan --- hw/ppc/ppc4xx_i2c.c | 214 +--- include/hw/i2c/ppc4xx_i2c.h | 5 ++ 2 files changed, 189 insertions(+), 30 delet