zephyr/drivers/peci
Diwakar C c860b86822 driver: peci: Wait until rx fifo gets filled up
While running certain peci command, observed when FW attempts
to read last byte (Response FCS), PECI host controller returned
“Read FIFO” empty. Since “Read FIFO” is empty FW didn’t read
the response FCS.

Due to this issue, FW getting corrupted response from the PECI
controller for all the subsequent PECI commands.

To address this issue, FW waits for “Read FIFO” filled up by
the PECI controller.

Signed-off-by: Diwakar C <diwakar.c@intel.com>
2021-02-17 04:05:11 -05:00
..
CMakeLists.txt
Kconfig
Kconfig.xec
peci_handlers.c
peci_mchp_xec.c driver: peci: Wait until rx fifo gets filled up 2021-02-17 04:05:11 -05:00