summaryrefslogtreecommitdiffstats
path: root/include/fsl_sec.h
diff options
context:
space:
mode:
authorAlex Porosanu <alexandru.porosanu@freescale.com>2015-05-05 16:48:34 +0300
committerYork Sun <yorksun@freescale.com>2015-08-03 12:06:37 -0700
commit17649e1b94b450f1ab0de7fa14553f390285f291 (patch)
treef1ce0591fdde3de5cc136c45620fff0d709ed7e0 /include/fsl_sec.h
parent026a3f1b7ca487bbce632060b8ca9193bb9edf87 (diff)
downloadblackbird-obmc-uboot-17649e1b94b450f1ab0de7fa14553f390285f291.tar.gz
blackbird-obmc-uboot-17649e1b94b450f1ab0de7fa14553f390285f291.zip
drivers/crypto/fsl: change starting entropy delay value
The entropy delay (the length in system clocks of each entropy sample) for the RNG4 block of CAAM is dependent on the frequency of the SoC. By elaborate methods, it has been determined that a good starting value for all platforms integrating the CAAM IP is 3200. Using a higher value has additional benefit of speeding up the process of instantiating the RNG, since the entropy delay will be increased and instantiation of the RNG state handles will be reattempted by the driver. If the starting value is low, for certain platforms, this can lead to a quite lengthy process. This patch changes the starting value of the length of the entropy sample to 3200 system clocks. In addition to this change, the attempted entropy delay values are now printed on the console upon initialization of the RNG block. Signed-off-by: Alex Porosanu <alexandru.porosanu@freescale.com> Acked-by: Ruchika Gupta<ruchika.gupta@freescale.com> Reviewed-by: York Sun <yorksun@freescale.com>
Diffstat (limited to 'include/fsl_sec.h')
-rw-r--r--include/fsl_sec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/fsl_sec.h b/include/fsl_sec.h
index 14f6633e32..c84b6ad8d8 100644
--- a/include/fsl_sec.h
+++ b/include/fsl_sec.h
@@ -35,7 +35,7 @@ struct rng4tst {
u32 rtmctl; /* misc. control register */
u32 rtscmisc; /* statistical check misc. register */
u32 rtpkrrng; /* poker range register */
-#define RTSDCTL_ENT_DLY_MIN 1200
+#define RTSDCTL_ENT_DLY_MIN 3200
#define RTSDCTL_ENT_DLY_MAX 12800
union {
u32 rtpkrmax; /* PRGM=1: poker max. limit register */
OpenPOWER on IntegriCloud