From 9d8fff2f2fed4e269b3806be6bee8b6707d3200c Mon Sep 17 00:00:00 2001 From: Sivaprasad Addepalli Date: Mon, 14 Oct 2024 14:33:55 +0530 Subject: 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 --- 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 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" ESW_REV[2023.1] = "af784f742dad0ca6e69e05baf8de51152c396b9a" ESW_REV[2023.2] = "e847e1935dca630615e5f7dc694365a44b89699c" ESW_REV[2024.1] = "b173d246826f662b9a98215d8f39e93d39d699b4" -ESW_REV[2024.2] = "2f34bb53a5832674c52061c6c974ee8194723de8" +ESW_REV[2024.2] = "e9afb4e11f26cbb1c1aa2a1cf0db8dba2a27ea63" SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or 'INVALID'}" EMBEDDEDSW_BRANCHARG ?= "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH') != '']}" -- cgit v1.2.3-54-g00ecf