From fc98a0b440c0a234b70936a1290470aff7796553 Mon Sep 17 00:00:00 2001 From: Sivaprasad Addepalli Date: Wed, 17 Apr 2024 16:34:14 +0530 Subject: embeddedsw : Updated SRCREV for 2024.1_7559 sdps: Add doxygen and editorial fixes qspipsu: Add doxygen fixes ospipsv: Add doxygen and editorial fixes gpio: Add doxygen and editorial fixes sysmonpsv: Add doxygen and editorial fixes sw_services: xilplmi: Fix doxygen warnings ttcps: Add support for compiling examples in Yocto flow sw_services: xilloader: Added glitch checks after function call --- 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 5515c117..41f0c311 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] = "7a83d27befe888ee4efc1ad90fb22a884eef6700" +ESW_REV[2024.1] = "a94e86f7645ea2946b4b33992385870f7befbb25" 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 7eedf5943b813658f1cdbe6efd56dec07ad362a0 Mon Sep 17 00:00:00 2001 From: Sivaprasad Addepalli Date: Thu, 18 Apr 2024 11:36:00 +0530 Subject: embeddedsw : Updated SRCREV for 2024.1_2451 v_hdmitxss1: Exdes Independent mode Fix v_hdmirxss1: Exdes Independent mode fix csudma: Fix peripheral test failure for MB designs iicps: Add doxygen and editorial fixes mipicsiss: update CPHY support only for Rigel flow v_sdirx: Fix HD/SD/3G modes without st352 payload --- 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 41f0c311..90e78c52 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] = "a94e86f7645ea2946b4b33992385870f7befbb25" +ESW_REV[2024.1] = "faf498ef6012b89134892af6644943bd3caa776d" 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 ecdb05ddc7263fcae505f63a3b0accf9bc890a05 Mon Sep 17 00:00:00 2001 From: Sivaprasad Addepalli Date: Fri, 19 Apr 2024 13:20:52 +0530 Subject: embeddedsw : Updated SRCREV for 2024.1_3487 sw_services:xilsecure:Fixed doxygen warnings Revert "sw_services:Fixed doxygen warnings" sw_services: xilocp: Fix the size of buffer passed to XPlmi_MemSet sw_services:Fixed doxygen warnings sw_services: xilsecure: Update SHA2 minor 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 90e78c52..b4425d09 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] = "faf498ef6012b89134892af6644943bd3caa776d" +ESW_REV[2024.1] = "e60fb164016b6dcc24cb13e3104aa9da801121b7" 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 02317b4ec5998b14a1d408a07173912a2d1bfa0c Mon Sep 17 00:00:00 2001 From: Sivaprasad Addepalli Date: Mon, 22 Apr 2024 14:53:40 +0530 Subject: embeddedsw : Updated SRCREV for 2024.1_4987 dfeofdm: Update hw version in yamal sw_services: xloader: Added DDRMC registers Dump logs in Versal sw_services: xiltimer: Fix doxygen warnings sw_services: xiltimer: Add support for tick and sleep timers sw_services: xloader: Added DDRMC registers Dump logs in Versal-Net --- 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 b4425d09..257a9b7f 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] = "e60fb164016b6dcc24cb13e3104aa9da801121b7" +ESW_REV[2024.1] = "c16018a7950afd274397fd06950d9446de9f1779" 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 b07fcfbdd00db3df3d76e713b6aaf5d936864826 Mon Sep 17 00:00:00 2001 From: Mark Hatle Date: Fri, 12 Apr 2024 15:55:04 -0500 Subject: meta-xilinx-standalone: gcc-xilinx-standalone: Microblaze disable transactional memory On microblaze, add "--disable-tm-clone-registry" due to the image size increasing Disable TM clone registry in libgcc. It is enabled in libgcc by default. This option helps to reduce code size for embedded targets which do not use transactional memory. Signed-off-by: Mark Hatle --- meta-xilinx-standalone/recipes-devtools/gcc/gcc-xilinx-standalone.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-xilinx-standalone') diff --git a/meta-xilinx-standalone/recipes-devtools/gcc/gcc-xilinx-standalone.inc b/meta-xilinx-standalone/recipes-devtools/gcc/gcc-xilinx-standalone.inc index 2faf7a4b..3417f375 100644 --- a/meta-xilinx-standalone/recipes-devtools/gcc/gcc-xilinx-standalone.inc +++ b/meta-xilinx-standalone/recipes-devtools/gcc/gcc-xilinx-standalone.inc @@ -24,4 +24,5 @@ EXTRA_OECONF:append:xilinx-standalone:armv8r = " \ EXTRA_OECONF:append:xilinx-standalone:microblaze = " \ --without-long-double-128 \ + --disable-tm-clone-registry \ " -- cgit v1.2.3-54-g00ecf From 0236f98cea1ed6af8a12e2f2a42ae3c5b47612a7 Mon Sep 17 00:00:00 2001 From: Sivaprasad Addepalli Date: Tue, 23 Apr 2024 15:54:01 +0530 Subject: embeddedsw : Updated SRCREV for 2024.1_6307 Updated changelog for 2024.1 components_1 dsirxss: Update dsirxss to dsi2rxss. dsi2rx: Add new subcore driver for DSI RX. ThirdParty: openamp: Add Compiler flag -Os for applications by default BSP: cortexr5: Support lockstep_mode_debug in SDT flow iomodule: Ensure that xio.h is included only for MB and MB-V scripts:pyesw:create_bsp: Update the Findcommon.cmake file to maintain backward compatibility for NON_YOCTO variable --- 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 257a9b7f..169728b8 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] = "c16018a7950afd274397fd06950d9446de9f1779" +ESW_REV[2024.1] = "54539e1accb6c616a1b67ef07b7d83d4097194b6" 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