From 868f521e25dca0b258d9973a85222839b446b89e Mon Sep 17 00:00:00 2001 From: Sivaprasad Addepalli Date: Thu, 21 Dec 2023 17:17:42 +0530 Subject: embeddedsw : Updated SRCREV for 2024.1_5067 dp21txss: Fix XDp_TxSetDownspread API dp21: Fix issues observed with QD sink device xilplmi: added offset support to list commands dp21:Fix config structure parameters in yaml file dp14: Fix Config structure parameters in yaml file dual_splitter: Add CMakeLists file for system device-tree flow SCD Example app is corrected dp12txss: examples: zcu_pt: Add support for system device-tree flow. dp12rxss: examples: zcu_rx: Add support for system device-tree flow. dp12rxss: Add support for system device-tree flow dp12rxss: Add support for system device-tree flow dp12txss: examples: key: Add support for system device-tree flow dp12txss: examples: inc: Add support for system device-tree flow dp12txss: examples: kc: Add support for system device-tree flow. dp12txss: examples: kcu: Add support for system device-tree flow dp12txss: examples: zcu_tx: Add support for system device-tree flow. dp12txss: Add support for system device-tree flow dp12txss: Add support for system device-tree flow dp12: Add support for system device-tree flow dp12: Add support for system device-tree flow dphy Driver: dphy Driver updated for supporting decoupling flow. dsi Driver: dsi Driver updated for decoupling flow. dsitxss Driver: dsitxss Driver ported for decoupling flow csi Driver: csi Driver ported for decoupling flow mipicsiss Driver: MIPICSISS driver and ZCU102 example ported for decoupling flow xilpm: use FuncId instead of PinFunc sw_apps: Support SDT flow for Microblaze RISC-V xiltimer: Add support for Microblaze RISC-V BSP: Add SDT flow support for Microblaze RISC-V versal-net: xilsecure: Added version # for ECDH xilloader: Added code to Verify Address Range xilmailbox: Add initial support for Microblaze RISC-V xilffs: Add initial support for Microblaze RISC-V gpio: Add initial support for Microblaze RISC-V ipipsu: Add initial support for Microblaze RISC-V spi: Add initial support for Microblaze RISC-V spi: Updated the driver version uartpsv: Add initial support for Microblaze RISC-V uartps: Add initial support for Microblaze RISC-V uartns550: Add initial support for Microblaze RISC-V uartlite: Add initial support for Microblaze RISC-V wdttb: Add initial support for Microblaze RISC-V canps: Add initial support for Microblaze RISC-V canps: Increment driver version BSP: microblaze: Fix microblaze_invalidate_dcache for SDT flow i3cpsx: Fix code formatting issues with checkpatch i3cpsx: Add support for system device-tree flow for example i3cpsx: Add support for system device-tree flow i3cpsx: Update the slave property i3cpsx: Update the version sw_services: xilcert: Add Subject Alternative Name field sw_services:xilplmi:Fixed compilation warnings VPROCSS driver: Reverting back the earlier changes. xilpm: versal_common: server: remove XPM_NODEIDX_STMIC_MIN check xilpm: versal_net: Add support for no buffer IPI devices xilpm: versal_common: Add CRP register node drivers: Fixed source code-format issue. drivers: Fix compilation errors xilpuf: fixed doxygen grouping --- meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-xilinx-standalone') diff --git a/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass b/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass index 0bbd95a1..1c1a6fdb 100644 --- a/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass +++ b/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass @@ -12,7 +12,7 @@ BRANCH ??= "${@d.getVarFlag('ESW_BRANCH', d.getVar('ESW_VER')) or '${ESW_VER}'}" ESW_REV[git] = "${AUTOREV}" ESW_REV[2023.1] = "af784f742dad0ca6e69e05baf8de51152c396b9a" ESW_REV[2023.2] = "c9a0ee31b2a14cbcfcb56ca369037319b4ad4847" -ESW_REV[2024.1] = "6a852ff79c851d2f74fffa29d27c66d13a87c5e0" +ESW_REV[2024.1] = "c57d3512a6bc34427c7d948289cb3c5a89b37537" SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or '${AUTOREV}'}" EMBEDDEDSW_BRANCHARG ?= "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH') != '']}" -- cgit v1.2.3-54-g00ecf