mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-17 10:18:38 +00:00
b6bb93de75
JR3 was getting removed from device tree only if random number generation was successful. However, if SEC firmware is present, JR3 should be removed from device tree node irrespective of the random seed generation as SEC firmware reserves it for it's use. Not removing it in case of random number generation failure causes the kernel to crash. Random number generation was being called twice. This is not required. If SEC firmware is running, SIP call can be made to the SEC firmware to get the random number. This call itself would return failure if function is not supported. Duplicate calling of random number generation function has been removed. Signed-off-by: Ruchika Gupta <ruchika.gupta@nxp.com> Reviewed-by: York Sun <york.sun@nxp.com> |
||
---|---|---|
.. | ||
doc | ||
cpu.c | ||
cpu.h | ||
fdt.c | ||
fsl_lsch2_serdes.c | ||
fsl_lsch2_speed.c | ||
fsl_lsch3_serdes.c | ||
fsl_lsch3_speed.c | ||
Kconfig | ||
lowlevel.S | ||
ls1012a_serdes.c | ||
ls1043a_psci.S | ||
ls1043a_serdes.c | ||
ls1046a_serdes.c | ||
ls1088a_serdes.c | ||
ls2080a_serdes.c | ||
Makefile | ||
mp.c | ||
ppa.c | ||
soc.c | ||
spl.c |