diff options
| author | Sivaprasad Addepalli <sivaprasad.addepalli@xilinx.com> | 2023-11-24 12:51:24 +0530 |
|---|---|---|
| committer | Siva Addepalli <sivaprasad.addepalli@xilinx.com> | 2023-11-24 20:07:14 +0530 |
| commit | 1b802c4678324bb2be521122247e23a0f8c9b16d (patch) | |
| tree | ffc68ed1a79797264fe616ff160f63f073525687 | |
| parent | 4b1d57a77371c2b7d5db0fc8f340305af38dd465 (diff) | |
| download | meta-xilinx-1b802c4678324bb2be521122247e23a0f8c9b16d.tar.gz | |
embeddedsw : Updated SRCREV for 2024.1_5891
zynqmp_pmufw: Update the value of DEFAULT_SECTIONS_NUM macro
zynqmp_pmufw: update release version to 2024.1
pciepsu: Update mdd version
pciepsu: Fix BAR allocation to consider maximum size of BAR region
pceipsu: Fix macro declaration for header type mask
pciepsu: Fix the BAR allocation in pciepsu driver based on endpoint request
v_axi4s_remap: Example design application
v_axi4s_remap: Added Decoupling flow support in driver sources
v_axi4s_remap: Added Yaml file for decoupling flow.
xilpm: versal_net: client: Use self suspend in cpuidle callback
xilpm: versal_common: server: add restart timer handler
xilpm: versal_common: server: Mark core as pending power down
xilpm: versal_common: server: Add new state for indicating CPU off
xilpm: versal_common: server: remove check for is core up
xilpm: versal_common: server: skip force power down of cores
qspipsu: Add support for IS25LP02G ISSI flash part
| -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 f703a6ab..4b69946f 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] = "44440f8794c46c2fd6be0582cc8e432eedf6be66" | 15 | ESW_REV[2024.1] = "ca5a8225f1105d64a66ed1e99b98f7b8635faf39" |
| 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') != '']}" |
