-
Notifications
You must be signed in to change notification settings - Fork 21
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
feat: add Orange Pi 5 Plus support #52
base: main
Are you sure you want to change the base?
Conversation
c125c86
to
13cc3a9
Compare
Add Orange Pi 5 Plus support. Fixes: siderolabs#48 Signed-off-by: Ryan Persée <[email protected]>
Enable PCI bus enumeration with CONFIG_PCI_INIT_R Kconfig option: https://lists.denx.de/pipermail/u-boot/2020-May/412259.html Signed-off-by: Ryan Persée <[email protected]>
1cddfba
to
93b60f3
Compare
Signed-off-by: Ryan Persée <[email protected]>
file pointer type is infered from the assigned value Signed-off-by: Ryan Persée <[email protected]>
Signed-off-by: Ryan Persée <[email protected]>
Hello @DmitriyMV, I've applied your suggestions to all boards. |
let's not do that in this PR, that could be a different One |
Add Orange Pi 5 Plus support.
Fixes: #48