diff options
author | Sivaprasad Addepalli <sivaprasad.addepalli@xilinx.com> | 2024-01-09 15:48:27 +0530 |
---|---|---|
committer | Siva Addepalli <sivaprasad.addepalli@xilinx.com> | 2024-01-09 17:27:10 +0530 |
commit | 4bbdb2e51b07eb0bf99bc2de1b40a79f35bbe5e9 (patch) | |
tree | 95eaa295d3c158f0fe54c5adfc88d90c6de49013 /meta-xilinx-standalone | |
parent | 59ab85e752b0cf5fa9234ac353a7bd60f484b56f (diff) | |
download | meta-xilinx-4bbdb2e51b07eb0bf99bc2de1b40a79f35bbe5e9.tar.gz |
embeddedsw : Updated SRCREV for 2024.1_8203
dp21txss: Add support for multi-interrupts
dp21rxss: Add support for multi interrupts
dp14txss: zcu_pt_dp14_mst: Update DisplayPort Subsystem interrupt registration
dp14txss: pt_only: Update DisplayPort Subsystem interrupt registration
vphy: Update axi clock frequency structure entity parameter
dp14txss: tx_only: Update DisplayPort Subsystem interrupt registration
dp14txss: kcu_dp14: Update DisplayPort Subsystem interrupt registration
dp14txss: Add Multiple interrupt support for new system device-tree flow
dp14rxss: rx_only:Add system device-tree support for application example
dp14rxss: Add Multiple interrupt support for new system device-tree flow
sw_services: xilpm: versal_common: Deprecate IOCTL_PROBE_COUNTER_READ/WRITE
xilpki: Fix security issues relevant to instance pointer NULL check
xilpki: Fix error handling issues exists with XPki_DeQueueData() API
lib: standalone: Fixed source code-format issue.
lib: standalone: Update cmake files to support SDT flow
lib: standalone: ported examples for SDT flow
zynqmp_pmufw: remove unwanted code from PmKillBoardPower()
scugic: Fixed source code-format issue.
scugic: ported driver examples for SDT flow.
Diffstat (limited to 'meta-xilinx-standalone')
-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 6ab7d79c..130fd30d 100644 --- a/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass +++ b/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass | |||
@@ -12,7 +12,7 @@ BRANCH ??= "${@d.getVarFlag('ESW_BRANCH', d.getVar('ESW_VER')) or '${ESW_VER}'}" | |||
12 | ESW_REV[git] = "${AUTOREV}" | 12 | ESW_REV[git] = "${AUTOREV}" |
13 | ESW_REV[2023.1] = "af784f742dad0ca6e69e05baf8de51152c396b9a" | 13 | ESW_REV[2023.1] = "af784f742dad0ca6e69e05baf8de51152c396b9a" |
14 | ESW_REV[2023.2] = "c9a0ee31b2a14cbcfcb56ca369037319b4ad4847" | 14 | ESW_REV[2023.2] = "c9a0ee31b2a14cbcfcb56ca369037319b4ad4847" |
15 | ESW_REV[2024.1] = "c560223123ddaf8b953b72b9b162510fb7d24310" | 15 | ESW_REV[2024.1] = "20ab6e9698b504be178057b76a527b0125b5729a" |
16 | SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or '${AUTOREV}'}" | 16 | SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or '${AUTOREV}'}" |
17 | 17 | ||
18 | EMBEDDEDSW_BRANCHARG ?= "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH') != '']}" | 18 | EMBEDDEDSW_BRANCHARG ?= "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH') != '']}" |