firmware-qcom-boot-x7181: Update boot to 00012#2270
Merged
Conversation
known fixes: -fix(boot): Fix Purwa bootup crash Signed-off-by: Ishna Jain <ishnjain@qti.qualcomm.com>
6ed94a3 to
5cd052a
Compare
Test Results 103 files ±0 632 suites ±0 5h 22m 12s ⏱️ + 9m 43s Results for commit 5cd052a. ± Comparison against base commit 3ea9e9e. This pull request removes 2 tests.♻️ This comment has been updated with latest results. |
Contributor
|
Should these boot binaries be promoted to |
Member
Author
yes |
lumag
approved these changes
May 22, 2026
ricardosalveti
approved these changes
May 23, 2026
cedc72c
into
qualcomm-linux:master
253 of 254 checks passed
Contributor
|
Successfully created backport PR for |
xinlon-z
added a commit
to xinlon-z/meta-qcom
that referenced
this pull request
May 26, 2026
Remove explicit setting of `QCOM_DTB_DEFAULT` to enable FIT multi-DTB support on IQ-X5121 IoT EVK. The minimum boot firmware version to use with multi-dtb is 00012(PR: qualcomm-linux#2270) Signed-off-by: Xinzheng Long <xinzheng.long@oss.qualcomm.com>
lumag
added a commit
that referenced
this pull request
May 28, 2026
) # Description Backport of #2270 to `wrynose`.
lumag
added a commit
that referenced
this pull request
May 28, 2026
Remove explicit setting of `QCOM_DTB_DEFAULT` to enable FIT multi-DTB support on IQ-X5121 IoT EVK. Boot log: ``` ParseFitDt: image_number 2 ProcessQcomMetaDtbOemNode: Board Param: OEM Id = 0 ProcessQcomMetaDtbSocNode:Board Param: ChipId: 0x2C7 ProcessQcomMetaDtbSocNode: Node purwa FromDtbChipIdentifier = 2C7 ProcessQcomMetaDtbSocVerNode:Board Param: ChipVersion: 0x10000 ProcessQcomMetaDtbSocVerNode: Node socv1.0 FromDtbChipRevision = 10000 ProcessQcomMetaDtbBoardNode: Board Param: BoardId = 0x2F ProcessQcomMetaDtbBoardNode: Node evk BoardId = 0x2F ProcessQcomMetaDtbBoardRevNode: Board Param: Board Revision = 0x10000 ProcessQcomMetaDtbBoardRevNode: Node r1.0 BoardRevId = 0x10000 PackageId: 0x0 ProcessQcomMetaDtbSocSkuNode: Board Param: FoundryId: 0x1 PackageId: 0x0 ProcessQcomMetaDtbBoardSubTypePeripheralSubTypeNode: Board Param: BoardSubTypeId = 0x0 ProcessQcomMetaDtbBoardSubTypePeripheralSubTypeNode: Node subtype0 From fdt BoardSubTypeId = 0 Failed to get boot device type, Not Found ProcessQcomMetaDtbBoardSubTypeStorageSubTypeNode: Board Param: BootDeviceType = 0x1 ProcessQcomMetaDtbBoardSubTypeStorageSubTypeNode: Node emmc From fdt StorageTypeId = 1 ProcessQcomMetaDtbBoardMemorySizeNode:Board Param: Ddr Size = 0 ProcessQcomMetaDtbBoardMemorySizeNode: Node 4GB+ From fdt DdrSizeId = 0 ProcessQcomMetaDtbSoftSkuNode: Board Param: Board SoftSkuId = 0 ProcessQcomMetaDtbSoftSkuNode: Node softsku0 SoftSkuId = 0 ParseFitDt: Configuration From BoardParam qcom, purwa, socv1.0, evk, r1.0, subtype0, emmc, 4GB+, softsku0, FindConfigToBoot: SubNode 500 And Node Name conf-1 Len = 6 FindConfigToBoot: CompatibleMatchFlag = 1 CurrSubStringCnt = 2 FindConfigToBoot:Booting with = qcom,purwa-evk FindConfigToBoot: i = 0 fdt fdt-purwa-iot-evk.dtb str len = 21 ParseFitDt:: Config fdt-purwa-iot-evk.dtb & Type 0 FitLoadDtbFromFdt: Config fdt-purwa-iot-evk.dtb & Type 0 Reading of OsConfigTableSelection failed,checking DT settings HypDtFixupEventNotifyFunc: Dtb apply overlay skipped UEFI Total : 2347 ms ``` The minimum boot firmware version for iq-x5121-evk multi-dtb support: #2270
kraj
pushed a commit
to YoeDistro/meta-qcom
that referenced
this pull request
May 28, 2026
Remove explicit setting of `QCOM_DTB_DEFAULT` to enable FIT multi-DTB support on IQ-X5121 IoT EVK. The minimum boot firmware version to use with multi-dtb is 00012(PR: qualcomm-linux#2270) Signed-off-by: Xinzheng Long <xinzheng.long@oss.qualcomm.com> (cherry picked from commit 6656111)
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.
known fixes:
-fix(boot): Fix Purwa bootup crash