commit | 7160e0d8622af1e2d7f1f9a00fc7ba3f7bbd42fb | [log] [tgz] |
---|---|---|
author | Ben Horgan <ben.horgan@arm.com> | Mon Dec 11 16:01:10 2023 +0000 |
committer | Boyan Karatotev <boyan.karatotev@arm.com> | Mon Feb 26 16:07:40 2024 +0000 |
tree | edae8abb421eeb0b7ac2bec77e2d7129e83afcdd | |
parent | 938124e0862bef47a657d8107e1ae2836d3e5d3b [diff] |
chore(tc): add dummy entropy to speed up the Linux boot If the kernel is post 5.19 and is configured with CONFIG_RANDOM_TRUST_BOOTLOADER=y then entropy can be passed to Linux via the device tree. This avoids delaying the Linux boot waiting for entropy. This is particularly noticeable when booting android but also speeds up the generation of the ssl certificates. Signed-off-by: Ben Horgan <ben.horgan@arm.com> Change-Id: I4c6136c54f0e971802a2a9de9f88cd32b610dce9