Add Qcom SDX75 SoC and IDP board support#2554
Conversation
|
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. |
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>
Enable basic build support for Qcom SDX75 IDP board using GitHub Actions. Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@oss.qualcomm.com>
No, this is an internal evaluation board, just like MTP, CRD...
Done |
|
Are there any plans to run boot tests on this board? |
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.