sm8750-mtp: update partition conf for sm8750-mtp#73
sm8750-mtp: update partition conf for sm8750-mtp#73lumag merged 2 commits intoqualcomm-linux:mainfrom
Conversation
lumag
left a comment
There was a problem hiding this comment.
Fails the build:
2026-02-24T13:24:57.2519096Z Unknown uefi_dtbs.elf referenced in platforms/sm8750-mtp/ufs/contents.xml
2026-02-24T13:24:57.2519842Z Unknown uefi_dtbs.elf referenced in platforms/sm8750-mtp/ufs/contents.xml
2026-02-24T13:24:57.2586017Z Unknown uefi_dtbs.elf referenced in platforms/sm8750-mtp/ufs/partitions.xml
2026-02-24T13:24:57.2586880Z Unknown uefi_dtbs.elf referenced in platforms/sm8750-mtp/ufs/partitions.xml
2026-02-24T13:24:57.3641033Z Unknown uefi_dtbs.elf referenced in platforms/sm8750-mtp/ufs/rawprogram4.xml
2026-02-24T13:24:57.3642149Z Unknown uefi_dtbs.elf referenced in platforms/sm8750-mtp/ufs/rawprogram4.xml
Also, what does this mean?
Remove abl2esp-v7.elf as Systemd-boot support added in uefi.
Additional file uefi_dtbs.elf is used by SM8750-MTP, adding it to check-missing-files Signed-off-by: Vivek Puar <vpuar@qti.qualcomm.com>
Will add entry for uefi_dtbs.elf in check-missing-files
The uefi in boot binaries have systemd-boot support added, so we no longer need to use abl2esp and pack dtb inside uki. We will be flashing dtb.bin like other QLI targets. Once this partition.conf changes gets merged, will raise PR to add bootbinaries and CDT for SM8750-MTP on meta-qcom, and update the file esp-qcom-image.bb where we are packing dtb inside uki |
8a4a6c5 to
d747034
Compare
|
@vivpuar what is "systemd-boot support"? It is a standard bootloader and it doesn't need any special support from UEFI. |
SM8750 was using abl as bootloader and systemd-boot was not used when we added this partition.conf, so we used abl2esp.elf in order to boot. Now as we have systemd-boot enabled, we no longer need abl2esp.elf. |
Drop keymint.mbn as it is not required for boot. SM8750-MTP was using ABL as bootloader, requiring abl2esp.elf to boot, but with systemd-boot now enabled, it is no longer needed. Add uefi_dtbs partition entry to the partition conf. Signed-off-by: Vivek Puar <vpuar@qti.qualcomm.com>
This is close to a proper changelog entry. Please fit it into one sentence and update both commit message and PR description. |
d747034 to
85b669c
Compare
|
@lumag Can you review and merge the change if commit message looks fine? |
With boot binaries released for SM8750-MTP, need few changes in partition.conf in order to boot to shell: