]> git.baikalelectronics.ru Git - uboot.git/commit
configs: colibri_imx7: enable CAAM driver
authorStefan Agner <stefan.agner@toradex.com>
Tue, 8 Jan 2019 11:42:35 +0000 (12:42 +0100)
committerStefano Babic <sbabic@denx.de>
Mon, 28 Jan 2019 12:02:08 +0000 (13:02 +0100)
commit68f02e8eb5a81da187b57aef14d47bcbb7c0bc0c
tree136315d7800b93be4aae731fa7cd8e6e48c6ccff
parentfa1ee035a86c3dc8ab81642d7b3270c834e2b969
configs: colibri_imx7: enable CAAM driver

Access to CAAM in non-secure mode must be enabled by the boot
loader first. The U-Boot CAAM driver enables access to CAAM in
non-secure mode by default. Hence enable the CAAM driver to
allow Linux accessing CAAM directly. This prevents error
messages like the following on Linux boot:
  caam 30900000.caam: Entropy delay = 3200
  caam 30900000.caam: failed to acquire DECO 0
  caam 30900000.caam: failed to instantiate RNG

Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
configs/colibri_imx7_defconfig