commit | b54644913d5b2b2cb5983683cc13963a3aa3237b | [log] [tgz] |
---|---|---|
author | Carles Cufi <carles.cufi@nordicsemi.no> | Thu May 24 20:12:23 2018 +0200 |
committer | Andrew Boie <andrewboie@gmail.com> | Thu May 24 15:13:13 2018 -0700 |
tree | 955c2ca2e8cd82e68525c7231d7c248f1ef787e5 | |
parent | 668e31f7dba2e149693edde068e9eb9fa326643f [diff] |
kernel: Use IS-specific entropy function when available During the early boot process, in prepare_multithreading(), the kernel structures and scheduler are not ready yet. In order to obtain entropy for early works such as stack randomization, optionally use when present the ISR-specific function that some drivers will provide. Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>