summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-core/recipes-kernel/linux
diff options
context:
space:
mode:
authorSivaprasad Addepalli <sivaprasad.addepalli@xilinx.com>2023-08-23 00:01:59 +0530
committerSiva Addepalli <sivaprasad.addepalli@xilinx.com>2023-08-23 07:58:09 +0530
commit3b348382bc15059f271d410c1b9f5775b3b6626c (patch)
treeee5811dccdc2bd1dbc46e4bd16473a81cb6a8777 /meta-xilinx-core/recipes-kernel/linux
parent78386b07ac9c53a35ee14156076376381b98ec4c (diff)
downloadmeta-xilinx-3b348382bc15059f271d410c1b9f5775b3b6626c.tar.gz
linux-xlnx : Updated SRCREV for 2023.2_2423
drivers: clk: zynqmp: add hack to use old algorithm for divider round rate misc: xilinx-ai-engine: disable clocks for releasing tiles PCI: xilinx-nwl: Increase ECAM size to accommodate 256 buses PCI: xilinx-nwl: Rename ECAM size default macro PCI: xilinx-nwl: Remove unnecessary code which updates primary, secondary and sub-ordinate bus numbers dt-bindings: PCI: xilinx-nwl: Modify ECAM size in example mtd: spi-nor: For Winbond flashes with multiple die check WIP of each die misc: xilinx-ai-engine: Fix dereference of null pointer watchdog: xilinx_wwdt: Add "xlnx,versal-wwdt-1.0" compatible dt-bindings: watchdog: xlnx,versal-wwdt: Add "xlnx,versal-wwdt-1.0" compatible watchdog: of_xilinx_wdt: Revert Versal WWDT support Revert "dt-bindings: watchdog: Add versal support" misc: xilinx-ai-engine: Support to check if DM is exceeded drm: xlnx: hdmi: Remove unused hdmi->wait_for_streamup check in xlnx_hdcp_key_store() drm: xlnx: hdmi: Fix return value in xlnx_hdmi_exec_frl_state_lts3() drm: xlnx: hdmi: In xlnx_hdmi_hdcp_ddc_callback_write() modify ret data type arch: microblaze: kernel: entry.S: Fix race condition in the mb_flush_dcache and mb_invalidate_icache API misc: xilinx-ai-engine: Replace the zeroization calls with ZynqMP PM APIs misc: xilinx-ai-engine: Fix compilation warning drm: xlnx: Enabled CRYPTO_AES library when HDCP is enabled in TX Subsystems Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
Diffstat (limited to 'meta-xilinx-core/recipes-kernel/linux')
-rw-r--r--meta-xilinx-core/recipes-kernel/linux/linux-xlnx_2023.2.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xilinx-core/recipes-kernel/linux/linux-xlnx_2023.2.bb b/meta-xilinx-core/recipes-kernel/linux/linux-xlnx_2023.2.bb
index 8765c1b2..735bfcbc 100644
--- a/meta-xilinx-core/recipes-kernel/linux/linux-xlnx_2023.2.bb
+++ b/meta-xilinx-core/recipes-kernel/linux/linux-xlnx_2023.2.bb
@@ -1,7 +1,7 @@
1LINUX_VERSION = "6.1.30" 1LINUX_VERSION = "6.1.30"
2YOCTO_META ?= "git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-6.1;destsuffix=yocto-kmeta" 2YOCTO_META ?= "git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-6.1;destsuffix=yocto-kmeta"
3KBRANCH="xlnx_rebase_v6.1_LTS" 3KBRANCH="xlnx_rebase_v6.1_LTS"
4SRCREV = "305343f9d8594eb5753413ba16b0e0152d1af68f" 4SRCREV = "e5f2fe0cad8e1c51dbb5ea560ebfbb2faf648baf"
5SRCREV_meta = "185bcfcbe480c742247d9117011794c69682914f" 5SRCREV_meta = "185bcfcbe480c742247d9117011794c69682914f"
6 6
7KCONF_AUDIT_LEVEL="0" 7KCONF_AUDIT_LEVEL="0"