summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-standalone
diff options
context:
space:
mode:
authorSivaprasad Addepalli <sivaprasad.addepalli@xilinx.com>2023-12-11 19:21:13 +0530
committerSiva Addepalli <sivaprasad.addepalli@xilinx.com>2023-12-11 20:27:14 +0530
commit97bbc63a18a1d537be3b672f9a2f31add4876304 (patch)
treec26e98818678628f4158e3bf110335905c0e784f /meta-xilinx-standalone
parentd0669512c40fa807ea956813e3b62eee2ec66dcc (diff)
downloadmeta-xilinx-97bbc63a18a1d537be3b672f9a2f31add4876304.tar.gz
embeddedsw : Updated SRCREV for 2024.1_6091
xilffs: Fix to use BaseAddress instead of DeviceId in SDT flow clk_wiz: Update the user clock parameters xclk_wiz: Update the PrimInFreq sdps: Add support for Sanitize feature sw_services:xilsecure:Replace Xil_SMemSet with Xil_SecureZeroize sw_services: xilsecure: Provide inputs as string instead of byte array sw_services: xilnvm: Support for reading and writing PMC_SC_EN and HWTSTBITS_DIS eFuse bits Revert inadvertent license update xilpm: versal_net: fix doxygen warnings dp14txss:examples:Add support for system device-tree flow dp14txss:kcu_dp14:Add support for system device-tree flow dp14txss:zcu_pt_dp14_mst:Add support for system device-tree flow dp14txss:pt_only:Add support for system device-tree flow dp14txss:tx_only: Add support for system device-tree flow dp14txss: Add support for system device-tree flow dp14txss: Add support for system device-tree flow Revert "xilloader: Added code to Verify Address Range" versal_psmfw: versal_net: Fix MISRA C violation 17.8 versal_psmfw: versal_net: Fix MISRA-C violation 10.1 versal_psmfw: versal_net: Fix Misra violation 7.2 versal_psmfw: versal_net: Fix Misra-C violation 12.1 versal_psmfw: versal_net: Fix Misra-c violation 10.4 versal_psmfw: versal_net: Fix Misra-C violation 10.3 versal_psmfw: versal_net: Fix MISRA-C violation 2.5 dp14rxss:rx_only: Add system device-tree support for application example esw: remove references to pg flag from bsp if present dmaps: Remove unused variable lwip220 : update lwip apps to use the new library. lwip220: Copy examples folder lwip220 : Port AMD specific lwip changes to source lwip220 : Copy Existing contrib folder lwip220 : Add lwip 2.2.0 base source lwip213: Revert lwip213 1.2 version xilloader: Added code to Verify Address Range xilpm: versal_net: Add HNICX_DPU BISR support xilsem:Library update for SDT fixes and range table size fix in NPI scan
Diffstat (limited to 'meta-xilinx-standalone')
-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 96b34d0d..592176c9 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}'}"
12ESW_REV[git] = "${AUTOREV}" 12ESW_REV[git] = "${AUTOREV}"
13ESW_REV[2023.1] = "af784f742dad0ca6e69e05baf8de51152c396b9a" 13ESW_REV[2023.1] = "af784f742dad0ca6e69e05baf8de51152c396b9a"
14ESW_REV[2023.2] = "c9a0ee31b2a14cbcfcb56ca369037319b4ad4847" 14ESW_REV[2023.2] = "c9a0ee31b2a14cbcfcb56ca369037319b4ad4847"
15ESW_REV[2024.1] = "b74224f59aa272ec5962fb7763ebf9d8edeca415" 15ESW_REV[2024.1] = "66a1d369d9a44407c144d33eeb70178c0b444c52"
16SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or '${AUTOREV}'}" 16SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or '${AUTOREV}'}"
17 17
18EMBEDDEDSW_BRANCHARG ?= "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH') != '']}" 18EMBEDDEDSW_BRANCHARG ?= "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH') != '']}"