diff options
| author | Sivaprasad Addepalli <sivaprasad.addepalli@xilinx.com> | 2023-09-08 18:54:12 +0530 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@amd.com> | 2023-09-18 16:37:51 -0500 |
| commit | c9f4f632d5f1c4692a5bcf5303fe91ecd9755822 (patch) | |
| tree | 91e2161f1cfd502f1c8b6461da7227b144e33c8d /meta-xilinx-standalone/classes | |
| parent | 52bb89c53a99337e41f797a078ba2208413cd4c9 (diff) | |
| download | meta-xilinx-c9f4f632d5f1c4692a5bcf5303fe91ecd9755822.tar.gz | |
embeddedsw : Updated SRCREV for 2023.2_9143
cpu_riscv: Fix addgroup tag
dp14rxss: Enable HDCP2X Timer handler calling function only when HDCP2X is enabled.
xilpm: versal: server: Fix MISRA-C rule 10.4
xilpm: versal_common: server: Fix MISRA-C rule 8.13
sw_apps: zynqmp_pmufw: Fix MISRA-C rule 10.4
dfeprach: Remove immediate trigger
dfeccf: Remove immediate trigger
dfeofdm: Remove immediate trigger
dfemix: Remove immediate trigger
sw_services: xilpuf: Declare variable that are passed to server in data section
srec_spi_bootloader: Adding a check in cmake to throw proper error
srec_spi_bootloader: Adding linker_constraint for heap section in yaml
srec_bootloader: Adding linker_constraint for heap section in yaml
DP21: Add support for DP21 linkrates
video_common: Fix compilation warning
xilpm: versal: server: Add NPI read after enabling privilege write access for AIE2
dpdma: dppsu: Remove tapp section from yaml files
Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.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 b09ba84f..20b2b4a0 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] = "master-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] = "27ae5596270e2e4cc6a0ae23bcc80d49b4754724" | 12 | ESW_REV[2023.2] = "ea73baf7767b879075b11b5a7831a9b0f90e59cc" |
| 13 | ESW_REV[2024.1] = "43f71f1373466ac510aa7fa44b89301cbcaf3611" | 13 | ESW_REV[2024.1] = "43f71f1373466ac510aa7fa44b89301cbcaf3611" |
| 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 | ||
