From 11f87751d7a2f94d871eb3e1dfc9c4d0bcc6b4f0 Mon Sep 17 00:00:00 2001 From: Sivaprasad Addepalli Date: Thu, 19 Sep 2024 15:41:48 +0530 Subject: embeddedsw : Updated SRCREV for 2024.2_6791 scugic: Skip un-mapping of interrupts in case of GICv3 scugic: Fix hang due to repeated interrupts on GICv3 based devices sw_services: xilsecure: Use XSecure_MemCpy64 instead of XPlmi_MemCpy64 when copying small chunks of data sw_services:xilplmi: Modification is done to throw proper error code ASU:Code update on minor issues xilsem: Libxilsem.a with DFX auto init and partial PDI failure fixes. spartanup_plm: mask poll fixes and secure load minor error mask update spartanup_plm: enable prints to log buffer lib: sw_apps: hello_world: Add depends section in the yaml --- meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-xilinx-standalone/classes') diff --git a/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass b/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass index 949f17a2..69d6ff1e 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] = "96ed33a8966569c05eadb1e4c83426df505ff4ef" +ESW_REV[2024.2] = "673cbb0466e67f0709a242d209e0d1a18698e400" 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