diff options
author | Sivaprasad Addepalli <sivaprasad.addepalli@xilinx.com> | 2024-01-16 20:50:12 +0530 |
---|---|---|
committer | Siva Addepalli <sivaprasad.addepalli@xilinx.com> | 2024-01-16 21:47:10 +0530 |
commit | 1be6d169656c184890e3147ed02bdff325450fc3 (patch) | |
tree | c3c61d7d59c7312600ea17e333e18eeb86a5cb6d /meta-xilinx-standalone | |
parent | 3122ec969c1d524ca81621392cdde5248c99640b (diff) | |
download | meta-xilinx-1be6d169656c184890e3147ed02bdff325450fc3.tar.gz |
embeddedsw : Updated SRCREV for 2024.1_6655
Avoid mem mapping in MPU for region mapped by bsp
sw_services: xilloader: Support validation of authenticated PDI
sw_services:xilplmi:Added client support for xilplmi
sw_services:xilloader:Added client support for xilloader
sw_services: xilplmi: Added PMC RAM address in Verify Address API
qspipsu: Add support for compiling driver examples in Yocto flow
sw_services: xilpm: Add laguna repair code for xcvp1902
sw_services: xilloader: Clear Keys during PDI failure
trngpsx: Add option to support blocking or non-blocking reseed operation
i2srx: Add support for SDT flow
i2stx: Add support for SDT flow
v_sdirx: Fix for the SDI Rx YUV format
spdif: Add support for SDT flow
SCD APP: Application fix for rigel flow
bsp: standalone: Fix description for Xil_L2CacheInvalidateRange
sw_services:xilloader:Fixed compilation warning
rtcpsu: Add support for compiling driver examples in yocto flow
rtcpsu: Increment driver version
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 b16804ec..0c56fa78 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] = "13df7fae89494dfac77afd93580a9effdc1e356a" | 15 | ESW_REV[2024.1] = "113f8ad1812c3326874cc9b86571b4206d3dd6bd" |
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') != '']}" |