xt-q8l-v10: forward-port u-boot board patches to v2026.04#9666
xt-q8l-v10: forward-port u-boot board patches to v2026.04#9666igorpecovnik merged 1 commit intomainfrom
Conversation
Same three patches (defconfig, device-tree, device-tree-makefile) that existed in v2025.10 and earlier. v2026.01 skipped the board; this brings it back for v2026.04 so boards using this u-boot version keep building. Original patches by Paolo Sabatino.
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (3)
Disabled knowledge base sources:
📝 WalkthroughWalkthroughAdds U-Boot support for the XT-Q8L-V10 RK3288: new defconfig and public header, board Kconfig/Makefile/MAINTAINERS and SPL board init asserting a power-hold GPIO, DTB/DTS/DTSI entries with extensive board wiring/pinctrl/regulator settings, and DTB build registration. Changes
Sequence Diagram(s)sequenceDiagram
participant ROM as Boot ROM
participant SPL as SPL
participant PMIC as I2C PMIC (ACT8846)
participant GPIO as Power-Hold GPIO#11
participant MMC as SD/eMMC
participant UBOOT as U-Boot
ROM->>SPL: jump to SPL
SPL->>PMIC: init I2C and configure regulators
SPL->>GPIO: request GPIO#11 and set output high
SPL->>MMC: probe SD/eMMC for boot image
MMC-->>SPL: provide boot image
SPL->>UBOOT: load and hand off U-Boot with DTB
UBOOT->>GPIO: keep power-hold asserted while running
Estimated code review effort🎯 4 (Complex) | ⏱️ ~45 minutes Suggested reviewers
Poem
✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
|
Thanks, I forgot that one behind! Will look forward to use |
Summary
Missing from #9663
Forward-ports the xt-q8l-v10 board's u-boot patches into
patch/u-boot/v2026.04/. Same three patches that exist inv2025.10:xt-q8l-v10-defconfig.patchxt-q8l-v10-device-tree.patchxt-q8l-v10-device-tree-makefile.patchv2026.01skipped the board, so this brings it back forv2026.04to keep boards using this u-boot version buildable.Original patches by Paolo Sabatino.
Test plan
BOOTBRANCH=tag:v2026.04and confirm the patches apply cleanlySummary by CodeRabbit