dts: Add Micas M2-W6950-128OC BMC device tree into patches-sonic#586
Open
luka-micas wants to merge 1 commit into
Open
dts: Add Micas M2-W6950-128OC BMC device tree into patches-sonic#586luka-micas wants to merge 1 commit into
luka-micas wants to merge 1 commit into
Conversation
Signed-off-by: luka-micas <luka@micasnetworks.com>
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
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.
Why I did it
Added device tree support for the Micas M2-W6950-128OC BMC platform:
New
micas-m2-w6950-128oc.dtscontaining the complete Aspeed AST2700 hardware description for Micas BMCNew
aspeed-g7-alt-flash-layout-64.dtsidefining alternate flash partition layout (including u-boot, kernel, rootfs, and other partitions)Updated
arch/arm64/boot/dts/aspeed/Makefileto add compilation rule for micas-m2-w6950-128oc.dtbHow I did it
Enable SONiC Linux kernel builds to produce the correct device tree binary (DTB) for the Micas M2-W6950-128OC BMC hardware, allowing the platform to boot correctly and expose the expected hardware description to the kernel.
How to verify it
Applied the patch to confirm the kernel tree contains the expected new DTS/DTI files and Makefile entries. The device tree has been verified on Micas M2-W6950-128OC BMC hardware—kernel images built using these DTBs boot successfully and operate as expected on the target BMC.