Skip to content

Commit 2834c7f

Browse files
committed
firmware-qcom-boot-sm8750: Add boot firmware recipe
This recipe fetches and installs the boot firmware and CDT to generate flat build for SM8750-MTP board. Signed-off-by: Vivek Puar <vpuar@qti.qualcomm.com>
1 parent 8f9cf91 commit 2834c7f

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
DESCRIPTION = "QCOM NHLOS Firmware for Qualcomm SM8750-MTP platform"
2+
LICENSE = "LICENSE.qcom-2"
3+
LIC_FILES_CHKSUM = "file://${UNPACKDIR}/LICENSE.${BPN};md5=6e1bae7ef13289c332a27b917fb49764"
4+
5+
FW_ARTIFACTORY = "softwarecenter.qualcomm.com/nexus/generic/software/chip/qualcomm_linux-spf-0-0/qualcomm-linux-spf-0-0_test_device_public"
6+
FW_BUILD_ID = "r0.0_${PV}/pakala-le-0-0"
7+
FW_BIN_PATH = "common/build/ufs/bin"
8+
BOOTBINARIES = "pakala_bootbinaries"
9+
10+
SRC_URI = " \
11+
https://${FW_ARTIFACTORY}/${FW_BUILD_ID}/${FW_BIN_PATH}/${BOOTBINARIES}.zip;downloadfilename=${BOOTBINARIES}_r0.0_${PV}.zip;name=bootbinaries \
12+
https://${FW_ARTIFACTORY}/${FW_BUILD_ID}/LICENSE.txt;downloadfilename=LICENSE.${BPN};name=license \
13+
https://artifacts.codelinaro.org/artifactory/codelinaro-le/Qualcomm_Linux/SM8750/cdt/sm8750-mtp_wcn7881.zip;downloadfilename=sm8750-mtp_wcn7881_${PV}.zip;name=sm8750-mtp_wcn7881 \
14+
"
15+
SRC_URI[license.sha256sum] = "3ad8f1fd82f2918c858cec2d0887b7df6f71a06416beecfdb3efe7d62874d863"
16+
SRC_URI[sm8750-mtp_wcn7881.sha256sum] = "474c35a6f06948808be118a8b0dac61ca53fd71182c1f03b92ca30d34dbb8a58"
17+
18+
QCOM_BOOT_IMG_SUBDIR = "sm8750"
19+
20+
include firmware-qcom-boot-common.inc
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
require firmware-qcom-boot-sm8750.inc
2+
3+
SRC_URI[bootbinaries.sha256sum] = "3e09eef0dbdecf2c5680f9278ed4fd6f32b0b5f89cb16e7ad3459a56986c4469"

0 commit comments

Comments
 (0)