SpacemiT K3: Update OpenSBI / U-Boot to k3-br-v1.0.8 - #10742
Conversation
Pickup from PR armbian#10506 Signed-off-by: Patrick Yavitz <pyavitz@gmail.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Advanced Run ID: 📒 Files selected for processing (10)
Included review availability: Your plan provides up to 8 included reviews per hour; 7 remain after this review. 📝 WalkthroughWalkthroughThe SpacemiT K3 update selects k3-br-v1.0.8, adjusts OpenSBI memory sizing, revises U-Boot configuration and boot environments, initializes networking earlier, removes printf timestamps, and updates SPI flash staging instructions. ChangesSpacemiT K3 boot stack
Priority: ⬇️ Low Estimated code review effort: 3 (Moderate) | ~25 minutes Change: Feature Sequence Diagram(s)sequenceDiagram
participant UBoot
participant PCIeRootPort
participant NVMeDevice
participant PXEServer
UBoot->>PCIeRootPort: pci enum
PCIeRootPort->>NVMeDevice: enumerate device
UBoot->>NVMeDevice: nvme scan
UBoot->>PXEServer: dhcp and pxe get
PXEServer-->>UBoot: PXE boot data
Merge Risk: ⚪ Minimal · up to The revised K3 boot environment retains support for extlinux boot configurations. No merge-blocking risk remains. 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ 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 |
|
✅ This PR has been reviewed and approved — all set for merge! |
This picks up from the following PR; #10506
Additions:
k3-br-v1.0.8erasespifunctionrun erasespi(Forces unit into fastboot mode upon reset)dhcprun.Summary by CodeRabbit
New Features
Bug Fixes