Adds 2gb variant, smbios information for each variant, dynamic memory@ node, fixes 8gb timings#26
Merged
shoaibmerchant merged 6 commits intomecha-org:imx/lf_v2025.04from Mar 5, 2026
Conversation
We want to keep a single imx8mp-mecha-comet-u-boot.dtsi and different dts files, these dts files include the smbios node and relevant memory node. Signed-off-by: Bhushan Shah <bhushan.shah@machinesoul.in>
- Cleanup unused lpddr4_timing_ndm.c - Add new timings for 2gb variant - Add 2gb dts with smbios information and memory node Signed-off-by: Advait Dhamorikar <advaitd@mechasystems.com> Signed-off-by: Bhushan Shah <bhushan.shah@machinesoul.in>
INLINE_ECC feature is not used on the comet, remove the unused code. This code is no-op anyway because config option does not exist. Signed-off-by: Bhushan Shah <bhushan.shah@machinesoul.in>
We do not need the different dtb in linux, Kernel and other loaders such as systemd-boot should be able to use "DT Fixup protocol" to ask u-boot to fix dtb loaded at runtime. Fill up memory bank information that we have from system config. Currently at least for Revision B00, we need separate u-boot for each memory configuration. In newer revision there will be gpio pullups/downs which we can use to figure out revision u-boot is running on and setup memory values dynamically. Signed-off-by: Bhushan Shah <bhushan.shah@machinesoul.in>
cc0c5ce to
53b67c3
Compare
53b67c3 to
7ef4286
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This patchset adds