Skip to content

Commit ce068b9

Browse files
committed
firmware-qcom-qcs9100: package latest firmware for QCS9100
Add recipe to package the latest DSP firmware files for the board in order to be able to test them on the hardware. Signed-off-by: Dmitry Baryshkov <[email protected]>
1 parent d038820 commit ce068b9

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

meta-qcom-tip/conf/qcom-tip.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ QCOM_QCS8300_BOOTBINARIES_SUM = "5f82e10d64afb10fe812bb6741aa74894718fd05654f39d
77

88
QCOM_QCS9100_PV = "00085.0"
99
QCOM_QCS9100_BOOTBINARIES_SUM = "10a0f1859021ef8e0e8e367c5050faf16573af99c4e4ffc608f5e0804093ff01"
10+
QCOM_QCS9100_FIRMWARE_SUM = "b41759b0adb324d304703ab162e9d5656551e37d216744a6d3e476666d9b0b5e"
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
QCOM_FW_BOARD = "QCS9100"
2+
QCOM_FW_SOC = "qcs9100"
3+
QCOM_FW_NAME = "QCS9100_fw"
4+
5+
FW_QCOM_NAME = "sa8775p"
6+
7+
DSP_PKG_NAME = "qcom-sa8775p-ride"
8+
DSP_QCOM_VENDOR = "Qualcomm"
9+
DSP_QCOM_DEVICE = "SA8775P-RIDE"
10+
11+
require firmware-qcom-tip.inc
12+
13+
do_install:append() {
14+
mv ${D}/${DSP_QCOM_PATH}/dsp/*/*jsn ${D}/${FW_QCOM_PATH}
15+
}

0 commit comments

Comments
 (0)