From 2066656ffc4a95b34b2a71a50c9d125d8c5b2c55 Mon Sep 17 00:00:00 2001 From: Sivaprasad Addepalli Date: Thu, 28 Mar 2024 06:16:40 +0530 Subject: embeddedsw : Updated SRCREV for 2024.1_5339 ttcps: Add support for peripheral tests in SDT flow usbps: Fix failures reported by CV test suite "Chapter 9 Tests [USB 2 devices] CV tests" usbps: Update driver version mipicsiss: data: Update yaml file to support new MIPI RX PHY mipicsiss: src: Add support of mipi rx phy subcore sw_services:xilloader: Updated RSA KAT to use 2048-bit key sw_services: xilsecure: Fix RSA quiet mode issues and update KAT scugic: Add doxygen and editorial fixes --- 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 1a483e9f..ba7e7dc6 100644 --- a/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass +++ b/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass @@ -13,7 +13,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] = "e847e1935dca630615e5f7dc694365a44b89699c" -ESW_REV[2024.1] = "bd55a53c2e0bd9d27cd20a2660d14b0024aa8bb4" +ESW_REV[2024.1] = "2efccb1d8aafe5242ec87ec8f223784bbbbdcd08" SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or 'INVALID'}" EMBEDDEDSW_BRANCHARG ?= "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH') != '']}" -- cgit v1.2.3-54-g00ecf From ac934887eb0b825fc9d536871aac5ff393eca190 Mon Sep 17 00:00:00 2001 From: Sivaprasad Addepalli Date: Thu, 28 Mar 2024 19:27:59 +0530 Subject: embeddedsw : Updated SRCREV for 2024.1_8275 dfeprach: Correct order of RACH mapping steps --- 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 ba7e7dc6..6a406b2d 100644 --- a/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass +++ b/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass @@ -13,7 +13,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] = "e847e1935dca630615e5f7dc694365a44b89699c" -ESW_REV[2024.1] = "2efccb1d8aafe5242ec87ec8f223784bbbbdcd08" +ESW_REV[2024.1] = "f66f953afcdcd13761e4c30a691134ca1fa989c9" SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or 'INVALID'}" EMBEDDEDSW_BRANCHARG ?= "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH') != '']}" -- cgit v1.2.3-54-g00ecf From 2beb71900d0f04dfdaa81e576bea50f43c1fb636 Mon Sep 17 00:00:00 2001 From: Sivaprasad Addepalli Date: Mon, 1 Apr 2024 19:21:58 +0530 Subject: embeddedsw : Updated SRCREV for 2024.1_2467 sw_apps: zynqmp_pmufw: Add ipipsu driver dependency in metadata file sw_apps: versal_psmfw: Add ipipsu driver dependency in metadata file sw_services: xilpm: Add ipipsu driver dependency in metadata file tmrctr: Update examples to complete execution within 1 seconds scripts: pyesw: create_bsp: Update the top-level CMake file to include the bsp include folder scripts: pyesw: Generate preprocessed file always inside domain directory emacps: Fix the mask for XEmacPs_BdGetBufAddr --- 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 6a406b2d..17e26446 100644 --- a/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass +++ b/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass @@ -13,7 +13,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] = "e847e1935dca630615e5f7dc694365a44b89699c" -ESW_REV[2024.1] = "f66f953afcdcd13761e4c30a691134ca1fa989c9" +ESW_REV[2024.1] = "827c36863db8e94c1b46e1f40fbc636467913589" SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or 'INVALID'}" EMBEDDEDSW_BRANCHARG ?= "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH') != '']}" -- cgit v1.2.3-54-g00ecf