aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2021-02-16recipes-kernel/linux/linux-linaro-qcomlt-dev: use AUTOREVqcomlt-devNicolas Dechesne
This kernel recipe builds the QCLT integration branch which is not a *relase* branch, but is regularly rebased. With a fixed SRCREV the build will often break. Instead let's use AUTOREV. To avoid any network issue during parsing we use AUTOREV only when the recipe is selected, which most likely implies the user understands the risks and the benefits! Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2021-02-15Merge pull request #259 from Mani-Sadhasivam/sdx55Nicolas Dechesne
Initial machine support for SDX55
2021-02-12Merge pull request #266 from lumag/lt9611uxc-autoupdNicolas Dechesne
Automatically update LT9611UXC firmware
2021-02-12Merge pull request #270 from lumag/rb5-5.11Nicolas Dechesne
linux-linaro-qcomlt: bump 5.11 SRCREV to include few fixes
2021-02-12Merge pull request #212 from lumag/qcom-armv8aNicolas Dechesne
Support single MACHINE with multiple boot images
2021-02-12Merge pull request #269 from alimon/master_5.10Nicolas Dechesne
recipes-kernel: Linux 5.10 bump to rev fb0392de9ea6
2021-02-12linux-qcom-bootimg.inc: Support to generate multiple Android boot imagesDmitry Baryshkov
Handle the creation of multiple Android boot images: set parameters like rootfs device, boot address and page size based on KERNEL_DEVICETREE. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2021-02-11recipes-kernel: Linux 5.10 bump to rev 9ab492e76768Aníbal Limón
Changes, 9ab492e76768 arm64: defconfig: Enable QCOM audio as modules 67cf276de670 misc: fastrpc: restrict user apps from sending kernel RPC messages b8ff783ddc4f misc: fastrpc: fix incorrect usage of dma_map_sgtable fb0392de9ea6 arm64: dts: qcom: qrb5165-rb5: switch into using GPIO for SPI0 CS 00431b42fbd7 arm64: dts: qcom: sm8250: add pinctrl for SPI using GPIO as a CS e207855faec3 spi-geni-qcom: fix spi_geni_transfer_one for SE case Signed-off-by: Aníbal Limón <anibal.limon@linaro.org>
2021-02-11linux-linaro-qcomlt: bump 5.11 SRCREV to include few fixesDmitry Baryshkov
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2021-02-11qrb5165-rb5: include lt9611uxc-upgrade packageDmitry Baryshkov
Add lt9611uxc-upgrade recipe to autoupdate DSI-to-HDMI bridge firmware. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2021-02-11lt9611uxc-upgrade: provide a script to autoupgrae lt9611uxc firmwareDmitry Baryshkov
There are several reports of lt9611uxc failing to display an image when used with older firmware (0x40). If detected during the bootup upgrade that firmware to the latest provided version. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2021-02-10Merge pull request #265 from alimon/mesa_gitNicolas Dechesne
recipe-graphics: mesa_git bump to rev 13f92183c7d
2021-02-09qcom-armv8a.conf: define per-dtb machine parametersDmitry Baryshkov
Define kernel/machine parameters specific to each device tree blob. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2021-02-09conf/machine/include/*: switch QCOM_BOOTIMG_PAGE_SIZE defaultDmitry Baryshkov
Newer Qualcomm machines default to QCOM_BOOTIMG_PAGE_SIZE being 4096. Change default from 2048 to 4096 and update machine config files. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2021-02-09linux-qcom-bootimg: move machine-specific KERNEL_CMDLINE to conf fileDmitry Baryshkov
Move machine-specific KERNEL_CMDLINE append to machine (db845c) config file. Include file should not contain machine-specific settings. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2021-02-09linux-linaro-qcomlt: Add qcom-armv8a support in Linux recipesAníbal Limón
Signed-off-by: Aníbal Limón <anibal.limon@linaro.org> [DB: added 5.10 support] Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2021-02-09conf/machine: Add qcom-armv8a MACHINEAníbal Limón
This new MACHINE is target to build multiple Android boot images (boards) and use a common rootfs/userspace filesystem. Signed-off-by: Aníbal Limón <anibal.limon@linaro.org> [DB: Add RB5 support] Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2021-02-09Merge pull request #252 from lumag/rb5-board-data2Nicolas Dechesne
RB5: provide board data for ath11k driver
2021-02-08recipe-graphics: mesa_git bump to rev 13f92183c7dAníbal Limón
Fixes deqp freedreno installation paths changed in rev 6d2afe1c832. https://gitlab.freedesktop.org/mesa/mesa/-/commit/6d2afe1c83254c4cf437e14a221087ecc01cc7d1 Signed-off-by: Aníbal Limón <anibal.limon@linaro.org>
2021-02-05Merge pull request #262 from lumag/rb5-5.11Nicolas Dechesne
linux-linaro-qcomlt: add 5.11 version for sm8250 (RB5)
2021-02-05linux-linaro-qcomlt: add 5.11 version for sm8250 (RB5)Dmitry Baryshkov
For the next RB5 release add 5.11 linux-linaro-qcomlt recipe using special release branch. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2021-02-05Merge pull request #261 from alimon/rmtfs_qrtr_bumpNicolas Dechesne
qrtr and rmtfs updates
2021-02-03recipes-support: Fix version to 0.2+${SRCPV}Aníbal Limón
Signed-off-by: Aníbal Limón <anibal.limon@linaro.org>
2021-02-03recipes-support: qrtr bump to 0.3+${SRCPV}Aníbal Limón
Changes, 9dc7a88 libqrtr: Zero-initialize sockaddr_qrtr Signed-off-by: Aníbal Limón <anibal.limon@linaro.org>
2021-02-03Merge pull request #193 from lumag/multi-dtbNicolas Dechesne
Support multiple device tree files per machine
2021-02-04qrb5165-rb5: support both DVT and PVT devicetreesDmitry Baryshkov
rb5 dvt slightly differs from the production board, so support both DVT and PVT device trees. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2021-02-04linux-linaro: support building with multiple dtbsDmitry Baryshkov
Basing on the kernel from kernel-devicetree.bbclass support several devicetree files per machine. The first one from ${KERNEL_DEVICETREE} is used for 'default' boot images. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2021-02-02Merge pull request #257 from lumag/rb5-alsa-ucmNicolas Dechesne
alsa-ucm-conf: refresh qrb5165-rb5 patches
2021-02-02Initial support for SDX55 Telit FN980Manivannan Sadhasivam
SDX55 Telit FN980 based on SDX55 chipset which uses ubi filesystem for rootfs. Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
2021-02-02Initial support for SDX55-MTPManivannan Sadhasivam
SDX55-MTP based on SDX55 chipset which uses ubi filesystem for rootfs. Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
2021-01-29alsa-ucm-conf: refresh qrb5165-rb5 patchesDmitry Baryshkov
Refresh patches adding support for RB5 platform. As we are at it, move data to new place (Qualcomm/sm8250) and put symbolic links necessary to load it. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2021-01-28Merge pull request #253 from lumag/rb5-5.10-fwNicolas Dechesne
linux-linaro-qcomlt_5.10: bump SRCREV to fix firmware names on RB5
2021-01-27linux-linaro-qcomlt_5.10: bump SRCREV to fix firmware names on RB5Dmitry Baryshkov
Bump SRCREV to use new firmware names on RB5 board (use squashed .mbn files instead of .mdt files). Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2021-01-22linux-firmware: use alternatives for ath11k firmware filesDmitry Baryshkov
firmware-qcom-rb5 provides its own versions of QCA6390 board data (until upstream linux-firmware is fixed to provide correct board data). Make linux-firmware use update-alternatives to remove conflict with the firmware-qcom-rb5 package (which already uses alternatives for this file). Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2021-01-22firmware-qcom-rb5: install board data file for QCA6390Dmitry Baryshkov
Onboard ath11k WiFi requires board data file not present in linux firmware. Rebuild board data file completely using provided data. Install it using alternatives to support co-installation with linux-firmware-ath11k package. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2021-01-22Merge pull request #239 from lumag/rb5-fw-thundercommNicolas Dechesne
RB5: use Thundercomm firmware release for the firmware-qcom-rb5 recipe
2021-01-21Merge pull request #250 from alimon/master_5.10Nicolas Dechesne
recipes-kernel: Linux 5.10 bump to rev a58febc453b5
2021-01-21Merge pull request #248 from lumag/rb5-board-dataNicolas Dechesne
firmware-qcom-* improve board data handling
2021-01-20recipes-kernel: Linux 5.10 bump to rev a58febc453b5Aníbal Limón
Changes, a58febc453b5 arch/arm64/configs/defconfig: Enable USB_DWC3_ULPI for db820c 23c320329d2e arm64: defconfig: Enable PM8916 watchdog driver 775d8cfc20a4 arch/arm64/configs/defconfig: enable POWER_RESET_QCOM_PON 5fbc47cc611a arm64: defconfig: Enable fastrpc, mailbox c1c8cba7b722 arch/arm64/configs/defconfig: Enable BT_QCOMSMD as m for db410c 14d381093d5d ASoC: qcom: Fix broken support to MI2S TERTIARY and QUATERNARY e2f02a85415a ASoC: hdmi-codec: Fix return value in hdmi_codec_set_jack() Signed-off-by: Aníbal Limón <anibal.limon@linaro.org>
2021-01-20firmware-qcom-dragonboard845c: unpack data to the subdirDmitry Baryshkov
Unpack firmware archive into the subdir rather than into ${WORKDIR}, so that the WORKDIR is not clobbered. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2021-01-20firmware-qcom-dragonboard845c: use script from qca-swiss-army-knifeDmitry Baryshkov
Use script from qca-swiss-army-knife to generate board-2.json file. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2021-01-20qca-swiss-army-knife: add scripts to generate ath10k/ath11k board-2.jsonDmitry Baryshkov
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2021-01-20firmware-qcom-rb5: convert to use Thundercomm releaseDmitry Baryshkov
Rewrite the rb5 firmware recipe to use Thundercomm firmware release. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2021-01-20Merge pull request #245 from lumag/rb5-remove-mesaNicolas Dechesne
mesa: remove 20.3.0-rc2 recipe
2021-01-20Merge pull request #241 from lumag/fastrpcNicolas Dechesne
fastrpc: fix packaging of default listeners
2021-01-20Merge pull request #227 from lumag/adbdNicolas Dechesne
support adbd running on a device
2021-01-15Merge pull request #243 from alimon/masterNicolas Dechesne
recipes-graphics: mesa_git bump to rev eb2a4a7dee
2021-01-14mesa: remove 20.3.0-rc2 recipeDmitry Baryshkov
Remove recipe that was used to provide development version of mesa for the RB5 platform. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2021-01-14fastrpc: bump srcrev and fix packaging of default listenersDmitry Baryshkov
Default fastrpc listeners should be packaged as a part of fastrpc package (rather than fastrpc-dev), where they land by default. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2021-01-13recipes-graphics: mesa_git bump to rev eb2a4a7deeAníbal Limón
Refresh patches to apply, 0001-meson.build-check-for-all-linux-host_os-combinations.patch 0002-meson.build-make-TLS-ELF-optional.patch Signed-off-by: Aníbal Limón <anibal.limon@linaro.org>