summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-standalone/classes
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@amd.com>2023-09-07 15:54:09 -0500
committerMark Hatle <mark.hatle@amd.com>2023-09-07 15:56:51 -0500
commite1721285eb79c0660c07bd569188362239f07ab5 (patch)
treefaebc40e88640e0017fd6fff90893b237f5b8f31 /meta-xilinx-standalone/classes
parent77cd6407764292e16527578f91d50cc7f3d880e8 (diff)
downloadmeta-xilinx-e1721285eb79c0660c07bd569188362239f07ab5.tar.gz
embeddedsw : Updated SRCREV for 2023.2_2975
xilpm: versal_net: fix force power down issue xilpm: versal_net: fix suspend resume issue xilpm: versal_net: Add DDRMC5 bisr support sw_services: xilpuf: Declare variables that are passed to server in data section sw_services:xilloader:Added Redundancy for KekSrc sw_apps:versal_plm:EAM Error Check After PMC CDO sw_services:xilplmi:Security Review Fixes iicps: Add SDT flow support for xiicps_eeprom_intr_example iicps: Update Receive Polled and Interrupt Handler functions as modular gpiops: Add support for pmc, versal and versal-net in 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.bbclass2
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 1d242550..e81ffe25 100644
--- a/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass
+++ b/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass
@@ -9,7 +9,7 @@ ESW_BRANCH[2024.1] = "xlnx_rel_v2023.2-next"
9BRANCH ??= "${@d.getVarFlag('ESW_BRANCH', d.getVar('ESW_VER')) or '${ESW_VER}'}" 9BRANCH ??= "${@d.getVarFlag('ESW_BRANCH', d.getVar('ESW_VER')) or '${ESW_VER}'}"
10 10
11ESW_REV[2023.1] = "e24fe92b5517ee447e560790e798cad792f53bab" 11ESW_REV[2023.1] = "e24fe92b5517ee447e560790e798cad792f53bab"
12ESW_REV[2023.2] = "8070822a60c8a6e869522e9febd72ed7b188358d" 12ESW_REV[2023.2] = "6ccd026d115ed986ccb1541c62dc7dac21bf2ab8"
13ESW_REV[2024.1] = "8070822a60c8a6e869522e9febd72ed7b188358d" 13ESW_REV[2024.1] = "8070822a60c8a6e869522e9febd72ed7b188358d"
14SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or '${AUTOREV}'}" 14SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or '${AUTOREV}'}"
15 15