diff options
| author | Mark Hatle <mark.hatle@amd.com> | 2023-09-07 15:54:09 -0500 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@amd.com> | 2023-09-07 15:56:51 -0500 |
| commit | e1721285eb79c0660c07bd569188362239f07ab5 (patch) | |
| tree | faebc40e88640e0017fd6fff90893b237f5b8f31 /meta-xilinx-standalone/classes | |
| parent | 77cd6407764292e16527578f91d50cc7f3d880e8 (diff) | |
| download | meta-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.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 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" | |||
| 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] = "8070822a60c8a6e869522e9febd72ed7b188358d" | 12 | ESW_REV[2023.2] = "6ccd026d115ed986ccb1541c62dc7dac21bf2ab8" |
| 13 | ESW_REV[2024.1] = "8070822a60c8a6e869522e9febd72ed7b188358d" | 13 | ESW_REV[2024.1] = "8070822a60c8a6e869522e9febd72ed7b188358d" |
| 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 | ||
