From 8e2f81f441d972ec4bf44a6942a96b19bd60042c Mon Sep 17 00:00:00 2001 From: Sivaprasad Addepalli Date: Fri, 16 Jun 2023 19:31:21 +0530 Subject: Updated SRCREV of embeddedsw for 2023.2_9439 xilplmi: Log CDO command offset in GSW register freertos10_xilinx: Fix tick interrupt clearing logic cleanup xilnvm: Add support for Programming PUF secure control bits xilpuf: Add support for Programming PUF secure control bits lib: sw_services: xilfpga: Add support for system device-tree flow xilpm: versal_net: server: increase size of node buffer drivers: Update addtogroup to fix doxygen warnings. sw_apps: zynqmp_fsbl:versal_plm: Add support of parallel build ospipsv: Fix code format issues ospipsv: Add support for system device-tree flow for examples ospipsv: Add support for system device-tree flow sw_services: xilsecure:Support for P-256 sw_apps: imgsel: Vless build failure fix emacps: Support device-tree flow qspipsu: Fix code format issues qspipsu: Add support for system device-tree flow for example qspipsu: Add support for system device-tree flow sw_services:xilloader:Deprecate copy to memory feature dfeprach: Support dynamic and static modes of operation Signed-off-by: Siva Addepalli --- meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass b/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass index f1672c1d..304111ef 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] = "9e1225f624b31a23016776e4c0d7a52ca2595734" +ESW_REV[2023.2] = "24d280717af8875360f9bf903bd3d7a74274ada4" 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