From patchwork Fri Jan 20 22:57:10 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Judith Mendez X-Patchwork-Id: 18410 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 80785C05027 for ; Fri, 20 Jan 2023 22:57:21 +0000 (UTC) Received: from fllv0016.ext.ti.com (fllv0016.ext.ti.com [198.47.19.142]) by mx.groups.io with SMTP id smtpd.web10.89901.1674255432068400305 for ; Fri, 20 Jan 2023 14:57:12 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@ti.com header.s=ti-com-17q1 header.b=bu61NpHS; spf=pass (domain: ti.com, ip: 198.47.19.142, mailfrom: jm@ti.com) Received: from fllv0035.itg.ti.com ([10.64.41.0]) by fllv0016.ext.ti.com (8.15.2/8.15.2) with ESMTP id 30KMvBe6106221 for ; Fri, 20 Jan 2023 16:57:11 -0600 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1674255431; bh=3CzqMFElrXarSffi77t7mrkZTI+b2kiLxp+WCXWV/5A=; h=From:To:CC:Subject:Date; b=bu61NpHSZfSazvPj4xTNYoqB22M6kbU4F7C1EekVhvR60faqxTxajxmNReqSIO+an WDRt7ZjXRHp2nYkDitfwYLFcjz+QeVMiLTyAeUbFPIYp4049UKsrFnAVfsGbL/YtRW 0Mps2cjdjqvujQIRrB0sqK5BFp8gJIAIhkEEu2W8= Received: from DFLE100.ent.ti.com (dfle100.ent.ti.com [10.64.6.21]) by fllv0035.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 30KMvBMr048575 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Fri, 20 Jan 2023 16:57:11 -0600 Received: from DFLE110.ent.ti.com (10.64.6.31) by DFLE100.ent.ti.com (10.64.6.21) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.16; Fri, 20 Jan 2023 16:57:10 -0600 Received: from fllv0040.itg.ti.com (10.64.41.20) by DFLE110.ent.ti.com (10.64.6.31) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.16 via Frontend Transport; Fri, 20 Jan 2023 16:57:11 -0600 Received: from uda0498204.dal.design.ti.com (ileaxei01-snat2.itg.ti.com [10.180.69.6]) by fllv0040.itg.ti.com (8.15.2/8.15.2) with ESMTP id 30KMvAr3090108; Fri, 20 Jan 2023 16:57:10 -0600 From: Judith Mendez To: Ryan Eatmon , Denys Dmytriyenko CC: Judith Mendez , Subject: [dunfell] trusted-firmware-a: upgrade to v2.8+ Date: Fri, 20 Jan 2023 16:57:10 -0600 Message-ID: <20230120225710.17751-1-jm@ti.com> X-Mailer: git-send-email 2.17.1 MIME-Version: 1.0 X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 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 ; Fri, 20 Jan 2023 22:57:21 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-ti/message/15616 Upgrade arm-trusted-firmare to v2.8-226-g2fcd408bb. This upgrade picks up K3 L2 cache, snoop delayed, and EA handling updates from upstream master. Do not update to tip of master due to PSCI system off support breaking AM62x and AM62q platforms. Signed-off-by: Judith Mendez --- recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend b/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend index a5eb9ff8..5eb49b4a 100644 --- a/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend +++ b/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend @@ -1,6 +1,6 @@ -PV_k3 = "2.6" +PV_k3 = "2.8" LIC_FILES_CHKSUM_k3 = "file://license.rst;md5=1dd070c98a281d18d9eefd938729b031" -SRCREV_tfa_k3 = "1309c6c805190bd376c0561597653f3f8ecd0f58" +SRCREV_tfa_k3 = "2fcd408bb3a6756767a43c073c597cef06e7f2d5" COMPATIBLE_MACHINE_k3 = "k3" TFA_BUILD_TARGET_k3 = "all" TFA_INSTALL_TARGET_k3 = "bl31"