From patchwork Tue Mar 21 19:04:25 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Denys Dmytriyenko X-Patchwork-Id: 21497 X-Patchwork-Delegate: reatmon@ti.com Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id D1695C6FD20 for ; Tue, 21 Mar 2023 19:04:38 +0000 (UTC) Received: from mailout4.zoneedit.com (mailout4.zoneedit.com [64.68.198.64]) by mx.groups.io with SMTP id smtpd.web11.22763.1679425471633939827 for ; Tue, 21 Mar 2023 12:04:31 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=none, err=permanent DNS error (domain: denix.org, ip: 64.68.198.64, mailfrom: denis@denix.org) Received: from localhost (localhost [127.0.0.1]) by mailout4.zoneedit.com (Postfix) with ESMTP id 9580240C46 for ; Tue, 21 Mar 2023 19:04:30 +0000 (UTC) Received: from mailout4.zoneedit.com ([127.0.0.1]) by localhost (zmo14-pco.easydns.vpn [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id fMant756apxM for ; Tue, 21 Mar 2023 19:04:30 +0000 (UTC) Received: from mail.denix.org (pool-100-15-88-116.washdc.fios.verizon.net [100.15.88.116]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mailout4.zoneedit.com (Postfix) with ESMTPSA id 8271640C5D for ; Tue, 21 Mar 2023 19:04:30 +0000 (UTC) Received: from thorin.denix (thorin.denix [192.168.30.9]) by mail.denix.org (Postfix) with ESMTP id 60DB71637C3 for ; Tue, 21 Mar 2023 15:03:56 -0400 (EDT) From: Denys Dmytriyenko To: meta-arago@lists.yoctoproject.org Subject: [kirkstone/master][PATCH 1/4] irqbalance: Move to the latest tip v1.9.2+ Date: Tue, 21 Mar 2023 19:04:25 +0000 Message-Id: <20230321190428.2818600-1-denis@denix.org> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 21 Mar 2023 19:04:38 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arago/message/14266 From: Vignesh Raghavendra This fixes timeouts seen on daemon stop during reboot Switches to using irqbalance provide irqbalance.service instead of custom one Fixes some IRQs not being classified and thus not balanced. Signed-off-by: Vignesh Raghavendra Signed-off-by: Ryan Eatmon Signed-off-by: Denys Dmytriyenko --- .../recipes-extended/irqbalance/irqbalance_git.bbappend | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 meta-arago-distro/recipes-extended/irqbalance/irqbalance_git.bbappend diff --git a/meta-arago-distro/recipes-extended/irqbalance/irqbalance_git.bbappend b/meta-arago-distro/recipes-extended/irqbalance/irqbalance_git.bbappend new file mode 100644 index 00000000..3ba30b5d --- /dev/null +++ b/meta-arago-distro/recipes-extended/irqbalance/irqbalance_git.bbappend @@ -0,0 +1,8 @@ +SRCREV = "c24ed221e9e82faf1ad22de133c3c97a0117c5d7" +PV = "1.9.2" + +do_install_append () { + install -m 0644 ${S}/misc/irqbalance.service ${D}${systemd_unitdir}/system/irqbalanced.service +} + +PR_append = ".arago3" From patchwork Tue Mar 21 19:04:26 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Denys Dmytriyenko X-Patchwork-Id: 21496 X-Patchwork-Delegate: reatmon@ti.com Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id B357CC74A5B for ; Tue, 21 Mar 2023 19:04:38 +0000 (UTC) Received: from mailout4.zoneedit.com (mailout4.zoneedit.com [64.68.198.64]) by mx.groups.io with SMTP id smtpd.web10.23115.1679425471996371901 for ; Tue, 21 Mar 2023 12:04:32 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=none, err=permanent DNS error (domain: denix.org, ip: 64.68.198.64, mailfrom: denis@denix.org) Received: from localhost (localhost [127.0.0.1]) by mailout4.zoneedit.com (Postfix) with ESMTP id 8C2F840C90 for ; Tue, 21 Mar 2023 19:04:30 +0000 (UTC) Received: from mailout4.zoneedit.com ([127.0.0.1]) by localhost (zmo14-pco.easydns.vpn [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 3CAjiaYbHQbK for ; Tue, 21 Mar 2023 19:04:30 +0000 (UTC) Received: from mail.denix.org (pool-100-15-88-116.washdc.fios.verizon.net [100.15.88.116]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mailout4.zoneedit.com (Postfix) with ESMTPSA id 7DEE340C2C for ; Tue, 21 Mar 2023 19:04:30 +0000 (UTC) Received: from thorin.denix (thorin.denix [192.168.30.9]) by mail.denix.org (Postfix) with ESMTP id 6F2741637C5 for ; Tue, 21 Mar 2023 15:03:56 -0400 (EDT) From: Denys Dmytriyenko To: meta-arago@lists.yoctoproject.org Subject: [kirkstone/master][PATCH 2/4] tisdk-core-bundle: Deploy the unsigned versions of bl31 and bl32 Date: Tue, 21 Mar 2023 19:04:26 +0000 Message-Id: <20230321190428.2818600-2-denis@denix.org> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20230321190428.2818600-1-denis@denix.org> References: <20230321190428.2818600-1-denis@denix.org> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 21 Mar 2023 19:04:38 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arago/message/14268 From: Ryan Eatmon In addition to releasing the signed versions of the bl31.bin and bl32.bin files, also release the unsigned original versions. Signed-off-by: Ryan Eatmon Signed-off-by: Denys Dmytriyenko --- meta-arago-distro/recipes-core/images/tisdk-core-bundle.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-arago-distro/recipes-core/images/tisdk-core-bundle.bb b/meta-arago-distro/recipes-core/images/tisdk-core-bundle.bb index b49548a6..2a8eb9ef 100644 --- a/meta-arago-distro/recipes-core/images/tisdk-core-bundle.bb +++ b/meta-arago-distro/recipes-core/images/tisdk-core-bundle.bb @@ -10,7 +10,7 @@ require tisdk-core-bundle.inc DEPLOY_SPL_NAME:omapl138 = "" DEPLOY_SPL_NAME:k3 = "tispl.bin tiboot3.bin" -DEPLOY_IMAGES_NAME:k3 = "bl31.bin bl32.bin" +DEPLOY_IMAGES_NAME:k3 = "bl31.bin bl32.bin bl31.bin.unsigned bl32.bin.unsigned" DEPLOY_IMAGES_NAME:append:am65xx = " sysfw.itb" DEPLOY_IMAGES_NAME:append:j721e = " sysfw.itb" DEPLOY_IMAGES_NAME:append:am65xx-evm = " sysfw-am65x-evm.itb sysfw-am65x_sr2-evm.itb" From patchwork Tue Mar 21 19:04:27 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Denys Dmytriyenko X-Patchwork-Id: 21495 X-Patchwork-Delegate: reatmon@ti.com Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id B2143C6FD1D for ; Tue, 21 Mar 2023 19:04:38 +0000 (UTC) Received: from mailout4.zoneedit.com (mailout4.zoneedit.com [64.68.198.64]) by mx.groups.io with SMTP id smtpd.web10.23114.1679425471646138594 for ; Tue, 21 Mar 2023 12:04:31 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=none, err=permanent DNS error (domain: denix.org, ip: 64.68.198.64, mailfrom: denis@denix.org) Received: from localhost (localhost [127.0.0.1]) by mailout4.zoneedit.com (Postfix) with ESMTP id 8EAA340C2C for ; Tue, 21 Mar 2023 19:04:30 +0000 (UTC) Received: from mailout4.zoneedit.com ([127.0.0.1]) by localhost (zmo14-pco.easydns.vpn [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 3Y0CG-fLbFHg for ; Tue, 21 Mar 2023 19:04:30 +0000 (UTC) Received: from mail.denix.org (pool-100-15-88-116.washdc.fios.verizon.net [100.15.88.116]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mailout4.zoneedit.com (Postfix) with ESMTPSA id 8079340C46 for ; Tue, 21 Mar 2023 19:04:30 +0000 (UTC) Received: from thorin.denix (thorin.denix [192.168.30.9]) by mail.denix.org (Postfix) with ESMTP id 79C5A1637C6 for ; Tue, 21 Mar 2023 15:03:56 -0400 (EDT) From: Denys Dmytriyenko To: meta-arago@lists.yoctoproject.org Subject: [kirkstone/master][PATCH 3/4] ltp-ddt: update to the latest from Dunfell Date: Tue, 21 Mar 2023 19:04:27 +0000 Message-Id: <20230321190428.2818600-3-denis@denix.org> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20230321190428.2818600-1-denis@denix.org> References: <20230321190428.2818600-1-denis@denix.org> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 21 Mar 2023 19:04:38 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arago/message/14267 From: Denys Dmytriyenko Match the latest sha used in Dunfell. Signed-off-by: Denys Dmytriyenko --- .../recipes-devtools/ltp-ddt/ltp-ddt_20210524.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt_20210524.bb b/meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt_20210524.bb index 88a2a0e2..f3c237df 100644 --- a/meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt_20210524.bb +++ b/meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt_20210524.bb @@ -11,10 +11,10 @@ PROVIDES += "ltp" DEPENDS += "alsa-lib" PE = "1" -PR = "r5" +PR = "r7" PV:append = "+git${SRCPV}" -SRCREV = "e0f92958396f7cee40da505319681aee1f331542" +SRCREV = "0b51638be46d1e00e2e7e6c4c65dcff738ff2e60" BRANCH ?= "master" SRC_URI:remove = "git://github.com/linux-test-project/ltp.git;protocol=https;branch=master" From patchwork Tue Mar 21 19:04:28 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Denys Dmytriyenko X-Patchwork-Id: 21498 X-Patchwork-Delegate: reatmon@ti.com Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id B726EC761A6 for ; Tue, 21 Mar 2023 19:04:38 +0000 (UTC) Received: from mailout4.zoneedit.com (mailout4.zoneedit.com [64.68.198.64]) by mx.groups.io with SMTP id smtpd.web11.22761.1679425471347745684 for ; Tue, 21 Mar 2023 12:04:31 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=none, err=permanent DNS error (domain: denix.org, ip: 64.68.198.64, mailfrom: denis@denix.org) Received: from localhost (localhost [127.0.0.1]) by mailout4.zoneedit.com (Postfix) with ESMTP id 99A6440C5D for ; Tue, 21 Mar 2023 19:04:30 +0000 (UTC) Received: from mailout4.zoneedit.com ([127.0.0.1]) by localhost (zmo14-pco.easydns.vpn [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id zlfQQLPNDt5A for ; Tue, 21 Mar 2023 19:04:30 +0000 (UTC) Received: from mail.denix.org (pool-100-15-88-116.washdc.fios.verizon.net [100.15.88.116]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mailout4.zoneedit.com (Postfix) with ESMTPSA id 83D1240C60 for ; Tue, 21 Mar 2023 19:04:30 +0000 (UTC) Received: from thorin.denix (thorin.denix [192.168.30.9]) by mail.denix.org (Postfix) with ESMTP id 848851637C7 for ; Tue, 21 Mar 2023 15:03:56 -0400 (EDT) From: Denys Dmytriyenko To: meta-arago@lists.yoctoproject.org Subject: [kirkstone/master][PATCH 4/4] packagegroup-arago-base-tisdk: adjust for removal of OPTEEOUTPUTMACHINE Date: Tue, 21 Mar 2023 19:04:28 +0000 Message-Id: <20230321190428.2818600-4-denis@denix.org> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20230321190428.2818600-1-denis@denix.org> References: <20230321190428.2818600-1-denis@denix.org> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 21 Mar 2023 19:04:38 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arago/message/14265 From: Denys Dmytriyenko OPTEEOUTPUTMACHINE usage was removed from K3 platforms in meta-ti. Since K3 platforms all use optee, include corresponding components unconditionally. Signed-off-by: Denys Dmytriyenko --- .../packagegroups/packagegroup-arago-base-tisdk.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base-tisdk.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base-tisdk.bb index 292676c1..1c63fe89 100644 --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base-tisdk.bb +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base-tisdk.bb @@ -27,5 +27,7 @@ RDEPENDS:${PN} = "\ nfs-utils-client \ cifs-utils \ phytool \ - ${@bb.utils.contains_any('OPTEEOUTPUTMACHINE', 'ti k3', "${OPTEE_PKGS}", "", d)} \ + ${@bb.utils.contains_any('OPTEEOUTPUTMACHINE', 'ti', "${OPTEE_PKGS}", "", d)} \ " + +RDEPENDS:${PN}:append:k3 = "${OPTEE_PKGS}"