Hannah Williams has posted comments on this change. ( https://review.coreboot.org/19468 )
Change subject: intel/common/block/i2c: Add common block for I2C and use the same in SoCs ......................................................................
Patch Set 14:
(1 comment)
(1 comment)
This is causing a boot regression. Was it tested on
apollolake
boards?
is that during PCI enumeration at device 18:01 something, i
have
also seen it 1-2 days before but wondering why others haven't reported the same hang. Hence i thought something bad about my setup.
Yes.
i guess it started regressing from patchset 7.
We also saw a issue in GLK and added 19782 which had the array termination which solved the problem
https://review.coreboot.org/#/c/19468/14/src/soc/intel/common/block/i2c/i2c.... File src/soc/intel/common/block/i2c/i2c.c:
Line 176: PCI_DEVICE_ID_INTEL_APL_I2C7,
This should have been terminated with a 0.
This patch is missing what was added in 19782