Skip to content

Commit

Permalink
Merge pull request #546 from lumag/8150-hdk
Browse files Browse the repository at this point in the history
Firmware for SM8150-HDK
  • Loading branch information
lumag authored Nov 16, 2023
2 parents 8a7605a + d91ec46 commit da12942
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 0 deletions.
27 changes: 27 additions & 0 deletions recipes-bsp/firmware/firmware-qcom-sm8150-hdk.bb
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Specify location of the corresponding NON-HLOS.bin file by adding
# NHLOS_URI:pn-firmware-qcom-sm8350-hdk = "..." to local.conf. Use "file://"
# if the file is provided locally.

DESCRIPTION = "QCOM Firmware for SM8150 HDK (aka HDK855) board"

LICENSE = "CLOSED"

FW_QCOM_NAME = "sm8150"

FW_QCOM_LIST = "\
adsp.mbn adspr.jsn adspua.jsn \
cdsp.mbn cdspr.jsn \
modem.mbn modemuw.jsn \
slpi.mbn slpir.jsn \
"

require recipes-bsp/firmware/firmware-qcom.inc
require recipes-bsp/firmware/firmware-qcom-nhlos.inc
include recipes-bsp/firmware/firmware-qcom-adreno.inc

SPLIT_FIRMWARE_PACKAGES = "\
linux-firmware-qcom-${FW_QCOM_NAME}-audio \
linux-firmware-qcom-${FW_QCOM_NAME}-compute \
linux-firmware-qcom-${FW_QCOM_NAME}-modem \
linux-firmware-qcom-${FW_QCOM_NAME}-sensors \
"
13 changes: 13 additions & 0 deletions recipes-bsp/packagegroups/packagegroup-firmware-sm8150-hdk.bb
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
SUMMARY = "Firmware packages for the SM8150-HDK (aka HDK855) board"

inherit packagegroup

RRECOMMENDS:${PN} += " \
${@bb.utils.contains('DISTRO_FEATURES', 'bluetooth', 'linux-firmware-qca', '', d)} \
${@bb.utils.contains('DISTRO_FEATURES', 'wifi', 'linux-firmware-ath11k', '', d)} \
firmware-qcom-sm8150-hdk \
linux-firmware-qcom-sm8150-audio \
linux-firmware-qcom-sm8150-compute \
linux-firmware-qcom-sm8150-modem \
linux-firmware-qcom-sm8150-sensors \
"

0 comments on commit da12942

Please sign in to comment.