Hi @flobro
I tested this feature with i.MX 8M Plus Evaluation kit + Linux 6.6.36_2.1.0 + U-BOOT2024.04 on my side. It works.
I can see the address of kmalloc_info is changed each time when I reboot. First is ffffdbdc70f57980, after reboot, it changed to ffffd9c59a557980.
danielchen_0-1732014815613.png
danielchen_1-1732014869359.png
I can see the kaslr-seed in device tree
danielchen_2-1732015237355.png
what I did is just enabled +CONFIG_DM_RNG=y and +CONFIG_KASLR=y in u-boot config.
CONFIG_RANDOMIZE_BASE is set by default in Linux kernel.
Could you please refer to u-boot-imx 2024.04 ?
Regards
Daniel