aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-bsp/firmware/firmware-qcom-dragonboard410c_1034.2.1.bb
AgeCommit message (Collapse)Author
2021-07-09firmware-qcom-dragonboard410c: add support for fw 1036.1Dmitry Baryshkov
Firmware 1036.1 was never release for further redistribution, however it can be manually downloaded from Qualcomm site. Add a recipe to build it. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> (cherry picked from commit e2278e196ef790cde752ab26cca6067c09b18d6c)
2021-07-09firmware-qcom-*: switch to allarchDmitry Baryshkov
Change all firmware packages to use allarch.bbclass (as linux-firmware does) rather than tying them to the ${MACHINE}, since there is nothing machine-specific in firmware packgages themselves (and qcom-armv8a machine will include some of them anyway). Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> (cherry picked from commit f8d25de4f652366bd86932e6831102de8dfe503a)
2021-04-09recipes-bsp/firmware: Compatible machine and License installAníbal Limón
- Remove COMPATIBLE_MACHINE to allow be installed in any machine. - Remove conflicts with linux-firmware-qcom-license: When try to install together this tree packages fails due to each of them provide license so use linux-firmware one since we are using linux-firmware when available. - Install each license with ${PN} suffix to avoid install conflicts. Signed-off-by: Aníbal Limón <anibal.limon@linaro.org> (cherry picked from commit c8736f2be8d50f42464ceded260fb6206853c00f)
2020-06-08dragonboard-410c: Switch to use linux-firmware-qcom-{adreno-a3xx,venus-1.8}Aníbal Limón
Signed-off-by: Aníbal Limón <anibal.limon@linaro.org> (cherry picked from commit 65be9bd6a5fa96dd4ee441901b1fa464b72dfc98) Signed-off-by: Aníbal Limón <anibal.limon@linaro.org>
2020-01-15recipes-bsp/firmware: Install modem/wcnss firmware in qcom directoryAníbal Limón
Now this firmware needs to be installed based on SoC so copy inside qcom/msm8916 folder. Signed-off-by: Aníbal Limón <anibal.limon@linaro.org>
2018-03-13firmware-qcom-dragonboard: fix qa warningRamon Fried
added "/boot/modem_fsg" to FILES to fix installed but not shipped warning Signed-off-by: Ramon Fried <rfried@codeaurora.org> Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> (cherry picked from commit 5d39fe07620748e6c67c342d2a02edea65e25276)
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>