zephyr/drivers/entropy
Leandro Pereira 30e558f333 devices: entropy: Initialize drivers during PRE_KERNEL_1 stage
To ensure that early code that requires entropy has the HWRNG devices
fully initialized, initialize them all during PRE_KERNEL_1 stage.

Signed-off-by: Leandro Pereira <leandro.pereira@intel.com>
2018-05-22 15:59:25 -07:00
..
CMakeLists.txt native: entropy: warn of security risk 2018-05-17 07:51:00 +03:00
entropy_esp32.c
entropy_handlers.c syscalls: remove policy from handler checks 2018-05-17 23:34:03 +03:00
entropy_mcux_rnga.c devices: entropy: Initialize drivers during PRE_KERNEL_1 stage 2018-05-22 15:59:25 -07:00
entropy_mcux_trng.c devices: entropy: Initialize drivers during PRE_KERNEL_1 stage 2018-05-22 15:59:25 -07:00
entropy_nrf5.c doc: Add a comment describing the algorithm used by entropy_nrf5.c 2018-04-05 13:10:49 +02:00
entropy_stm32.c devices: entropy: Initialize drivers during PRE_KERNEL_1 stage 2018-05-22 15:59:25 -07:00
fake_entropy_native_posix.c devices: entropy: Initialize drivers during PRE_KERNEL_1 stage 2018-05-22 15:59:25 -07:00
Kconfig
Kconfig.esp32
Kconfig.mcux
Kconfig.native_posix native: entropy: warn of security risk 2018-05-17 07:51:00 +03:00
Kconfig.nrf5 drivers: entropy: nrf5: Clarify Kconfig options 2018-04-05 08:09:57 -04:00
Kconfig.stm32