ti: configs: family: k3: Update baseline to 12.00.00.07#9643
ti: configs: family: k3: Update baseline to 12.00.00.07#9643jonaswood01 wants to merge 3 commits intoarmbian:mainfrom
Conversation
Signed-off-by: Jonas Wood <jw@ti.com>
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
📝 WalkthroughWalkthroughUpdates board-specific boot and ATF configurations for multiple TI K3 SoC variants, transitions boot targets from am6254xxl to am6254atl, switches ATF platform from am62l to am62lx, updates OP-TEE platform reference, and bumps TI Processor SDK, kernel, and boot versions across multiple branch variants with new commit references. Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~25 minutes Possibly related PRs
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ 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 |
|
@coderabbitai review |
✅ Actions performedReview triggered.
|
1 similar comment
✅ Actions performedReview triggered.
|
Signed-off-by: Jonas Wood <jw@ti.com>
b874713 to
ab4aacb
Compare
|
✅ This PR has been reviewed and approved — all set for merge! |
Will retry approvals once I open PR.
Boards do not boot into kernel in current PR state.
Cause is definitely linux-k3-vendor*.config and linux-k3-edge.config needing sync following kernel 6.18 LTS migration, already done in TI/armbian-build for 12.0 release.
Completely replace previous .config using same procedure across TI SDK: - export ARCH=arm64 - make defconfig - scripts/kconfig/merge_config.sh .config kernel/configs/ti_arm64_prune.config - scripts/kconfig/merge_config.sh .config /tmp/armbian_k3_critical_final.config -- https://paste.armbian.com/umanujojon.makefile - (ONLY FOR RT): scripts/kconfig/merge_config.sh .config kernel/configs/ti_rt.config - make olddefconfig - make savedefconfig - cp defconfig ~/armbian-build/config/kernel/linux-k3-<branch>.config Signed-off-by: Jonas Wood <jw@ti.com>
Description
How Has This Been Tested?
sk-am62-lp: build log, boots ?sk-am62-sip: build log, boots ?sk-am62b: build log, boots ?sk-am62p: build log, boots ?tmds62levm: build log, boots ?sk-am64b: build log, boots ?sk-am68: build log, boot not testedsk-am69: build log, boot not testedsk-tda4vm: build log, boot not testedNotes:
vendorbranch recently, prior to public release of imagesChecklist:
Summary by CodeRabbit