commit | 0c45c77b8aeac0c3c5a0b5ea13a44ee478b51fdb | [log] [tgz] |
---|---|---|
author | Gaurav Jain <gaurav.jain@nxp.com> | Fri Apr 15 16:40:49 2022 +0530 |
committer | Stefano Babic <sbabic@denx.de> | Thu May 19 21:39:36 2022 +0200 |
tree | 6df39d78304f7eed572a0d148fd37741a94cd763 | |
parent | 9fd406de522ef1fb5863837eee1dd9bd99cd4b07 [diff] |
i.MX6SX: crypto/fsl: fix entropy delay value RNG Hardware error is reported due to incorrect entropy delay rng self test are run to determine the correct ent_dly. test is executed with different voltage and temperature to identify the worst case value for ent_dly. after adding a margin value(1000), ent_dly should be at least 12000. Signed-off-by: Gaurav Jain <gaurav.jain@nxp.com> Reviewed-by: Fabio Estevam <festevam@denx.de>