Commit Graph

208 Commits

Author SHA1 Message Date
Nicolas Dechesne
26bc35ae2b linux: include qcomlt 6.0 release branch recipe
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2022-11-08 23:56:58 +00:00
Dmitry Baryshkov
5eeb421619 linux-qcom-bootimg: prevent installing /boot/Image* into rootfs
We do not need kernel images in the rootfs when using
linux-qcom-bootimg, the image is flashed into special partition instead.
So, prevent clobbering rootfs (and especially initramfs) with the kernel
images.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2022-03-23 15:30:02 +03:00
Khem Raj
6892c83c42 linux-linaro-qcom,lava-test-shell: Use SPDX naming convention for LICENSE
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-03-06 08:44:58 -08:00
Bhupesh Sharma
0fae489975 linux: Update SRCREV for release/sa8155p-adp/qcomlt-5.16
Update the SRCREV in linux-linaro-qcomlt_5.16.bb file
for sa8155p adp board, which now supports
additional ethernet fixes for kernel version 5.16.

Signed-off-by: Bhupesh Sharma <bhupesh.sharma@linaro.org>
2022-01-13 12:12:20 +05:30
Nicolas Dechesne
2f01408e97 Merge pull request #410 from bhupesh-sharma/move-sa8155p-adp-to-5.16-master
linux: Add new .bb files for release/sa8155p-adp/qcomlt-5.16
2021-12-22 17:18:41 +01:00
Bhupesh Sharma
2c07a06862 linux: Revert "kbuild: Enable DT schema checks for %.dtb targets" for sa8155p
This reverts kernel commit 53182e81f47d4ea0c727c49ad23cb782173ab849
for sa8155p as it supports 5.16 kernel version now.

This added tool dependencies on various build systems using %.dtb
targets. Validation will need to be controlled by a kconfig or make
variable instead, but for now let's just revert it.

Signed-off-by: Bhupesh Sharma <bhupesh.sharma@linaro.org>
2021-12-22 21:00:27 +05:30
Bhupesh Sharma
1bf95e10cf linux: Add new .bb file for release/sa8155p-adp/qcomlt-5.16
Create a new .bb file for sa8155p adp board which now
supports kernel version 5.16.

Signed-off-by: Bhupesh Sharma <bhupesh.sharma@linaro.org>
2021-12-22 19:34:07 +05:30
Nicolas Dechesne
cab3b24d91 Merge pull request #405 from alimon/master
recipes-kernel: Linux 5.15 bump to rev 9bc25b368335 (v5.15.7)
2021-12-22 14:52:09 +01:00
Dmitry Baryshkov
5051389f03 linux-linaro-qcomlt-dev: remove DT-schema-disablement patch
Respective change was merged upstream, so drop unused patch.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2021-12-21 18:38:36 +03:00
Aníbal Limón
f18869244a recipes-kernel: Linux 5.15 bump to rev 9bc25b368335 (v5.15.7)
No custom changes, window is v5.15.6..v5.15.7.

Signed-off-by: Aníbal Limón <anibal.limon@linaro.org>
2021-12-16 08:46:43 -06:00
Aníbal Limón
6743d359e1 recipes-kernel: Linux 5.15 bump to rev 43aa1d1f5fcf (v5.15.6)
Changes,

43aa1d1f5fcf Merge tag 'v5.15.6' into HEAD
...
485c2c5a3cce drivers/net/wireless/ath: ath11k wmi restore mgmt_rx_event_params.chan_freq

Signed-off-by: Aníbal Limón <anibal.limon@linaro.org>
2021-12-07 10:08:39 -06:00
Nicolas Dechesne
8f3f58a42b Merge pull request #392 from alimon/linux_5.15
recipes-kernel: Linux 5.15 bump to rev 485c2c5a3cce (v5.15.4)
2021-11-25 11:03:28 +01:00
Dmitry Baryshkov
782ae81ed2 linux-linaro-qcomlt-dev: revert dtschema enforced enabling
There is no need to check dtb schema while building OE kernel images.
Not to mention that supporting dtschema properly requires significant
changes to the OE-core layer (which are still pending). With all that in
mind revert the commit making dtschema validation mandatory when
building individual dtb files.

Revert the patch here rather than in the integration tree itself, so
that users of the integration tree still can benefit from enforced dt
schema validation.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2021-11-24 11:39:53 +03:00
Aníbal Limón
9681ef4f9d recipes-kernel: Linux 5.15 bump to rev 485c2c5a3cce (v5.15.4)
Changes,

485c2c5a3cce drivers/net/wireless/ath: ath11k wmi restore mgmt_rx_event_params.chan_freq
d14eb0ba93fe Merge tag 'v5.15.4' into release/qcomlt-5.15
...
d36fa951d7fe arch/arm64: defconfig enable venus clock for sm8250
...
b65f90c953f4 Merge tag 'v5.15-rc7' into release/qcomlt-5.15

