diff options
| author | Sivaprasad Addepalli <sivaprasad.addepalli@xilinx.com> | 2023-09-05 12:50:53 +0530 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@amd.com> | 2023-09-07 15:57:28 -0500 |
| commit | 1a892bb945054125207c3350500c93643064ac92 (patch) | |
| tree | 2de0ded9f2d73d1be5d580c7305c3e7a43198b85 /meta-xilinx-standalone/classes | |
| parent | 2cd3ccd88a1348ae5ef500055ed7d9c1342d6125 (diff) | |
| download | meta-xilinx-1a892bb945054125207c3350500c93643064ac92.tar.gz | |
embeddedsw : Updated SRCREV for 2023.2_3567
sw_services:xilnvm: Fix SW-BP-REDUNDANCY
drivers: trngpsx: Add volatile keyword to avoid optimization
drivers: trngpsx: Remove Dead code
sw_services:xilsecure: Fix updating KAT mask bits for external modules
gpio: Add support for peripheral test for gpio in SDT flow
sw_services: xilplmi: Reread from efuse cache
sw_apps:versal_plm: Change exception print to DEBUG_PRINT_ALWAYS
sw_services:xilplmi: DEBUG_PRINT_ALWAYS for critical error prints
sw_services:xilplmi: Change PLM debug level to 0 for XilSEM
xdmapcie: Replace csr-slcr property to populate
xilpm: versal_net: clear pcil for rpu only
sw_services:xilplmi:Added PSM Address range check
xilpm: versal_net: skip halt if core is powered down
sw_services:xilplmi:Updated IPI Timeout Value
Revert "Revert "sw_services:xilsecure:Fix ECDSA boot failure on qemu""
xilsem: Replace Versal net SHA3 instance function with new API name
avbuf: Ported changes for using the SDT flow
dpdma: Ported changes for using the SDT flow
dppsu: Ported changes for using the SDT flow
Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
Diffstat (limited to 'meta-xilinx-standalone/classes')
| -rw-r--r-- | meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass b/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass index e81ffe25..36ef59b3 100644 --- a/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass +++ b/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass | |||
| @@ -9,8 +9,8 @@ ESW_BRANCH[2024.1] = "xlnx_rel_v2023.2-next" | |||
| 9 | BRANCH ??= "${@d.getVarFlag('ESW_BRANCH', d.getVar('ESW_VER')) or '${ESW_VER}'}" | 9 | BRANCH ??= "${@d.getVarFlag('ESW_BRANCH', d.getVar('ESW_VER')) or '${ESW_VER}'}" |
| 10 | 10 | ||
| 11 | ESW_REV[2023.1] = "e24fe92b5517ee447e560790e798cad792f53bab" | 11 | ESW_REV[2023.1] = "e24fe92b5517ee447e560790e798cad792f53bab" |
| 12 | ESW_REV[2023.2] = "6ccd026d115ed986ccb1541c62dc7dac21bf2ab8" | 12 | ESW_REV[2023.2] = "4b382e452bdc148cb10c99da03f0201150dbfe4d" |
| 13 | ESW_REV[2024.1] = "8070822a60c8a6e869522e9febd72ed7b188358d" | 13 | ESW_REV[2024.1] = "4b382e452bdc148cb10c99da03f0201150dbfe4d" |
| 14 | SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or '${AUTOREV}'}" | 14 | SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or '${AUTOREV}'}" |
| 15 | 15 | ||
| 16 | EMBEDDEDSW_BRANCHARG ?= "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH') != '']}" | 16 | EMBEDDEDSW_BRANCHARG ?= "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH') != '']}" |
