From ab62f0fee94ea4f8525b0eb7033a2cca7e19e1c9 Mon Sep 17 00:00:00 2001 From: Sivaprasad Addepalli Date: Tue, 26 Mar 2024 06:15:12 +0530 Subject: embeddedsw : Updated SRCREV for 2024.1_5291 trafgen: Add SDT check to use interrupt wrapper API wdttb: Add SDT check to use interrupt wrapper API uartpsv: Add SDT check to use interrupt wrapper API uartps: Add SDT check to use interrupt wrapper API gpio: Add SDT check to use interrupt wrapper API clk_wiz: Add SDT check to use interrupt wrapper API axipmon: Add SDT check to use interrupt wrapper API bsp: standalone: Remove 64bit variable prints support for 32bit platforms cpu_cortexr5: Export flag to identify R5 FSBL BSP xloader:versal_net Remove releasing DDR from update psm.elf emacps: Update driver for emacps+pcspma design in SDT flow emacps: Add additional SDT check to XCLOCKING macro lwip : Enable dhcp and acd debug flags in lwip stack lwip : Add ACD Feature in Classic flow lwip : Add ACD Feature in sdt flow. xilpm: versal_common: server: Refactor of AddRequirement() xilpm: versal_net: server: add check for UART instances sw_services: xilsecure: Add support for non-word aligned data i3c: Correct maximum data length value i3c: Add Tx FIFO threshold configuration parameter i3c: Add SCL configuration support ttcps: Add examples support in SDT flow. lwip220: Fix support for emaclite in lwip adapter in SDT flow sw_services: xilpm: Refactor PGGS/GGS ioctl read/write operation checks lib: sw_apps: memory_tests: Add required_mem for Zynq platform scripts: pyesw: library_utils: Fix remove library for windows platform scripts: pyesw: library_utils: Fix race condition in the remove library --- 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 31ceb018..ce9e81a7 100644 --- a/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass +++ b/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass @@ -13,7 +13,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] = "e847e1935dca630615e5f7dc694365a44b89699c" -ESW_REV[2024.1] = "e09e622affce82f87c5ee3204e066eddc93814bd" +ESW_REV[2024.1] = "10dd5c32b1f61b8d70b60ddf41768687080ad37c" SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or 'INVALID'}" EMBEDDEDSW_BRANCHARG ?= "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH') != '']}" -- cgit v1.2.3-54-g00ecf