From ad718579e93808f6018840be4af19a11fddd023c Mon Sep 17 00:00:00 2001 From: Sivaprasad Addepalli Date: Fri, 23 Jun 2023 15:31:07 +0530 Subject: embeddedsw : Updated SRCREV for 2023.2_4459 csudma: Add support for peripheral_tests in system device-tree flow lib: sw_apps: peripheral_tests: Add support for system device-tree flow lib: sw_apps: hello_world: Add support for system device-tree flow dfeccf: Depricate obsolete APIs lib: sw_apps: empty_application: Add support for system device-tree flow dfeprach: Depricate obsolete APIs dfemix: Depricate obsolete APIs Updated the files which had 755 to 644 xilsem: Update copyright information in xsem_ebdgoldendata.c xilloader: Allow only 1 failed attempt of AuthJtag failure when AUTH_JTAG_LOCK_DIS eFuse programmed updated for changelog and versal cdo Xilsecure: Fixed doxygen warnings XilOcp: Fixed doxygen comments ipipsu: Fix code formatting issues with checkpatch ipipsu: Restructure the code for more modularity wdttb: Correct the interrupt ID for Versal-net platform Signed-off-by: Siva Addepalli --- 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 871f521a..e344cfc5 100644 --- a/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass +++ b/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass @@ -8,7 +8,7 @@ ESW_BRANCH[2023.2] = "master-next" BRANCH ??= "${@d.getVarFlag('ESW_BRANCH', d.getVar('ESW_VER')) or '${ESW_VER}'}" ESW_REV[2023.1] = "e24fe92b5517ee447e560790e798cad792f53bab" -ESW_REV[2023.2] = "440943de8aec7658fddb1d44e2211df6cf0c928f" +ESW_REV[2023.2] = "e0da77a0f94b87d9d22273b434fd1ef91675fb88" 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