From patchwork Fri May 26 18:27:25 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andrew Davis X-Patchwork-Id: 24576 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 9E49CC7EE2E for ; Fri, 26 May 2023 18:27:40 +0000 (UTC) Received: from lelv0143.ext.ti.com (lelv0143.ext.ti.com [198.47.23.248]) by mx.groups.io with SMTP id smtpd.web10.1411.1685125655165358643 for ; Fri, 26 May 2023 11:27:35 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@ti.com header.s=ti-com-17q1 header.b=ESOXc/Xb; spf=pass (domain: ti.com, ip: 198.47.23.248, mailfrom: afd@ti.com) Received: from fllv0034.itg.ti.com ([10.64.40.246]) by lelv0143.ext.ti.com (8.15.2/8.15.2) with ESMTP id 34QIRYFv072121; Fri, 26 May 2023 13:27:34 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1685125654; bh=2fVcH3a6eeijJUuz7fZYfpwyWw0JCRJaplpFaOMYTb0=; h=From:To:CC:Subject:Date:In-Reply-To:References; b=ESOXc/XbMxv7tIYsR1CWdGANbAbBeP4A0gyihzavs/oP+Tg/k09UtBwkz6s5AyR+I CdrlxvOrwgvO/bzBzasZP95saIjfMlOfX9kr1z4vdJemAJnD5SriBny1rxtIhcWxyF xaM6uOU0qKlh/7WinCgyRb6xloKOdvQj2gyDg9d4= Received: from DLEE107.ent.ti.com (dlee107.ent.ti.com [157.170.170.37]) by fllv0034.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 34QIRYIE109121 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Fri, 26 May 2023 13:27:34 -0500 Received: from DLEE110.ent.ti.com (157.170.170.21) by DLEE107.ent.ti.com (157.170.170.37) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23; Fri, 26 May 2023 13:27:33 -0500 Received: from lelv0326.itg.ti.com (10.180.67.84) by DLEE110.ent.ti.com (157.170.170.21) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23 via Frontend Transport; Fri, 26 May 2023 13:27:33 -0500 Received: from fllv0040.itg.ti.com (ileaxei01-snat.itg.ti.com [10.180.69.5]) by lelv0326.itg.ti.com (8.15.2/8.15.2) with ESMTP id 34QIRWlq013297; Fri, 26 May 2023 13:27:33 -0500 From: Andrew Davis To: Denys Dmytriyenko , Ryan Eatmon , CC: Andrew Davis Subject: [meta-ti][master/kirkstone][PATCH 2/8] conf: machine: am65xx: Deploy SR2 version of SYSFW Date: Fri, 26 May 2023 13:27:25 -0500 Message-ID: <20230526182731.284783-2-afd@ti.com> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20230526182731.284783-1-afd@ti.com> References: <20230526182731.284783-1-afd@ti.com> 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, 26 May 2023 18:27:40 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-ti/message/16599 The HS boards use the SR2 version of the silicon, ship that version of the sysfw.itb image. Signed-off-by: Andrew Davis --- meta-ti-bsp/conf/machine/am65xx-hs-evm-k3r5.conf | 2 +- meta-ti-bsp/conf/machine/include/am65xx.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-ti-bsp/conf/machine/am65xx-hs-evm-k3r5.conf b/meta-ti-bsp/conf/machine/am65xx-hs-evm-k3r5.conf index 3ca728dc..5ac0c578 100644 --- a/meta-ti-bsp/conf/machine/am65xx-hs-evm-k3r5.conf +++ b/meta-ti-bsp/conf/machine/am65xx-hs-evm-k3r5.conf @@ -4,7 +4,7 @@ require conf/machine/include/k3r5.inc -SYSFW_SOC = "am65x" +SYSFW_SOC = "am65x_sr2" SYSFW_CONFIG = "evm" SYSFW_SUFFIX = "hs" diff --git a/meta-ti-bsp/conf/machine/include/am65xx.inc b/meta-ti-bsp/conf/machine/include/am65xx.inc index 548a96f2..98895c33 100644 --- a/meta-ti-bsp/conf/machine/include/am65xx.inc +++ b/meta-ti-bsp/conf/machine/include/am65xx.inc @@ -18,7 +18,7 @@ IMAGE_BOOT_FILES += "sysfw.itb" IMAGE_BOOT_FILES += "sysfw-am65x-gp-evm.itb" # Since default sysfw.itb on AM65x is for GP, add a version for HS-SE -IMAGE_BOOT_FILES += "sysfw-am65x-hs-evm.itb" +IMAGE_BOOT_FILES += "sysfw-am65x_sr2-hs-evm.itb" TFA_BOARD = "generic"