Re: [Qemu-devel] [PATCH v3 1/6] smbus: Add a helper to generate SPD EEPROM data

2019-01-09 Thread BALATON Zoltan
On Wed, 9 Jan 2019, Philippe Mathieu-Daudé wrote: On 1/9/19 1:15 PM, BALATON Zoltan wrote: On Wed, 9 Jan 2019, Philippe Mathieu-Daudé wrote: On 1/3/19 5:27 PM, BALATON Zoltan wrote: There are several boards with SPD EEPROMs that are now using duplicated or slightly different hard coded data.

Re: [Qemu-devel] [PATCH v3 1/6] smbus: Add a helper to generate SPD EEPROM data

2019-01-09 Thread Philippe Mathieu-Daudé
On 1/9/19 1:15 PM, BALATON Zoltan wrote: > On Wed, 9 Jan 2019, Philippe Mathieu-Daudé wrote: >> On 1/3/19 5:27 PM, BALATON Zoltan wrote: >>> There are several boards with SPD EEPROMs that are now using >>> duplicated or slightly different hard coded data. Add a helper to >>> generate SPD data for

Re: [Qemu-devel] [PATCH v3 1/6] smbus: Add a helper to generate SPD EEPROM data

2019-01-09 Thread BALATON Zoltan
On Wed, 9 Jan 2019, Philippe Mathieu-Daudé wrote: On 1/3/19 5:27 PM, BALATON Zoltan wrote: There are several boards with SPD EEPROMs that are now using duplicated or slightly different hard coded data. Add a helper to generate SPD data for a memory module of given type and size that could be

Re: [Qemu-devel] [PATCH v3 1/6] smbus: Add a helper to generate SPD EEPROM data

2019-01-09 Thread Philippe Mathieu-Daudé
Hi Zoltan, On 1/3/19 5:27 PM, BALATON Zoltan wrote: > There are several boards with SPD EEPROMs that are now using > duplicated or slightly different hard coded data. Add a helper to > generate SPD data for a memory module of given type and size that > could be used by these boards (either as is

[Qemu-devel] [PATCH v3 1/6] smbus: Add a helper to generate SPD EEPROM data

2019-01-03 Thread BALATON Zoltan
There are several boards with SPD EEPROMs that are now using duplicated or slightly different hard coded data. Add a helper to generate SPD data for a memory module of given type and size that could be used by these boards (either as is or with further changes if needed) which should help cleaning