Re: [PATCH 2/2] i2c/smbus_eeprom: Add feature bit to SPD data

2021-07-18 Thread David Gibson
On Sun, Jul 18, 2021 at 10:39:16PM +0200, BALATON Zoltan wrote: > On Sun, 18 Jul 2021, Corey Minyard wrote: > > On Thu, Jul 15, 2021 at 06:50:44PM +0200, BALATON Zoltan wrote: > > > Add the differential clock input feature bit to the generated SPD > > > data. Most guests don't seem to care but pega

Re: [PATCH 2/2] i2c/smbus_eeprom: Add feature bit to SPD data

2021-07-18 Thread BALATON Zoltan
On Sun, 18 Jul 2021, Corey Minyard wrote: On Thu, Jul 15, 2021 at 06:50:44PM +0200, BALATON Zoltan wrote: Add the differential clock input feature bit to the generated SPD data. Most guests don't seem to care but pegasos2 firmware version 1.2 checks for this bit and stops with unsupported module

Re: [PATCH 2/2] i2c/smbus_eeprom: Add feature bit to SPD data

2021-07-18 Thread Corey Minyard
On Thu, Jul 15, 2021 at 06:50:44PM +0200, BALATON Zoltan wrote: > Add the differential clock input feature bit to the generated SPD > data. Most guests don't seem to care but pegasos2 firmware version 1.2 > checks for this bit and stops with unsupported module type error if > it's not present. Sinc

Re: [PATCH 2/2] i2c/smbus_eeprom: Add feature bit to SPD data

2021-07-18 Thread BALATON Zoltan
On Sun, 18 Jul 2021, David Gibson wrote: On Thu, Jul 15, 2021 at 06:50:44PM +0200, BALATON Zoltan wrote: Add the differential clock input feature bit to the generated SPD data. Most guests don't seem to care but pegasos2 firmware version 1.2 checks for this bit and stops with unsupported module

Re: [PATCH 2/2] i2c/smbus_eeprom: Add feature bit to SPD data

2021-07-17 Thread David Gibson
On Thu, Jul 15, 2021 at 06:50:44PM +0200, BALATON Zoltan wrote: > Add the differential clock input feature bit to the generated SPD > data. Most guests don't seem to care but pegasos2 firmware version 1.2 > checks for this bit and stops with unsupported module type error if > it's not present. Sinc

[PATCH 2/2] i2c/smbus_eeprom: Add feature bit to SPD data

2021-07-15 Thread BALATON Zoltan
Add the differential clock input feature bit to the generated SPD data. Most guests don't seem to care but pegasos2 firmware version 1.2 checks for this bit and stops with unsupported module type error if it's not present. Since this feature is likely present on real memory modules add it in the ge