commit | 28f25d8d1fb4567ea744841c41153189a4fa467a | [log] [tgz] |
---|---|---|
author | Etienne Carriere <etienne.carriere@st.com> | Tue Mar 31 10:25:15 2020 +0200 |
committer | Jérôme Forissier <jerome@forissier.org> | Wed Apr 01 10:26:30 2020 +0200 |
tree | 27ed3434bd9e005cd3209ce5e530ec57d3af00a7 | |
parent | 32ce15ec9c46165e1210d7e7f534d2ed2230a603 [diff] |
drivers/stm32_rng: register device as secure or non-secure FDT data defines through the status/secure-status property whether RNG device is assigned to the secure world or to the non-secure world. This change makes the device driver to register the peripheral assignation at boot time. Signed-off-by: Etienne Carriere <etienne.carriere@st.com> Acked-by: Rouven Czerwinski <r.czerwinski@pengutronix.de>
This git contains source code for the secure side implementation of OP-TEE project.
All official OP-TEE documentation has moved to http://optee.readthedocs.io.
// OP-TEE core maintainers