immortalwrt/package
Tianling Shen 0b7d76327b
uboot-rockchip: increase rng-seed size to speed up boot
Increase rng-seed size to make Linux happy and initialize rng pool instantly.
Linux 5.19+ requires 32 bytes of entropy to initialize random pool, but u-boot
currently provides only 8 bytes.

Boot with 8 byte rng-seed (Linux 6.11):
    # dmesg | grep crng
    [   12.089286] random: crng init done
Boot with 32 byte rng-seed (Linux 6.11):
    # dmesg | grep crng
    [    0.000000] random: crng init done

Link: https://lore.kernel.org/u-boot/20241016100203.629713-1-alexthreed@gmail.com/
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2024-10-21 16:27:51 +08:00
..
base-files Merge Official Source 2024-10-20 14:16:56 +08:00
boot uboot-rockchip: increase rng-seed size to speed up boot 2024-10-21 16:27:51 +08:00
devel Merge Official Source 2024-10-13 14:17:59 +08:00
emortal ipv6-helper: drop package 2024-10-07 20:35:12 +08:00
firmware Merge Official Source 2024-10-20 14:16:56 +08:00
kernel Merge Official Source 2024-10-20 14:16:56 +08:00
libs Merge Official Source 2024-10-14 13:24:09 +08:00
network Merge Official Source 2024-10-20 14:16:56 +08:00
system Merge Official Source 2024-10-17 14:09:24 +08:00
utils Merge Official Source 2024-10-20 14:16:56 +08:00
Makefile sdk: fix APK key creation 2024-08-09 01:47:05 +02:00