From 1be6d169656c184890e3147ed02bdff325450fc3 Mon Sep 17 00:00:00 2001 From: Sivaprasad Addepalli Date: Tue, 16 Jan 2024 20:50:12 +0530 Subject: 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 --- meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-xilinx-standalone') 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}'}" ESW_REV[git] = "${AUTOREV}" ESW_REV[2023.1] = "af784f742dad0ca6e69e05baf8de51152c396b9a" ESW_REV[2023.2] = "c9a0ee31b2a14cbcfcb56ca369037319b4ad4847" -ESW_REV[2024.1] = "13df7fae89494dfac77afd93580a9effdc1e356a" +ESW_REV[2024.1] = "113f8ad1812c3326874cc9b86571b4206d3dd6bd" SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or '${AUTOREV}'}" EMBEDDEDSW_BRANCHARG ?= "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH') != '']}" -- cgit v1.2.3-54-g00ecf