build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/31151 )
Change subject: sb/intel/common: Rename i2c_block_read() to i2c_eeprom_read() ......................................................................
Patch Set 1:
(3 comments)
https://review.coreboot.org/#/c/31151/1/src/northbridge/intel/pineview/ramin... File src/northbridge/intel/pineview/raminit.c:
https://review.coreboot.org/#/c/31151/1/src/northbridge/intel/pineview/ramin... PS1, Line 276: if (i2c_eeprom_read(s->spd_map[i], 0, 64, s->dimms[i].spd_data) != 64) line over 80 characters
https://review.coreboot.org/#/c/31151/1/src/southbridge/intel/i82801gx/early... File src/southbridge/intel/i82801gx/early_smbus.c:
https://review.coreboot.org/#/c/31151/1/src/southbridge/intel/i82801gx/early... PS1, Line 57: int i2c_eeprom_read(unsigned int device, unsigned int offset, u32 bytes, u8 *buf) line over 80 characters
https://review.coreboot.org/#/c/31151/1/src/southbridge/intel/i82801jx/early... File src/southbridge/intel/i82801jx/early_smbus.c:
https://review.coreboot.org/#/c/31151/1/src/southbridge/intel/i82801jx/early... PS1, Line 54: int i2c_eeprom_read(unsigned int device, unsigned int offset, u32 bytes, u8 *buf) line over 80 characters