aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-bsp/firmware/firmware-qcom-dragonboard410c_1032.1.bb
AgeCommit message (Collapse)Author
2018-03-12firmware-qcom-dragonboard: upgrade to r1034.2.1Ramon Fried
Qualcomm has release Linux BSP firmware package r1034.2.1 main changes are the following: * new golden EFS partition with sanitized defaults for GPS. * combined SBL for eMMC and SDcard. * Wifi STA/BT Coex fix * Secure boot fixes Signed-off-by: Ramon Fried <rfried@codeaurora.org> Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> (cherry picked from commit 1b63a05ed4427f7e316c741ab28b20eca2bed8f5)
2018-02-27firmware: use firmware from meta-qcomNicolas Dechesne
Some firmware blob for APQ8016 are now included in linux-firmware, however not all of them. It creates conflicts when trying to install 'linux-firmware' and 'firmware-qcom-dragonboard410c' packages. This patch 'backports' the linux-firmware packaging for QCOM firmware which was merged in OE-core: 687d71982a linux-firmware: add packaging for QCOM firmware for APQ8016 and APQ8096 Only the bits for APQ8016 are backported, since oe-core/rocko linux-firmware recipe is still a bit too old, and does not include the APQ8096 firmware (yet). With this change some firmware are packaged twice then, and for now we want to give priority to the firmware recipe from meta-qcom, and we use RCONFLICTS/RREPLACES/RPROVIDES for that. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2018-02-08firmware-qcom: use nonarch_base_libdir instead of /libRicardo Salveti
Hardcoded /lib is not compatible with usrmerge. Signed-off-by: Ricardo Salveti <ricardo@opensourcefoundries.com> (cherry picked from commit df97f9e7b28a29305e4036064328ad027dc57c58)
2017-11-07firmware-qcom-dragonboard410c: remove ACCEPT_EULA variableNicolas Dechesne
Since r1032.1 the Qualcomm firmware have been released with a license that allows redistribution. And the file is now available publicly without the need for user to read/accept EULA. As such, we remove the constraint on meta-qcom as well. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2017-10-05firmware-qcom-dragonboard410c: add symlinks for venus filesNicolas Dechesne
Venus firmware files have reached linux-firmware git tree, but they are located at a different location in /lib/firmware. Depending on which kernel version the users are compiling it might look for them in the 'old' or the 'new' location. For now add symlinks, until we switch to newer kernel and start using linux-firmware package. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> (cherry picked from commit c4db9c8e9e6bbad7ccf4c87ee6e3d9aa73d67a4d)
2017-05-09firmware-qcom-dragonboard: upgrade to r1032.1Nicolas Dechesne
Qualcomm has release Linux BSP firmware package r1032.1. Main changes are the following: * new LICENSE/EULA that allows redistribution * new SBL with support for CDT partition and LK signing * new DSP firmware with GPS and audio coexistence Since the new license allows redistribution, the firmware is no hosted on 96boards.org and the file is published as a standard ZIP file, not a self extractable archive as before. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>