conf/machine: iq-8275-evk: add U-Boot bootloader support - #2820
Open
balajiselvanathan wants to merge 1 commit into
Open
conf/machine: iq-8275-evk: add U-Boot bootloader support#2820balajiselvanathan wants to merge 1 commit into
balajiselvanathan wants to merge 1 commit into
Conversation
Wire up U-Boot as a selectable bootloader for the iq-8275-evk (QCS8300 "monaco" family) EVK, following the same pattern already used for iq-615-evk, iq-9075-evk, and qcs615-ride. - conf/machine/include/qcom-u-boot-common.inc: add UBOOT_CONFIG[iq-8275-evk] = "qcom_qcs8300_defconfig" and BOARD_MBN_HEADER[iq-8275-evk] = "v6", matching the QCS8300 SoC's upstream defconfig and the MBN header version used by other recent single-SoC EVKs. - conf/machine/qcom-armv8a.conf: add iq-8275-evk to the combined UBOOT_CONFIG list. - conf/machine/iq-8275-evk.conf: set UBOOT_CONFIG = "iq-8275-evk" to select the machine's own defconfig entry. - .github/workflows/build-yocto.yml: add a CI matrix entry building iq-8275-evk with ci/u-boot-qcom.yml so U-Boot is exercised in CI. Signed-off-by: Balaji Selvanathan <balaji.selvanathan@oss.qualcomm.com>
Test Results 117 files + 50 698 suites +384 7h 32m 4s ⏱️ + 3h 10m 44s For more details on these failures, see this check. Results for commit 9ea0069. ± Comparison against base commit 77205c4. |
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.
Wire up U-Boot as a selectable bootloader for the iq-8275-evk (QCS8300 "monaco" family) EVK, following the same pattern already used for iq-615-evk, iq-9075-evk, and qcs615-ride.