summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSivaprasad Addepalli <sivaprasad.addepalli@xilinx.com>2024-10-30 15:49:52 +0530
committerSiva Addepalli <sivaprasad.addepalli@xilinx.com>2024-10-30 17:56:48 +0530
commit9c78dce0bf7942b491887814ae36b75111f9fed7 (patch)
tree5b91f9f441b305882c37fc8c13460681c147cb40
parentd5f0a1434259e6c05da9728d0e3c920f0a7b5b97 (diff)
downloadmeta-xilinx-9c78dce0bf7942b491887814ae36b75111f9fed7.tar.gz
embeddedsw : Updated SRCREV for 2024.2_7055
xilpm: versal_net: server: Increase xilpm bytebuffer size to 78K xilplmi: Fix chunk boundary handling in KeyholeXfr logic xilpm: versal: server: Exclude AIE during XPm_InitFinalize sw_services: xilplmi: remove 2nd file open call in tcl Thirdparty: bsp: freertos: Dont Enable stack overflow protection sw_services:xilsecure:Removed END label in XSecure_AesDecryptUpdate sw_services:xilocp:Added redundancy checks for dynamic reconfiguration sw_services:xilpdi: Fix optional data start address calculation during PPDI
-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 89321100..d8ae9fba 100644
--- a/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass
+++ b/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass
@@ -19,7 +19,7 @@ ESW_REV[2022.2] = "5330a64c8efd14f0eef09befdbb8d3d738c33ec2"
19ESW_REV[2023.1] = "af784f742dad0ca6e69e05baf8de51152c396b9a" 19ESW_REV[2023.1] = "af784f742dad0ca6e69e05baf8de51152c396b9a"
20ESW_REV[2023.2] = "e847e1935dca630615e5f7dc694365a44b89699c" 20ESW_REV[2023.2] = "e847e1935dca630615e5f7dc694365a44b89699c"
21ESW_REV[2024.1] = "b173d246826f662b9a98215d8f39e93d39d699b4" 21ESW_REV[2024.1] = "b173d246826f662b9a98215d8f39e93d39d699b4"
22ESW_REV[2024.2] = "8811f727f5af9d518bdb6abbce2c29f9b2f7eddf" 22ESW_REV[2024.2] = "1c7f1602f514f6832d44a7944e4bdbc54df0c160"
23SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or 'INVALID'}" 23SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or 'INVALID'}"
24 24
25EMBEDDEDSW_BRANCHARG ?= "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH') != '']}" 25EMBEDDEDSW_BRANCHARG ?= "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH') != '']}"