diff options
| author | Mark Hatle <mark.hatle@amd.com> | 2024-08-01 12:38:23 -0500 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@amd.com> | 2024-08-02 08:44:25 -0500 |
| commit | 459d1bf41c50aee06a9ef576528d77d5cb428a33 (patch) | |
| tree | 07261689ebedb92fca3508667024b8f817bc65e9 /meta-xilinx-core | |
| parent | 20b77cf4724c083150cfa72e595b85b12ab4b399 (diff) | |
| download | meta-xilinx-459d1bf41c50aee06a9ef576528d77d5cb428a33.tar.gz | |
linux-xlnx: Update to current 6.6.40 version
Changelog:
dmaengine: xilinx: dpdma: removed extra vchan lock
arm64: zynqmp: Fix pwm-fan polarity
arm64: versal-net: Enable sysmon for VN-P-B2197 revA board
Revert "Revert "clk: Add ccf driver for IDT 8T49N24x UFT""
firmware: xilinx: Fix buffer overflow in config_reg_store
v4l: xilinx: isppipeline: Add support for ISP-ENABLE and restructure xisp_dev to resolve pahole issues
v4l: xilinx: isppipeline: Add support for RESIZE
v4l: xilinx: isppipeline: Add support for MEDIAN
v4l: xilinx: isppipeline: Add support for CLAHE
v4l: xilinx: isppipeline: Add support for RGB STATS
v4l: xilinx: isppipeline: Add support for LUMA STATS
v4l: xilinx: isppipeline: Add support for BAYER STATS
v4l: xilinx: isppipeline: Add support for CSC
v4l: xilinx: isppipeline: Add support for 3DLUT
v4l: xilinx: isppipeline: Add support for Tone mapping
v4l: xilinx: isppipeline: Add support for HDR
v4l: xilinx: isppipeline: Add support for GAMMA CORRECTION
v4l: xilinx: isppipeline: Add support for Gain Control
v4l: xilinx: isppipeline: Add support for CCM
v4l: xilinx: isppipeline: Add support for DEMOSAIC
v4l: xilinx: isppipeline: Add support for LSC
v4l: xilinx: isppipeline: Add support for RGBIR
v4l: xilinx: isppipeline: Add support for DEGAMMA
v4l: xilinx: isppipeline: Add support for BPC
v4l: xilinx: isppipeline: Add support for AWB
v4l: xilinx: isppipeline: Add support for BLC
v4l: xilinx: isppipeline: Add support for AEC
v4l: xilinx: isppipeline: Add compatible string for v2.0
dt-bindings: media: xilinx: Add documentation for ISP-2.0
usb: misc: usb5744: Increase post reset delay
arm64: xilinx: Enable SMMU by default
include: linux: firmware: correct versal-net sw error event masks
usb: dwc3: Export symbol dwc3_host_wakeup_register/capable
firmware: xilinx: fix feature check logic for TF-A specific APIs
arm64: zynqmp: dts: Add rts delay property for rs485 mode on KD240
drivers: iio: adc: xilinx-ams: Add module description
arm64: dts: zynqmp: zcu106a: Remove dpcon node
v4l: xilinx: isppipeline: Fix comment around Red Gain
phy: xilinx-xhdmiphy: Add support for selection of PLL/MMCM clock primitive
dt-bindings: phy: v-hdmi-phy1: Add dt entries for Tx/Rx clock primitives
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'meta-xilinx-core')
| -rw-r--r-- | meta-xilinx-core/conf/layer.conf | 2 | ||||
| -rw-r--r-- | meta-xilinx-core/recipes-kernel/linux/linux-xlnx_6.6.40-v2024.2.bb (renamed from meta-xilinx-core/recipes-kernel/linux/linux-xlnx_6.6.30-v2024.2.bb) | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/meta-xilinx-core/conf/layer.conf b/meta-xilinx-core/conf/layer.conf index 05730230..6ec21bf1 100644 --- a/meta-xilinx-core/conf/layer.conf +++ b/meta-xilinx-core/conf/layer.conf | |||
| @@ -73,7 +73,7 @@ XILINX_LINUX_VERSION[v2022.2] = "5.15.36%" | |||
| 73 | XILINX_LINUX_VERSION[v2023.1] = "6.1.30%" | 73 | XILINX_LINUX_VERSION[v2023.1] = "6.1.30%" |
| 74 | XILINX_LINUX_VERSION[v2023.2] = "6.1.60%" | 74 | XILINX_LINUX_VERSION[v2023.2] = "6.1.60%" |
| 75 | XILINX_LINUX_VERSION[v2024.1] = "6.6.10%" | 75 | XILINX_LINUX_VERSION[v2024.1] = "6.6.10%" |
| 76 | XILINX_LINUX_VERSION[v2024.2] = "6.6.30%" | 76 | XILINX_LINUX_VERSION[v2024.2] = "6.6.40%" |
| 77 | PREFERRED_VERSION_linux-xlnx ?= "${@d.getVarFlag('XILINX_LINUX_VERSION', d.getVar('XILINX_RELEASE_VERSION')) or 'undefined'}" | 77 | PREFERRED_VERSION_linux-xlnx ?= "${@d.getVarFlag('XILINX_LINUX_VERSION', d.getVar('XILINX_RELEASE_VERSION')) or 'undefined'}" |
| 78 | 78 | ||
| 79 | # XRT/ZOCL | 79 | # XRT/ZOCL |
diff --git a/meta-xilinx-core/recipes-kernel/linux/linux-xlnx_6.6.30-v2024.2.bb b/meta-xilinx-core/recipes-kernel/linux/linux-xlnx_6.6.40-v2024.2.bb index 2f1db246..1ed3d7b2 100644 --- a/meta-xilinx-core/recipes-kernel/linux/linux-xlnx_6.6.30-v2024.2.bb +++ b/meta-xilinx-core/recipes-kernel/linux/linux-xlnx_6.6.40-v2024.2.bb | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | LINUX_VERSION = "6.6.30" | 1 | LINUX_VERSION = "6.6.40" |
| 2 | YOCTO_META ?= "git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-6.6;destsuffix=yocto-kmeta" | 2 | YOCTO_META ?= "git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-6.6;destsuffix=yocto-kmeta" |
| 3 | KBRANCH="xlnx_rebase_v6.6_LTS" | 3 | KBRANCH="xlnx_rebase_v6.6_LTS" |
| 4 | SRCREV = "cbb4be365a14286e0cc4ff2b626064661cd7074e" | 4 | SRCREV = "868286d51b5753a66ab89c1c899510c6047b998d" |
| 5 | SRCREV_meta = "5d0809d0d939c7738cb6e5391126c73fd0e4e865" | 5 | SRCREV_meta = "5d0809d0d939c7738cb6e5391126c73fd0e4e865" |
| 6 | 6 | ||
| 7 | KCONF_AUDIT_LEVEL="0" | 7 | KCONF_AUDIT_LEVEL="0" |
