Skip to content

Commit dc31a78

Browse files
committed
sm8750-mtp.conf: add boot firmware for SM8750-MTP
Add boot firmware support for SM8750-MTP board, systemd-boot is enabled so drop ABL_SIGNATURE_VERSION definition from machine as we no longer need to use abl2esp.elf file during boot. Signed-off-by: Vivek Puar <vpuar@qti.qualcomm.com>
1 parent 59bf8af commit dc31a78

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

conf/machine/sm8750-mtp.conf

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ MACHINE_FEATURES = "efi usbhost usbgadget alsa wifi bluetooth"
88

99
QCOM_DTB_DEFAULT ?= "sm8750-mtp"
1010

11-
ABL_SIGNATURE_VERSION ?= "v7"
12-
1311
KERNEL_DEVICETREE ?= " \
1412
qcom/sm8750-mtp.dtb \
1513
"
@@ -19,3 +17,9 @@ MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += " \
1917
packagegroup-sm8750-mtp-hexagon-dsp-binaries \
2018
qcom-fastcv-binaries-sm8750-mtp-dsp \
2119
"
20+
21+
QCOM_CDT_FILE = "cdt_pakala_mtp_0.4.0"
22+
QCOM_BOOT_FILES_SUBDIR = "sm8750"
23+
QCOM_PARTITION_FILES_SUBDIR ?= "partitions/sm8750-mtp/ufs"
24+
25+
QCOM_BOOT_FIRMWARE = "firmware-qcom-boot-sm8750"

0 commit comments

Comments
 (0)