Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rk3318: enable rng-seed population in u-boot #7364

Merged
merged 1 commit into from
Oct 13, 2024

Conversation

alex3d
Copy link
Contributor

@alex3d alex3d commented Oct 12, 2024

Description

Enable rng-seed population in u-boot. This significantly speeds-up encrypted overlayroot mount (by 5 sec or so), and I expect cryptroot would benefit either.

Without patch:

# dmesg | grep crng
[   12.089286] random: crng init done

With patch:

# dmesg | grep crng
[    0.000000] random: crng init done

How Has This Been Tested?

  • Build and run rk3318-box

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code

@github-actions github-actions bot added size/small PR with less then 50 lines Hardware Hardware related like kernel, U-Boot, ... Patches Patches related to kernel, U-Boot, ... labels Oct 12, 2024
@alex3d
Copy link
Contributor Author

alex3d commented Oct 12, 2024

cc @paolosabatino

@paolosabatino
Copy link
Contributor

Cool, thanks!

@paolosabatino paolosabatino self-requested a review October 12, 2024 22:18
@igorpecovnik igorpecovnik added Ready to merge Reviewed, tested and ready for merge 11 Milestone: Fourth quarter release labels Oct 13, 2024
@igorpecovnik igorpecovnik merged commit 06f573e into armbian:main Oct 13, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
11 Milestone: Fourth quarter release Hardware Hardware related like kernel, U-Boot, ... Patches Patches related to kernel, U-Boot, ... Ready to merge Reviewed, tested and ready for merge size/small PR with less then 50 lines
Development

Successfully merging this pull request may close these issues.

3 participants