Skip to content

Commit 3ac7696

Browse files
committed
firmware-qcom-boot-qcs615: add boot firmware recipe
Use the boot firmwares from 00095.0 release and split recipe into .inc/.bb files. Changes include: - Support systemd-boot - Fix random crash with correct clock plan in AOP - Fix bootup failure from ETM save/restore function in Gunyah - Minor bug fixes Signed-off-by: Shoudi Li <[email protected]>
1 parent 21f723f commit 3ac7696

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
DESCRIPTION = "QCOM NHLOS Firmware for Qualcomm QCS615 platform"
2+
LICENSE = "Proprietary"
3+
LIC_FILES_CHKSUM = "file://${UNPACKDIR}/${BOOTBINARIES}/Qualcomm-Technologies-Inc.-Proprietary;md5=58d50a3d36f27f1a1e6089308a49b403"
4+
5+
FW_ARTIFACTORY = "softwarecenter.qualcomm.com/download/software/chip/qualcomm_linux-spf-1-0/qualcomm-linux-spf-1-0_test_device_public"
6+
FW_BUILD_ID = "r1.0_${PV}/qcs615-le-1-0"
7+
FW_BIN_PATH = "common/build/common/bin"
8+
BOOTBINARIES = "QCS615_bootbinaries"
9+
10+
SRC_URI = " \
11+
https://${FW_ARTIFACTORY}/${FW_BUILD_ID}/${FW_BIN_PATH}/${BOOTBINARIES}.zip;downloadfilename=${BOOTBINARIES}_r1.0_${PV}.zip;name=bootbinaries \
12+
"
13+
14+
QCOM_BOOT_IMG_SUBDIR = "qcs615"
15+
16+
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-qcs615.inc
2+
3+
SRC_URI[bootbinaries.sha256sum] = "c9b0332873feda447b32491dcbbc96255c3cf88da1868d89ac5113b01cb42f75"

0 commit comments

Comments
 (0)