Merge tag 'fsl-qoriq-master-2025-10-10' of https://source.denx.de/u-boot/custodians/u-boot-fsl-qoriq
CI: https://source.denx.de/u-boot/custodians/u-boot-fsl-qoriq/-/pipelines/27882 - crypto/rng: double the entropy delay interval for retry - Make RAMBOOT_PBL only be valid for PowerPC or ls1021AI
This commit is contained in:
@@ -1093,6 +1093,7 @@ config SYS_RAMBOOT
|
||||
|
||||
config RAMBOOT_PBL
|
||||
bool "Freescale PBL(pre-boot loader) image format support"
|
||||
depends on ARCH_LS1021A || PPC
|
||||
select SYS_RAMBOOT if PPC
|
||||
help
|
||||
Some SoCs use PBL to load RCW and/or pre-initialization instructions.
|
||||
|
||||
@@ -642,7 +642,7 @@ static int rng_init(uint8_t sec_idx, ccsr_sec_t *sec)
|
||||
*/
|
||||
if (!inst_handles) {
|
||||
kick_trng(ent_delay, sec);
|
||||
ent_delay += 400;
|
||||
ent_delay = ent_delay * 2;
|
||||
}
|
||||
/*
|
||||
* if instantiate_rng(...) fails, the loop will rerun
|
||||
|
||||
Reference in New Issue
Block a user