From 7b9e07173566b6d4969e97cf4dc2ef2b86ec0b39 Mon Sep 17 00:00:00 2001 From: Sivaprasad Addepalli Date: Wed, 20 Mar 2024 20:01:01 +0530 Subject: embeddedsw : Updated SRCREV for 2024.1_7819 dp14: Removed application examples from yaml file dp14txss: Removed xdptxss_selftest_example application dp14rxss: Removed xdprxss_selftest_example application mipicsiss: example: Update VEK280 app. mipicsiss: example: Updated VCK190 app mipicsiss: example: Update ZCU102 application mipi: data: Fix yaml to support Unified flow v_sdirxss: Add support for SDI import example option xilpm: Fix MISRA violation 10.5i 10.3 in xpm_periph.c xilpm: remove XPmRepair_Laguna_vp1902 when it is not build for XCVP1902 xilpm: Fix MISRA C violation by replace PIN_FUNC macro xilpm: Fix MISRA violation 12.1, 10.1, 10.4, 10.3 in xpm_api.c xilpm: Fix MISRA violation 8.13 in xpm_notifier sw_services: xilsecure: Optimization of AES initialization code sw_services: xilloader: Fixed doxygen warnings lwip : Fix format specifier warning sw_services: xilplmi: Fix improper PLM timestamp issue after In-place PLM update drivers: iomodule: Initialize HandlerTable of the IOModule instance in a function to support In-place PLM update --- 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 7284f21d..93c09ebf 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] = "73f0904e41cc109f18bb19a5329d0e5a66af2434" -ESW_REV[2024.1] = "e367a6b8df2a30b12e5c88157afd98322a06c8a6" +ESW_REV[2024.1] = "1fbdaf4d1b22e735c39fce588eea55214c38255a" 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 d5673ef65ce1c97aaeaaae226f1293a9532d5fc5 Mon Sep 17 00:00:00 2001 From: Sharath Kumar Dasari Date: Mon, 18 Mar 2024 13:32:52 +0530 Subject: xlnx-embeddedsw: Update SRCREV for xlnx_rel_v2023.2_update branch Update SRCREV for xlnx_rel_v2023.2_update branch to pull in the latest changes for image selector app Signed-off-by: Sharath Kumar Dasari Signed-off-by: Mark Hatle (cherry picked from commit 03d5b1500ee95320bfacc785ce832c04b3435d3d) Signed-off-by: Mark Hatle --- meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass | 3 ++- 1 file changed, 2 insertions(+), 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 93c09ebf..10fb549f 100644 --- a/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass +++ b/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass @@ -1,3 +1,4 @@ + # Automatically determnine the version from the bb file ESW_VER ?= "${@bb.parse.vars_from_file(d.getVar('FILE', False),d)[1] or 'master'}" @@ -11,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] = "73f0904e41cc109f18bb19a5329d0e5a66af2434" +ESW_REV[2023.2] = "e847e1935dca630615e5f7dc694365a44b89699c" ESW_REV[2024.1] = "1fbdaf4d1b22e735c39fce588eea55214c38255a" SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or 'INVALID'}" -- cgit v1.2.3-54-g00ecf From d16ea3c8de96b5e77b7cacc435223069502b0b37 Mon Sep 17 00:00:00 2001 From: Sivaprasad Addepalli Date: Fri, 22 Mar 2024 12:42:31 +0530 Subject: embeddedsw : Updated SRCREV for 2024.1_4739 gpiops: Fix compilation warning of XGpioPs_SelfTest sw_services:versalnet:xilpuf: Updated PUF client example sw_services:xilloader:Added support for Spansion Die Config xilpm: versal_net: server: Request UART_0 and UART_1 from PMC subsystem v_sditxss: Add SDI substems to peripheral test dfeofdm: Fix SDT flow number of instances dfemix: Fix SDT flow number of instances dfeequ: Fix SDT flow number of instances dfeccf: Fix SDT flow number of instances --- 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 10fb549f..31ceb018 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] = "1fbdaf4d1b22e735c39fce588eea55214c38255a" +ESW_REV[2024.1] = "e09e622affce82f87c5ee3204e066eddc93814bd" 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 ab62f0fee94ea4f8525b0eb7033a2cca7e19e1c9 Mon Sep 17 00:00:00 2001 From: Sivaprasad Addepalli Date: Tue, 26 Mar 2024 06:15:12 +0530 Subject: embeddedsw : Updated SRCREV for 2024.1_5291 trafgen: Add SDT check to use interrupt wrapper API wdttb: Add SDT check to use interrupt wrapper API uartpsv: Add SDT check to use interrupt wrapper API uartps: Add SDT check to use interrupt wrapper API gpio: Add SDT check to use interrupt wrapper API clk_wiz: Add SDT check to use interrupt wrapper API axipmon: Add SDT check to use interrupt wrapper API bsp: standalone: Remove 64bit variable prints support for 32bit platforms cpu_cortexr5: Export flag to identify R5 FSBL BSP xloader:versal_net Remove releasing DDR from update psm.elf emacps: Update driver for emacps+pcspma design in SDT flow emacps: Add additional SDT check to XCLOCKING macro lwip : Enable dhcp and acd debug flags in lwip stack lwip : Add ACD Feature in Classic flow lwip : Add ACD Feature in sdt flow. xilpm: versal_common: server: Refactor of AddRequirement() xilpm: versal_net: server: add check for UART instances sw_services: xilsecure: Add support for non-word aligned data i3c: Correct maximum data length value i3c: Add Tx FIFO threshold configuration parameter i3c: Add SCL configuration support ttcps: Add examples support in SDT flow. lwip220: Fix support for emaclite in lwip adapter in SDT flow sw_services: xilpm: Refactor PGGS/GGS ioctl read/write operation checks lib: sw_apps: memory_tests: Add required_mem for Zynq platform scripts: pyesw: library_utils: Fix remove library for windows platform scripts: pyesw: library_utils: Fix race condition in the remove library --- 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 31ceb018..ce9e81a7 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] = "e09e622affce82f87c5ee3204e066eddc93814bd" +ESW_REV[2024.1] = "10dd5c32b1f61b8d70b60ddf41768687080ad37c" 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 9ca0876a2a28111efa7eb95a550a56dc8bc241d5 Mon Sep 17 00:00:00 2001 From: Sivaprasad Addepalli Date: Tue, 26 Mar 2024 14:39:58 +0530 Subject: embeddedsw : Updated SRCREV for 2024.1_3911 dp14txss: zcu_pt_dp14_hdcp: Fix DP14 HDCP multi combination issues wdttb: Add doxygen 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 ce9e81a7..1a483e9f 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] = "10dd5c32b1f61b8d70b60ddf41768687080ad37c" +ESW_REV[2024.1] = "bd55a53c2e0bd9d27cd20a2660d14b0024aa8bb4" 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