Skip to content

Commit

Permalink
Merge pull request #678 from lumag/x1e80100-drop-audio-fw
Browse files Browse the repository at this point in the history
firmware-qcom-x1e80100: drop audio firmware
  • Loading branch information
lumag authored Nov 20, 2024
2 parents c0112ba + 98eebb0 commit aa11e77
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ WOA_SUBDIR = "8380_CRD"

WOA_CABINETS = " \
qcdx8380.cab;name=dx \
qcsubsys_ext_adsp8380.cab;name=adsp \
qcsubsys_ext_cdsp8380.cab;name=cdsp \
qcwlanmsl8380.cab;name=wlan \
"
Expand All @@ -17,27 +16,22 @@ SRC_URI = " \
"

SRC_URI[dx.sha256sum] = "fce26a9c95ff8f5ddbc58312dfad9d1d317bda1a9a854ea49290acb34485bbbd"
SRC_URI[adsp.sha256sum] = "872581d2b371c7b4e2ba779f8dc9899fff45ffcec2ca58e6981d76bc1113a7d8"
SRC_URI[cdsp.sha256sum] = "610af5d3ab44181ad7995576b9f064463ac9dd3c883b7105a40b14cfe36694b9"
SRC_URI[wlan.sha256sum] = "30b7a7254469be777672a1a99e1d3049f20632471378cd33df5108e8be056e99"

SPLIT_FIRMWARE_PACKAGES = "\
linux-firmware-qcom-${FW_QCOM_NAME}-audio \
linux-firmware-qcom-${FW_QCOM_NAME}-compute \
linux-firmware-qcom-${FW_QCOM_NAME}-venus \
linux-firmware-qcom-${FW_QCOM_NAME}-wifi \
"

FILES:linux-firmware-qcom-${FW_QCOM_NAME}-audio:append = " ${FW_QCOM_PATH}/adsp_dtbs.elf"
FILES:linux-firmware-qcom-${FW_QCOM_NAME}-compute:append = " ${FW_QCOM_PATH}/cdsp_dtbs.elf"
FILES:linux-firmware-qcom-${FW_QCOM_NAME}-wifi:append = " ${FW_QCOM_PATH}/wpss.mbn"

require firmware-woa.inc

do_install:append() {
ln -s -T qcadsp8380.mbn ${D}${FW_QCOM_PATH}/adsp.mbn
ln -s -T qccdsp8380.mbn ${D}${FW_QCOM_PATH}/cdsp.mbn

ln -s -T adsp_dtbs.elf ${D}${FW_QCOM_PATH}/adsp_dtb.mbn
ln -s -T cdsp_dtbs.elf ${D}${FW_QCOM_PATH}/cdsp_dtb.mbn
}

0 comments on commit aa11e77

Please sign in to comment.