It is code snippet from Linux kernel (arch/arm64/kernel/kaslr.c) how kaslr seeed is obtained:
Hi,
I am planning to boot ARM A-78 core with Linux.
I have gone through some documents and ended up with below understanding of cortex ARM-A78's boot process:
ARM A-78 Core Reset => BootROM => 1st stage BootLoader => 2nd stage BootLoader => Kernel …
