]> git.dujemihanovic.xyz Git - u-boot.git/commit
ARM: imx: Enable kaslrseed command on Data Modul i.MX8M Mini/Plus eDM SBC
authorMarek Vasut <marex@denx.de>
Mon, 22 Jan 2024 14:55:48 +0000 (15:55 +0100)
committerFabio Estevam <festevam@denx.de>
Thu, 8 Feb 2024 12:01:22 +0000 (09:01 -0300)
commit9425977c47b9ccee5ba5579be7f3973406d43160
treeae4ed5ee9e553068dd10eb596acc078b1354536f
parent216ead4d59e1c85ee5422821ac25ca953586f823
ARM: imx: Enable kaslrseed command on Data Modul i.MX8M Mini/Plus eDM SBC

Linux 6.6.y with KASLR enabled would print the following message on boot:
"
KASLR disabled due to lack of seed
"
Enable the 'kaslrseed' command so a random number seed can be pulled
from CAAM and inserted into the /chosen node 'kaslr-seed' property of
Linux kernel DT before boot, thus letting KASLR work properly.

Signed-off-by: Marek Vasut <marex@denx.de>
configs/imx8mm_data_modul_edm_sbc_defconfig
configs/imx8mp_data_modul_edm_sbc_defconfig