feat: add pi 5 support#573
Open
iiPythonx wants to merge 5 commits into
Open
Conversation
Adds 2GB board definition and UART config. Signed-off-by: iiPython <ben@iipython.dev>
Also mentions why seL4 only has 2GB support right now, and how somebody can fix it if needed. Signed-off-by: iiPython <ben@iipython.dev>
midnightveil
approved these changes
Jul 23, 2026
midnightveil
left a comment
Collaborator
There was a problem hiding this comment.
This looks good.
Can you put up a PR to ci-actions that adds the microkit_boards and microkit_no_hw_test declarations to the platforms.yml in that repo? Otherwise our CI will complain about not knowing the board.
Collaborator
|
I'm not sure what that style checker is suddenly complaining. I'll look into it. Also, please build & test smp mode. |
Author
|
I've also confirmed that SMP functions on the Pi 5 assuming you update the CPU IDs as I just did in a7d2b88. |
BCM2712 uses DynamIQ and needs CPU IDs shifted to function. Signed-off-by: iiPython <ben@iipython.dev>
iiPythonx
force-pushed
the
add-pi-5-support
branch
from
July 23, 2026 12:54
0280984 to
a7d2b88
Compare
Comment was stating the obvious and thus not really needed. The target CPU list matches the DTS directly as well. Signed-off-by: iiPython <ben@iipython.dev>
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.
This PR essentially takes the rpi5 branch and migrates UART related configuration to it's correct location, while also adding documentation and rebasing.
It's been tested to work with 2GB, 4GB, and also 16GB (with the latter two requiring a custom overlay and board declaration).
If anything here is incorrect, please let me know.