Skip to content
Snippets Groups Projects
Commit 15f9aa0a authored by Federico Vaga's avatar Federico Vaga
Browse files

sw:drv: wait for DDR calibration with timeout


In the following commit we have added a 1ms delay before checking the
DDR calibration status. We thought it to be enough, but it is not. On
some designs the calibration takes more time.

commit 2647a65e ("sw:drv: add delay before checking DDR status")

This patch polls for the DDR calibration status and waits until it is
complete or the timeout expires. The timeout is set to 1s, if it happens
it is really a bad sign, and it should not be considered acceptable.

Signed-off-by: default avatarFederico Vaga <federico.vaga@cern.ch>
parent e4987acf
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment