Re: [edk2-devel] [PATCH v2 03/28] Silicon/NXP/I2cDxe: Fix I2c Timeout with RTC

2020-03-31 Thread Leif Lindholm
On Fri, Mar 20, 2020 at 20:05:18 +0530, Pankaj Bansal wrote: > From: Pankaj Bansal > > With latest edk2 codebase, sometimes i2c timeout is observed when > Network devices are being probed. > This is happening when gRT->GetTime request is ongoing. > gRT->GetTime triggers a read request to Real Tim

[edk2-devel] [PATCH v2 03/28] Silicon/NXP/I2cDxe: Fix I2c Timeout with RTC

2020-03-19 Thread Pankaj Bansal
From: Pankaj Bansal With latest edk2 codebase, sometimes i2c timeout is observed when Network devices are being probed. This is happening when gRT->GetTime request is ongoing. gRT->GetTime triggers a read request to Real Time Clock which is connected to I2c bus. In between read request, if an eve