diff options
author | Sivaprasad Addepalli <sivaprasad.addepalli@xilinx.com> | 2024-10-14 14:33:55 +0530 |
---|---|---|
committer | Siva Addepalli <sivaprasad.addepalli@xilinx.com> | 2024-10-14 16:37:22 +0530 |
commit | 9d8fff2f2fed4e269b3806be6bee8b6707d3200c (patch) | |
tree | da5fe1c32bb3685e863d43cf40b76ac291235558 | |
parent | 64eab330e1b401fc6825d5456233983dfd8e67a8 (diff) | |
download | meta-xilinx-9d8fff2f2fed4e269b3806be6bee8b6707d3200c.tar.gz |
embeddedsw : Updated SRCREV for 2024.2_2451
xilpm: server: Fix a build error for telluride
sw_services:xilocp:Fix for few other security best practices
sw_services:xilocp:Fix for initialize to failure state
sw_services:xilocp:Added redundancy checks
i3cpsx: Update examples with return statements, remove resetfifos and hardcoded values
i3cpsx: Enhance send/receive functions and improve interrupt handling
sw_services:xilplmi: Added client API to read secure communication establishment status
zynq_fsbl: update macro names for QSPI memory
xilsecure: Doxygen updates for VersalAiePg2
sw_services: xilloader: Add support for authenticated JTAG
i3c: Set Hold Time based on IP revision
Reverting the PM workaround introduced to handle the PDI program failure due to CDO commands(len >= 8) happen to be on 32K chunk boundary
versal_psmfw: versal: do not notify plm in case of cpu idle
scripts: Fix linker warnings observed for Microblaze
-rw-r--r-- | meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass | 2 |
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 e6be62af..a7a7dc05 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" | |||
19 | ESW_REV[2023.1] = "af784f742dad0ca6e69e05baf8de51152c396b9a" | 19 | ESW_REV[2023.1] = "af784f742dad0ca6e69e05baf8de51152c396b9a" |
20 | ESW_REV[2023.2] = "e847e1935dca630615e5f7dc694365a44b89699c" | 20 | ESW_REV[2023.2] = "e847e1935dca630615e5f7dc694365a44b89699c" |
21 | ESW_REV[2024.1] = "b173d246826f662b9a98215d8f39e93d39d699b4" | 21 | ESW_REV[2024.1] = "b173d246826f662b9a98215d8f39e93d39d699b4" |
22 | ESW_REV[2024.2] = "2f34bb53a5832674c52061c6c974ee8194723de8" | 22 | ESW_REV[2024.2] = "e9afb4e11f26cbb1c1aa2a1cf0db8dba2a27ea63" |
23 | SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or 'INVALID'}" | 23 | SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or 'INVALID'}" |
24 | 24 | ||
25 | EMBEDDEDSW_BRANCHARG ?= "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH') != '']}" | 25 | EMBEDDEDSW_BRANCHARG ?= "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH') != '']}" |