-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
config: boards: pocketbeagle2: Add current-rt branch #8371
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
base: main
Are you sure you want to change the base?
Conversation
- Using RT kernel is a common thing on pocketbeagle 2. So add current-rt branch similar to what is being done for the base k3 family. Signed-off-by: Ayush Singh <ayush@beagleboard.org>
WalkthroughThis change refactors the PocketBeagle 2 board configuration by introducing a helper function to centralize kernel and u-boot branch declarations. The previous function for handling the "current" branch override is replaced with a wrapper that calls this new helper, and support is added for a "current-rt" branch variant through a similar function. The "edge" branch function remains unchanged. Additionally, a new kernel configuration file for the "linux-k3-beagle-current-rt" variant is added, enabling a wide range of features, drivers, and subsystems for ARM64 with real-time preemption and K3 platform support. Possibly related PRs
Suggested labels
Suggested reviewers
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (2)
🧰 Additional context used🧠 Learnings (3)📓 Common learnings
config/boards/pocketbeagle2.conf (10)
config/kernel/linux-k3-beagle-current-rt.config (5)
🔇 Additional comments (6)
✨ 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 (
|
Description
Using RT kernel is a common thing on pocketbeagle 2. So add current-rt branch similar to what is being done for the base k3 family.
The current-rt config is just current config +
PREEMPT_RT
enabled.How Has This Been Tested?
uname
on PocketBeagle 2 rev A0.Checklist: