aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-kernel
AgeCommit message (Collapse)Author
2021-08-03layer: convert to new override syntaxoverrideNicolas Dechesne
The conversion was mostly automated with: ./scripts/contrib/convert-overrides.py With a few manual tweaks. Also change LAYERCOMPAT to honister. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2021-07-29recipes-kernel: Linux 5.13 bump to rev 9095a563c16e (v5.13.6)Aníbal Limón
Changes are from stable v5.13.5..v5.13.6. Signed-off-by: Aníbal Limón <anibal.limon@linaro.org>
2021-07-28Merge pull request #324 from ndechesne/localversionNicolas Dechesne
linux-linaro-qcom: update LOCALVERSION
2021-07-28linux-linaro-qcomlt_5.13: remove default configs5.13Nicolas Dechesne
Default configuration have been moved in the shared include file, since 7829b0f0f691 (linux-linaro-qcomlt: move common settings to the include file), so there is no need to repeat them in each new kernel recipe. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2021-07-28Merge pull request #326 from alimon/linux_5.13Nicolas Dechesne
recipes-kernel: Linux 5.13 bump to rev a14713f34448 (v5.13.5)
2021-07-27recipes-kernel: Linux 5.13 bump to rev 108d71930dc8 (v5.13.5)Aníbal Limón
Changes are from stable v5.13.4..v5.13.5, and, 108d71930dc8 arch/arm64: defconfig enable MFD QCOM_{RPM, QCA639X} Signed-off-by: Aníbal Limón <anibal.limon@linaro.org>
2021-07-27linux-linaro-qcom: update LOCALVERSIONlocalversionNicolas Dechesne
Fixes: 7829b0f0f691 (linux-linaro-qcomlt: move common settings to the include file) In this commit, some common config were moved into the shared include file, however LOCALVERSION was not updated based on its value in the kernel recipe. Restore LOCALVERSION to what it was before this patch. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2021-07-26linux-linaro-qcomlt_5.13.bb: Remove duplicate inclusion of ↵Khem Raj
linux-qcom-bootimg.inc Fixes parse warning linux-linaro-qcomlt_5.13.bb: Duplicate inclusion for /mnt/b/yoe/master/sources/meta-qcom/recipes-kernel/linux/linux-qcom-bootimg.inc in /mnt/b/yoe/master/sources/meta-qcom/ recipes-kernel/linux/linux-linaro-qcomlt_5.13.bb % git grep linux-qcom-bootimg.inc recipes-kernel/linux/linux-linaro-qcom.inc:require recipes-kernel/linux/linux-qcom-bootimg.inc recipes-kernel/linux/linux-linaro-qcomlt_5.13.bb:require recipes-kernel/linux/linux-qcom-bootimg.inc Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-07-20recipes-kernel: Add Linux 5.13 recipeAníbal Limón
Signed-off-by: Aníbal Limón <anibal.limon@linaro.org>
2021-04-22linux-linaro-qcom: simplify config handlingDmitry Baryshkov
Simplify handling of kernel config: - call sed directly from kernel_conf_variable function - split do_confugure into prepend and append functions to be wrapped around kernel_do_configure (removing make oldconfig call) Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2021-04-22linux-linaro-qcomlt: move common settings to the include fileDmitry Baryshkov
Move common linux-linaro-qcomlt settings to the include file, allowing recipes to contain just the 'reqiure' line and SRCREV. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2021-04-22linux-linaro-qcom.inc: use 'arm' override for 32-bit machinesDmitry Baryshkov
Use 'arm' override for apq8064 and sdx55 instead of specifying them one-by-one. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2021-04-22linux-linaro-qcomlt_5.7,-dev: drop unused ERROR_QA_removeDmitry Baryshkov
Remove unused removal of 'arch' from ERROR_QA: kernel build no longer include WiFi firmware, so this is unused. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2021-04-22linux-linaro-qcom.inc: allow recipes to override the DESCRIPTIONDmitry Baryshkov
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2021-04-09linux-linaro-qcomlt_5.12: update SRCREVDmitry Baryshkov
Update SRCREV to include Venus firmware filename fix. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2021-04-07linux-linaro-qcomlt: update to 5.12Dmitry Baryshkov
Update RB5 kernel from 5.11 to 5.12. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2021-02-26recipes-kernel: Linux 5.10 bump to 6afb1155f01dAníbal Limón
Changes, 6afb1155f01d venus: pm_helpers: Set opp clock name for v1 893d70f9ddce venus: hfi_parser: Don't initialize parser on v1 97e75989b610 thermal: cpufreq_cooling: freq_qos_update_request() returns < 0 on error 4aec9d8fb1a1 arm64: defconfig: Enable missing QCOM interconnect drivers Signed-off-by: Aníbal Limón <anibal.limon@linaro.org>
2021-02-18Merge pull request #273 from ndechesne/qcomlt-devNicolas Dechesne
recipes-kernel/linux/linux-linaro-qcomlt-dev: use AUTOREV
2021-02-17Merge pull request #274 from lumag/rb5-5.11Nicolas Dechesne
linux-linaro-qcomlt_5.11: bump SRCREV to 5.11 release
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-17linux-linaro-qcomlt_5.11: bump SRCREV to 5.11 releaseDmitry Baryshkov
Bump SRCREV to include Linus'es 5.11 release. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2021-02-15Merge pull request #259 from Mani-Sadhasivam/sdx55Nicolas Dechesne
Initial machine support for SDX55
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-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-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-09Merge pull request #252 from lumag/rb5-board-data2Nicolas Dechesne
RB5: provide board data for ath11k driver
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-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-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-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-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-12recipes-kernel/linux: Linux 5.10 use common branch for all supported platformsAníbal Limón
Signed-off-by: Aníbal Limón <anibal.limon@linaro.org>
2021-01-08recipes-kernel/linux: Linux 5.9 db{410,845}c bump to rev b5ff44498a19Aníbal Limón
Changes, b5ff44498a19 Merge tag 'v5.9.16' into release/qcomlt-5.9 f6bb36622ffd usb: renesas-xhci: Revert "usb: renesas-xhci: remove version check ... Signed-off-by: Aníbal Limón <anibal.limon@linaro.org>
2020-12-22recipes-kernel/linux: Linux 5.9 db{410, 845}c bump to rev ba7408fb46b8Aníbal Limón
Changes, ba7408fb46b8 arch/arm64: defconfig enable USB_XHCI_PCI_RENESAS for db845c Signed-off-by: Aníbal Limón <anibal.limon@linaro.org>
2020-12-15linux-linaro-qcomlt_5.10: update SRCREV to get PCIe fixDmitry Baryshkov
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2020-12-15linux-qcom-bootimg.inc: pass 'pcie_pme=nomsi' on qrb5165-rb5 boardDmitry Baryshkov
WiFi on RB5 requires all 32 MSI vectors, so don't let PCIe port steal some of them from us. Pass 'pcie_pme=nomsi' to the kernel on RB5. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2020-12-03linux-linaro-qcomlt: bump 5.10 SRCREV to get CAN driver enabledDmitry Baryshkov
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2020-12-01conf/machine/*.conf: specify full rootfs device pathDmitry Baryshkov
In preparation to allowing rootfs specifications other than just a device node, move '/dev/' prefix from linux-qcom-bootimg.inc to individual machine config files. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2020-11-28linux/linux-linaro-qcommlt: add 5.10 versionDmitry Baryshkov
Add a recipe to build 5.10 Linux revision. For now it is enabled for RB5 (sm8250) only. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2020-11-28linux/linux-qcom-bootimg.inc: fix shell syntaxDmitry Baryshkov
Some shells expect a whitespace before closing ']', so add one here, fixing a syntax error. Also fix another syntax issue: use '=' instead of '==' for comparing strings. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2020-11-20recipes-kernel: Linux 5.9 bump to rev dfc69bfc93c0Aníbal Limón
Changes, dfc69bfc93c0 drm/bridge: Handle unsupported panels c27744ae57ea Merge tag 'v5.9.9' into release/qcomlt-5.9 Signed-off-by: Aníbal Limón <anibal.limon@linaro.org>
2020-11-20recipes-kernel: Remove old kernel 5.2Aníbal Limón
Signed-off-by: Aníbal Limón <anibal.limon@linaro.org>
2020-11-05recipes-kernel: Linux 5.9 (apq8016|apq8096|sdm845) bump to v5.9.6Aníbal Limón
No Landing team changes only v5.9.2..v5.9.6 window. Signed-off-by: Aníbal Limón <anibal.limon@linaro.org>
2020-11-04recipes-kernel: Remove old Linux kernel releases 4.14 and 5.4Aníbal Limón
Signed-off-by: Aníbal Limón <anibal.limon@linaro.org>
2020-11-02recipes-kernel: Add Linux 5.9 support for apq8016|apq8096|sdm845Aníbal Limón
Signed-off-by: Aníbal Limón <anibal.limon@linaro.org>