summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-standalone
diff options
context:
space:
mode:
authorSivaprasad Addepalli <sivaprasad.addepalli@xilinx.com>2023-06-16 19:31:21 +0530
committerSiva Addepalli <sivaprasad.addepalli@xilinx.com>2023-06-16 20:57:10 +0530
commit8e2f81f441d972ec4bf44a6942a96b19bd60042c (patch)
tree3bed15cab37a2d6647e5e5fbe11d4e09f3752854 /meta-xilinx-standalone
parentb8ea242cd7328d1cb4b6b8fd6f2ba0bd29d68585 (diff)
downloadmeta-xilinx-8e2f81f441d972ec4bf44a6942a96b19bd60042c.tar.gz
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 <sivaprasad.addepalli@xilinx.com>
Diffstat (limited to 'meta-xilinx-standalone')
-rw-r--r--meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass2
1 files changed, 1 insertions, 1 deletions
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"
8BRANCH ??= "${@d.getVarFlag('ESW_BRANCH', d.getVar('ESW_VER')) or '${ESW_VER}'}" 8BRANCH ??= "${@d.getVarFlag('ESW_BRANCH', d.getVar('ESW_VER')) or '${ESW_VER}'}"
9 9
10ESW_REV[2023.1] = "e24fe92b5517ee447e560790e798cad792f53bab" 10ESW_REV[2023.1] = "e24fe92b5517ee447e560790e798cad792f53bab"
11ESW_REV[2023.2] = "9e1225f624b31a23016776e4c0d7a52ca2595734" 11ESW_REV[2023.2] = "24d280717af8875360f9bf903bd3d7a74274ada4"
12SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or '${AUTOREV}'}" 12SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or '${AUTOREV}'}"
13 13
14EMBEDDEDSW_BRANCHARG ?= "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH') != '']}" 14EMBEDDEDSW_BRANCHARG ?= "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH') != '']}"