uboot: Add support for the Shikra platform#2764
Conversation
Test Results 111 files + 82 658 suites +629 7h 48m 37s ⏱️ + 6h 38m 42s Results for commit 989a2d6. ± Comparison against base commit 3c8e2f2. This pull request removes 5 and adds 146 tests. Note that renamed tests count towards both.♻️ This comment has been updated with latest results. |
Dmitry Baryshkov (lumag)
left a comment
There was a problem hiding this comment.
Set UBOOT_CONFIG to shikra-evk to align with the
U-Boot configuration added for this platform.
Please fix your editor to wrap commit messages at a sane boundary.
Dmitry Baryshkov (@lumag) , the body of commit msg is wrapped under 75 char per line, could you please let me know what is the expectation on this? |
It's wrapped at 48 chars, not 75. |
Koen Kooi (koenkooi)
left a comment
There was a problem hiding this comment.
Leave out "Yocto build environment", it is both self-evident and wrong, since this is an OE build environment, the "Yocto Project" is something else entirely.
Add U-Boot configuration for the shikra-evk platform using qcom_shikra_defconfig and set the MBN header version to v6. Signed-off-by: Aswin Murugan <aswin.murugan@oss.qualcomm.com>
Set UBOOT_CONFIG to shikra-evk to align with the U-Boot configuration added for this platform. Signed-off-by: Aswin Murugan <aswin.murugan@oss.qualcomm.com>
Add shikra-evk to the default UBOOT_CONFIG list so that U-Boot is built for this platform alongside other Qualcomm ARMv8a machines. Signed-off-by: Aswin Murugan <aswin.murugan@oss.qualcomm.com>
Extend the GitHub workflow to build U-Boot variants with the linux-qcom-6.18 kernel for the shikra-evk. Signed-off-by: Aswin Murugan <aswin.murugan@oss.qualcomm.com>
Dmitry Baryshkov (@lumag) , changed as per the suggestion. |
Koen Kooi (@koenkooi) , changed it |
It introduces U-Boot configuration support for the Shikra machine by
enabling UBOOT_CONFIG and selecting qcom_shikra_defconfig for platform-
specific initialization.
Additionally, the GitHub CI workflow is extended to build U-Boot variants
for shikra alongside the linux-qcom-6.18 kernel, ensuring continuous
integration coverage for the platform.