From 5f2e06eecda95868cc5694a45dad0b99f64e6749 Mon Sep 17 00:00:00 2001 From: Sivaprasad Addepalli Date: Thu, 17 Oct 2024 06:25:19 +0530 Subject: embeddedsw : Updated SRCREV for 2024.2_9527 xilpm: versal: server: Update CPM5 isolation node definitions with base address bsp: standalone: Fix plm/psmfw compilation warnings xilloader: Send device to SLD on invalid AuthJTag when AuthJTagLockDis is set sw_services: xilloader: Fix Doxygen Warnings sw_services: xilplmi: Fix Doxygen Warning xilsem: Add IPI driver dependency in SDT flow. dfeofdm: Add frequency range MODEL_PARAM scripts: create_bsp: Check if the app is passed as user input before reading the yaml for app specific flags nandps: Retrieve the reg property value from smcc node ranges nandps: Update driver version sw_services: xilnvm: Skip programming empty glitch detection value sw_services: xilnvm: Fix read of FIPS version versal_psmfw: Use shared memory to pass STL events to PLM sw_services: xilplmi: Added support for handling PSM to PLM IPI events versal_psmfw: Use shared memory to pass events to PLM uartpsv: BAUDFDIV_Value needs to be 32 bits --- 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 2e383d57..70890b5f 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] = "3c9343a138625e04f76a777642638676d064676d" +ESW_REV[2024.2] = "3a8fe218aa2d90d1423844d88bf0e5af3c0aca86" 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