Signed-off-by: Aníbal Limón <anibal.limon@linaro.org>
2021-11-23 17:34:37 -06:00
Dmitry Baryshkov
db03df98cb linux-linaro-qcomlt: fix overrides for the sa8155p-adp machine
Fix override syntax in the linux-linaro-qcomlt_5.15.bb used to select
machine-specific kernel for sa8155p-adp.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2021-10-28 10:46:52 +03:00
Aníbal Limón
0f35d61159 recipes-kernel: Linux 5.15 add SRCREV for 96boards platforms
The sa8155p MACHINE uses different branch to be supported, current
Linux 5.15 common release  branch is in rc7 but is good enough.

Signed-off-by: Aníbal Limón <anibal.limon@linaro.org>
2021-10-27 20:51:22 -05:00
Bhupesh Sharma
2d6fe10ede linux: Remove .bb file for linux-linaro-qcomlt_5.14
Signed-off-by: Bhupesh Sharma <bhupesh.sharma@linaro.org>
2021-10-21 13:53:57 +05:30
Bhupesh Sharma
ef39bb937a linux: Add new .bb files for release/sa8155p-adp/qcomlt-5.15
Signed-off-by: Bhupesh Sharma <bhupesh.sharma@linaro.org>
2021-10-21 13:53:57 +05:30
Bhupesh Sharma
4a4544ede5 linux-linaro-qcomlt_5.14: update SRCREV
Update SRCREV to include defconfig and distro config related
fixes for sa8155p board.

Signed-off-by: Bhupesh Sharma <bhupesh.sharma@linaro.org>
2021-09-08 19:37:37 +05:30
Dmitry Baryshkov
d9c975e56f linux-qcom-bootimg.inc: support bundling initramfs into bootimages
Add support for bundling initramfs into android boot images. For example
this allows one to build bootable images containing the kernel and all
built modules/firmware to test them without flasing actual images to the
device.

To create kernel+initramfs bundles, just define INITRAMFS_IMAGE.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2021-09-06 23:57:40 +03:00
Bhupesh Sharma
8f82704da6 recipes-kernel/linux: Add new .bb files for release/adp/qcomlt-5.14
Signed-off-by: Bhupesh Sharma <bhupesh.sharma@linaro.org>
2021-09-04 00:57:51 +05:30
Aníbal Limón
1eb33541f4 recipes-kernel: Linux 5.13 bump to rev 1429722a2209
Summary,

- Update LHM patches for RB3 because old ones causes crash when use
  hackbench.
- Remove enablement of TYPEC_MUX_NB7VPQ904M not used in RB5 atm.

Changes,

1429722a2209 dt-bindings: thermal: Add dt binding for QCOM LMh
e59d36510fc7 arm64: dts: qcom: sdm845: Remove cpufreq cooling devices for CPU thermal zones
5313a150780d arm64: dts: qcom: sdm45: Add support for LMh node
0cdd72ea4ded cpufreq: qcom-cpufreq-hw: Add dcvs interrupt support
28c75f036f17 thermal: qcom: Add support for LMh driver
5249d7424534 firmware: qcom_scm: Introduce SCM calls to access LMh
79a4f0126f44 Revert "arm64: defconfig: Enable TYPEC_MUX_NB7VPQ904M for RB5"
d56d5568e63c Revert "dt-bindings: thermal: Add dt binding for QCOM LMh"
832f6e4b8290 Revert "arm64: boot: dts: qcom: sdm845: Remove cpufreq cooling devices for CPU thermal zones"
a185df1e18f0 Revert "arm64: boot: dts: qcom: sdm45: Add support for LMh node"
5812252ae05e Revert "cpufreq: qcom-cpufreq-hw: Add dcvs interrupt support"
0efdda131645 Revert "thermal: qcom: Add support for LMh driver"
caf368b9c84d Revert "firmware: qcom_scm: Introduce SCM calls to access LMh"
1ca791917067 arm64: defconfig: Enable TYPEC_MUX_NB7VPQ904M for RB5

Signed-off-by: Aníbal Limón <anibal.limon@linaro.org>
2021-08-12 13:05:16 -05:00
Aníbal Limón
257ba2dcf3 recipes-kernel: Linux 5.13 bump to rev 473ca0b26c31 (v5.13.9)
Changes are from stable v5.13.6..v5.13.9.

Signed-off-by: Aníbal Limón <anibal.limon@linaro.org>
2021-08-09 18:04:03 -05:00
Nicolas Dechesne
0ad6e074fe kernel: remove old and unsupported recipes
They should no longer be used. Users are encouraged to upgrade to the
latest kernel version instead.

Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2021-08-04 09:37:56 +02:00
Nicolas Dechesne
ad14150a7a layer: convert to new override syntax
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-08-03 11:04:14 +02:00