Add Qcom SDX75 SoC and IDP board support#2554
Open
Mani-Sadhasivam wants to merge 3 commits into
Open
Conversation
Add SoC include file for Qualcomm SDX75 modem SoC. SDX75 is based on Cortex-A55 (ARMv8.2-A) and uses UBI filesystem for the rootfs. Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@oss.qualcomm.com>
Add machine configuration for the Qualcomm SDX75 IDP reference board. Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@oss.qualcomm.com>
Add KAS CI configuration for building core-image-minimal for the Qualcomm SDX75 IDP board. Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@oss.qualcomm.com>
Contributor
|
Is this IDP available in public somewhere? We should also add in our CI to make sure we're validating the build. An extra build at https://github.com/qualcomm-linux/meta-qcom/blob/master/.github/workflows/build-yocto.yml#L299 using nodistro should be more than enough. |
Test Results 63 files 305 suites 3h 4m 37s ⏱️ For more details on these failures, see this check. Results for commit 8d9d626. |
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.
Qcom SDX75 is the modem SoC supported in mainline kernel. This PR adds the SoC and IDP reference board support. This board features NAND as the storage medium as like its predecessor SDX55. Hence, added the necessary UBI configurations as well.