-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
BananaPi BPI-M4-Zero: Update u-boot to v2025.01 and fixup bluetooth
#8339
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
Conversation
Signed-off-by: Patrick Yavitz <pyavitz@gmail.com>
Signed-off-by: Patrick Yavitz <pyavitz@gmail.com>
Signed-off-by: Patrick Yavitz <pyavitz@gmail.com>
Signed-off-by: Patrick Yavitz <pyavitz@gmail.com>
WalkthroughThis change updates configuration files for the BananaPi BPI-M4-Zero board and the sun50iw9-bpi family. The boot branch and patch directory for the BananaPi BPI-M4-Zero board are updated from version 2024.04 to 2025.01. Additionally, the ARM Trusted Firmware (ATF) branch in the sun50iw9-bpi configuration is updated from tag v2.12.0 to lts-v2.12.1. No changes are made to logic, error handling, or control flow. Possibly related PRs
Suggested labels
Suggested reviewers
📜 Recent review detailsConfiguration used: CodeRabbit UI ⛔ Files ignored due to path filters (11)
📒 Files selected for processing (2)
🧰 Additional context used🧠 Learnings (3)📓 Common learnings
config/boards/bananapim4zero.conf (11)
config/sources/families/sun50iw9-bpi.conf (9)
🔇 Additional comments (2)
✨ Finishing Touches🧪 Generate Unit Tests
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Just curios. Why not go straight to lts-v2.12.4 ATF? |
Just sticking to what I know works for sure in my personal builds, when it comes to atf and u-boot. The important part of the PR is the change from using RTC to a Fixed-clock in-order to get Bluetooth working using the current Armbian sunxi patch set. |
I bumped ATF for common aw64 to latest and it no apparent regression was notified, but ofc this needs extensive testing. No problem if it stays a bit behind for awhile. |
Update ATF to
lts-v2.12.1
Update u-boot to
v2025.01
Add a fixed-clock and change compatible to
brcm,bcm43438-bt
to add Bluetooth functionality.