From c2cf981f67cc7c6989a4c728c5538aacf10a480d Mon Sep 17 00:00:00 2001 From: Sivaprasad Addepalli Date: Thu, 7 Mar 2024 18:55:17 +0530 Subject: embeddedsw : Updated SRCREV for 2024.1_4539 xilplmi: Set LogCdoOffset by default in JTAG boot mode xilpm:versal-net: Add support to restore PGGS and GGS devices sw_services:xilnvm:Added support for eFuse programming from linux sw_services: xilpuf: Added support to compile example in Yocto Flow sw_services: xilnvm: Added support to compile example in Yocto Flow xilloader: Make SD drive number logic order independent dsitxss: Update yaml and application to support unified flow mipicsiss: Update yaml and examples for Unified flow. sw_apps: memory_tests: Fix prints for 32 bit platforms BSP: Support printing 64 bit variables from 32 bit platforms BSP: riscv: Add support for standard C input output functions sw_services: xilskey: Added support to compile example in Yocto Flow sw_services: xilsecure: Added support to compile example in Yocto Flow trngpsx: Fix issue in PRNG set and reset sw_services:xilsecure:Updated parameter description for XSecure_IsNonZeroBuffer xilsem: Fixed Event notification issue in XilSEM Client examples. psmfw: Add psmfw update to rigel build flow sw_services: xil_timer: Update sleep timer for APU processors. sw_services: xilplmi: Restore CUSTOM error actions handled by PLM after In-place PLM update BSP: cortexr5: Add new structure for initializing MPU regions dp21txss:dp21rxss:Modified the dp21 txo and rxo applications dfeofdm: Correct sw major/minor version numbers dfeccf: Update version number in makefiles dfemix: Update version number in makefiles Add Authentication Optimization support for MetaHeader Revert "Revert "sysmonpsv: Added SSIT Support"" xilpm: versal: server: Fix bug in checking for device parent is NPD Revert "sysmonpsv: Added SSIT Support" --- 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 a3798e67..17d595a6 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] = "73f0904e41cc109f18bb19a5329d0e5a66af2434" -ESW_REV[2024.1] = "d127712975e2c01d9893f7628727f1f2472da65d" +ESW_REV[2024.1] = "7a819824db758891fede738bd35170c54473e954" 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