summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorLaura Abbott <lauraa@codeaurora.org>2013-08-09 18:17:06 -0700
committerOlav Haugan <ohaugan@codeaurora.org>2016-10-08 10:43:20 -0700
commitfb25c8b683babfc18e583f634fb95a5fac7e12ef (patch)
tree51037161b1a2b97c4649f76c3f246c150109a6ee /tools/perf/scripts/python/bin
parent3ffe336b5e3673039568fabea7785ff066c32fca (diff)
msm: implement ARCH_RANDOM
Currently, the software random number generator is not initialized until relatively late in the boot process. Software that relies on random numbers early will not be reliable. Entropy sources are available early but not early enough for some use cases which means that moving the software random number generation earlier is not an option. As an alternate solution, implement the functions associated with CONFIG_ARCH_RANDOM. These functions currently make a call into trustzone to get reliable random numbers. The functions are disabled once the regular random number generator is sufficiently reliable. Change-Id: If40cfcb96b091fa26a28047c10a902287b26f6c1 Signed-off-by: Laura Abbott <lauraa@codeaurora.org> [ohaugan@codeaurora.org: Dropped Makefile from patch set] Signed-off-by: Olav Haugan <ohaugan@codeaurora.org>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions