diff options
author | Sivaprasad Addepalli <sivaprasad.addepalli@xilinx.com> | 2024-10-17 06:25:19 +0530 |
---|---|---|
committer | Siva Addepalli <sivaprasad.addepalli@xilinx.com> | 2024-10-17 08:37:15 +0530 |
commit | 5f2e06eecda95868cc5694a45dad0b99f64e6749 (patch) | |
tree | 9495055e017d9e96d7c4b87dcd3e6776b6a61192 | |
parent | 5089816464ca912703066c02f08ea9dcdc9bd32a (diff) | |
download | meta-xilinx-5f2e06eecda95868cc5694a45dad0b99f64e6749.tar.gz |
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
-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 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" | |||
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] = "3c9343a138625e04f76a777642638676d064676d" | 22 | ESW_REV[2024.2] = "3a8fe218aa2d90d1423844d88bf0e5af3c0aca86" |
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') != '']}" |