Fix u-boot to support NVMe devices on Raspberry Pi 5 - #6118
Merged
Conversation
This commit adds two patches required to fully enable the PCIe controller on Raspberry Pi 5 for u-boot, allowing to boot EVE from NVMe devices. Signed-off-by: Renê de Souza Pinto <rene@renesp.com.br>
Add instructions on how to install EVE-OS on an NVMe on Raspberry Pi 5 devices. Signed-off-by: Renê de Souza Pinto <rene@renesp.com.br>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #6118 +/- ##
==========================================
+ Coverage 22.34% 22.72% +0.38%
==========================================
Files 491 501 +10
Lines 91853 93551 +1698
==========================================
+ Hits 20523 21261 +738
- Misses 69657 70437 +780
- Partials 1673 1853 +180 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
eriknordmark
reviewed
Jul 5, 2026
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR provides the fixes for u-boot to support install + boot EVE-OS on/from NVMe device on Raspberry Pi 5.
PR dependencies
How to test and validate this PR
Since USB is not supported on u-boot for Raspberry Pi 5, the installation should be performed from an SD Card:
Note
A Raspberry Pi with NVMe HAT (and an NVMe installed) is required.
dtparam=pciex1in your config.txtEVE should boot from the NVMe device.
Changelog notes
Support NVMe on u-boot on Raspberry Pi 5 devices.
PR Backports
Checklist
check them.