aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2023-11-13Merge pull request #540 from quic-vkraleti/move-to-tipDmitry Baryshkov
recipes-support: pd-mapper bump to rev 10997ba
2023-11-10recipes-support: pd-mapper bump to rev 10997baViswanath Kraleti
Changes, 10997ba pd-mapper: Add ability to decompress .xz json files 107104b ANDROID: pd-mapper: Update Android.bp srcs 352a39c ANDROID: pd-mapper: Use /vendor/firmware path for AOSP b4c1e36 correct SIGSEGV when firmware is not present a500e63 Makefile: allow $(CFLAGS), $(LDFLAGS) override 9d78fc0 pd-mapper: Null terminate firmware_value string Signed-off-by: Viswanath Kraleti <quic_vkraleti@quicinc.com>
2023-11-10Merge pull request #539 from lumag/bump-compatDmitry Baryshkov
layer.conf: Switch layer to nanbield series only
2023-11-10layer.conf: Switch layer to nanbield series onlyDmitry Baryshkov
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2023-11-08Merge pull request #536 from lumag/linux-yoctoDmitry Baryshkov
Technology preview of the linux-yocto support
2023-11-07Merge pull request #538 from lumag/fix-fwDmitry Baryshkov
Drop firmware files now supported by the linux-firmware recipe
2023-11-06firmware-qcom-rb5: drop slpi firmwareDmitry Baryshkov
Drop the Sensors DSP firmware, which was accepted into linux-firmware. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2023-11-06firmware-qcom-dragonboard845c: drop slpi firmwareDmitry Baryshkov
Drop the Sensors DSP firmware, which was accepted into linux-firmware. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2023-11-06firmware-qcom-dragonboard845c: drop compatibility for kernels <= 5.15Dmitry Baryshkov
Drop compatibility symlinks and split firmware files which were used to support Linux kernels prior or equal to 5.15. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2023-11-06firmware-qcom-dragonboard820c: drop compatibility for kernels <= 5.15Dmitry Baryshkov
Drop compatibility symlinks and split firmware files which were used to support Linux kernels prior or equal to 5.15. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2023-11-06firmware-qcom-dragonboard410c: drop compatibility for kernels <= 5.15Dmitry Baryshkov
Drop compatibility symlinks and split firmware files which were used to support Linux kernels prior or equal to 5.15. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2023-11-06firmware-qcom-rb1: drop firmware merged upstreamDmitry Baryshkov
Drop firmware packages that have been acceptde into linux-firmware. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2023-11-06firmware-qcom-rb2: drop firmware merged upstreamDmitry Baryshkov
Drop firmware packages that have been acceptde into linux-firmware. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2023-11-06CI: also test the linux-yocto kernelDmitry Baryshkov
Add linux-yocto kernel into the CI loop. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2023-11-04Merge pull request #537 from lumag/badgeDmitry Baryshkov
README: add build status badges
2023-11-04README: add build status badgesDmitry Baryshkov
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2023-11-03CI: fix indentation for the jobs array.Dmitry Baryshkov
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2023-11-03linux-yocto: technology preview of RB* / Dragonboard supportDmitry Baryshkov
Provide necessary configuration for the linux-yocto recipe to enable support for Qualcomm Dragonboard 410c, 820c and RB[1235] devices. This is intended as a preview for now, since only the boot-to-rootfs functionality was tested. Some of the platform support patches were not ported, connectivity and sound were not tested, etc. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2023-11-03linux-qcom-bootimg: convert to the bbclassDmitry Baryshkov
In order to improve sharing of the bootimg code, convert it to the BitBake class instead of it being just an include. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2023-11-03linux-qcom-bootimg: declare variable dependencyDmitry Baryshkov
The do_qcom_img_deploy function references several variables (and flags) in a way that is not visible to bitbake. Declare vardeps manually to let bitbake know it and reschedule the function if one of variables changes. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2023-11-03qcom-armv8a: drop the maxcpus=2 from apq8096-db820cDmitry Baryshkov
The supported kernels gained the CBF driver, that fixes SMP issues on MSM8996 / APQ8096 platforms. Thus the maxcpus=2 override is not necessary anymore. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2023-11-03Merge pull request #534 from lumag/drop-machine-configDmitry Baryshkov
Drop legacy machines and kernel versions
2023-11-03linux-linaro-qcomlt: drop historical kernelsDmitry Baryshkov
We do not update / support older kernels anymore. Drop recipes building those kernels. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2023-11-02Merge pull request #535 from lumag/drop-ciDmitry Baryshkov
CI: drop legacy machines support
2023-11-02conf: drop individual boards supportDmitry Baryshkov
Drop all the individual 64-bit boards support. Leave only the generic qcom-armv8a machine (which should be used instead) and the 32-bit devices. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2023-11-02CI: drop legacy machines supportDmitry Baryshkov
Stop testing images for the legacy machines. The qcom-armv8a is used instead. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2023-10-03Merge pull request #533 from davidinux/davidinux-devDmitry Baryshkov
Subject of Change: Changed Freenode IRC to Libera Chat
2023-10-02Subject of Change: Changed Freenode IRC to Libera Chatdavidinux
Signed-off-by: davidinux <davide.ricci@linaro.org>
2023-09-02Merge pull request #520 from superna9999/qbootctlDmitry Baryshkov
Add qbootctl package
2023-08-24Merge pull request #531 from lumag/fw-updDmitry Baryshkov
update firmware packages
2023-08-23packagegroup-firmware-dragonboard410c: use new firmware packagesDmitry Baryshkov
Install new apq8016 modem and WiFi firmware packages from linux-firmware. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2023-08-23firmware-qcom-rb2: bump to the next releaseDmitry Baryshkov
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2023-08-23firmware-qcom-rb1: bump to the next releaseDmitry Baryshkov
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2023-08-16Add qbootctl packageNeil Armstrong
Add qbootclt package to control the boot A/B slot flags. Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
2023-07-31Merge pull request #526 from lumag/zapDmitry Baryshkov
Fix Adreno ZAP shader packaging
2023-07-29firmware-qcom: rename zap-shader package to adrenoDmitry Baryshkov
Follow the change in OE-core and rename cryptic 'zap-shader' packages to more logical 'adreno'. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2023-07-29packagegroup-firmware-rb5: install Adreno ZAP shaderDmitry Baryshkov
As the ZAP shader was split from the main Adreno firmware package, install it manually if `opengl' distro feature is enabled. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2023-07-29packagegroup-firmware-dragonboard845c: install Adreno ZAP shaderDmitry Baryshkov
As the ZAP shader was split from the main Adreno firmware package, install it manually if `opengl' distro feature is enabled. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2023-07-29packagegroup-firmware-dragonboard820c: install Adreno ZAP shaderDmitry Baryshkov
As the ZAP shader was split from the main Adreno firmware package, install it manually if `opengl' distro feature is enabled. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2023-07-29Merge pull request #525 from lumag/fix-machineDmitry Baryshkov
Update db410c & small fixes.
2023-07-28linux-qcom-bootimg: fix the initrd image name handlingDmitry Baryshkov
Follow recent OE-core changes and include ${IMAGE_NAME_SUFFIX} into the initrd image name. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2023-07-28qcom-armv8a: enable qcs404-evbDmitry Baryshkov
Enable the QCS404-EVB board dtb in order to deprecate the separate config file. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2023-07-28dragonboard-410c-32: fix kernel-base overrideDmitry Baryshkov
There is no guarantee that the kernel package will be called kernel-base. Use ${KERNEL_PACKAGE_NAME}-base instead to fix the build-time warning. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2023-07-28dragonboard410c: move tune inclusion to SoC fileDmitry Baryshkov
Follow the usual practice and move tune inclusion to the SoC file. Make 32-bit 410c config file use generic 'armv7athf-neon-vfpv4' tune, since it is not a Cortex-A8. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2023-07-28Merge pull request #524 from lumag/fix-rb12Dmitry Baryshkov
Update RB1/RB2 support
2023-07-28linux-linaro-qcomlt-6.4: bump SRCREVDmitry Baryshkov
Bump SRCREV to include necessary fixes for the RB2 board. This includes interconnect fixups and GPU support. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2023-07-28packagegroup-firmware-rb2: include LT9611UXC firmwareDmitry Baryshkov
The RB2 board uses LT9611UXC DSI->HDMI bridge. Include corresponding firmware. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2023-07-28packagegroup-firmware-rb1: include LT9611UXC firmwareDmitry Baryshkov
The RB1 board uses LT9611UXC DSI->HDMI bridge. Include corresponding firmware. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2023-07-28Merge pull request #523 from lumag/410c-fwDmitry Baryshkov
firmware-qcom-dragonboard410c: stop shipping firmware files
2023-07-27Merge pull request #522 from lumag/fix-rb12Dmitry Baryshkov
qcom-armv8a.conf: also install RB1 and RB2 firmware