generated from siderolabs/sbc-template
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: skip loading /dtb when booting from eMMC
This commit updates U-Boot to 2024.10 in order to fix booting from eMMC without the kernel DTB. U-Boot 2024.04 and 2404.07 ignore the DTB on the EFI partition when booting from eMMC. This is not an issue when booting from NVMe (and having a U-Boot spi image on eMMC). Since I boot from NVMe I failed to notice getting the Turing RK1 upstream in a very narrow timeframe. Thanks to @rducom for bringing this problem to my attention in very short notice. As an upgrade bonus, KASLR is enabled out of the box, meaning I do not need my U-Boot patch anymore to forward entropy to the kernel. Signed-off-by: Nico Berlee <[email protected]> Signed-off-by: Andrey Smirnov <[email protected]>
- Loading branch information
Showing
4 changed files
with
8 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
27 changes: 0 additions & 27 deletions
27
artifacts/turingrk1/u-boot/patches/0002-uboot-rng-for-KASLR-seed.patch
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters