From patchwork Wed Oct 12 10:09:35 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Manorit Chawdhry X-Patchwork-Id: 265 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 247D7C43217 for ; Wed, 12 Oct 2022 10:09:48 +0000 (UTC) Received: from fllv0016.ext.ti.com (fllv0016.ext.ti.com [198.47.19.142]) by mx.groups.io with SMTP id smtpd.web09.18746.1665569385304011183 for ; Wed, 12 Oct 2022 03:09:45 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@ti.com header.s=ti-com-17q1 header.b=oLIMwEUI; spf=pass (domain: ti.com, ip: 198.47.19.142, mailfrom: m-chawdhry@ti.com) Received: from fllv0034.itg.ti.com ([10.64.40.246]) by fllv0016.ext.ti.com (8.15.2/8.15.2) with ESMTP id 29CA9iwf127012 for ; Wed, 12 Oct 2022 05:09:44 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1665569384; bh=/qSUcIHeIDnf/UsBgrZKcR+Cx6sujkiVEALv6faPgm8=; h=From:To:CC:Subject:Date; b=oLIMwEUIDqJFiGC6WjDTgGJH4EiQ8gklhp2zoVfnPDZqVUDnZZ7majCViFlkWLN7u /ZiYFfyoa0CE3Lp3LuUM1hI7EY9S6RVsVHisQWyhtY746xBXIC2+qfZ+vBtlOu4eLH zxu6/YyHUk1jGMfJ1B9IvBACMs/titmAfVZ2yYUM= Received: from DLEE109.ent.ti.com (dlee109.ent.ti.com [157.170.170.41]) by fllv0034.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 29CA9iCF100414 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Wed, 12 Oct 2022 05:09:44 -0500 Received: from DLEE115.ent.ti.com (157.170.170.26) by DLEE109.ent.ti.com (157.170.170.41) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.6; Wed, 12 Oct 2022 05:09:43 -0500 Received: from lelv0326.itg.ti.com (10.180.67.84) by DLEE115.ent.ti.com (157.170.170.26) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.6 via Frontend Transport; Wed, 12 Oct 2022 05:09:43 -0500 Received: from uda0497581.dhcp.ti.com (ileaxei01-snat2.itg.ti.com [10.180.69.6]) by lelv0326.itg.ti.com (8.15.2/8.15.2) with ESMTP id 29CA9fCJ014602; Wed, 12 Oct 2022 05:09:42 -0500 From: Manorit Chawdhry To: CC: Andrew Davis , Ryan Eatmon , Manorit Chawdhry Subject: [meta-ti][RFC dunfell][PATCH v2 0/6] J784S4 HS Support Date: Wed, 12 Oct 2022 15:39:35 +0530 Message-ID: <20221012100941.153924-1-m-chawdhry@ti.com> X-Mailer: git-send-email 2.34.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 ; Wed, 12 Oct 2022 10:09:48 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-ti/message/15149 This series adds support for J784S4 HS EVM support. Uboot patches are currently under review [0] and the HS firmware for AHP is still not public so the compilation will fail. Patch sent after fixing these things locally for compilation to pass. [0]: https://serenity.dal.design.ti.com/patchwork/project/linux-patch-review/list/?series=3021 v2: remove the unnecessary variables for UBOOT init Manorit Chawdhry (6): conf: machine: Add J784S4 hs platform ti-rtos-firmware: Add J784S4 High Security support j784s4-hs: changes to support new hs platform ti-graphics: Add j784s4-hs-evm as a compatible machine cnm-wave-fw: add compatible for j784s4-hs-evm cadence-mhdp-fw: add compatible for j784s4-hs-evm conf/machine/j784s4-hs-evm-k3r5.conf | 11 ++ conf/machine/j784s4-hs-evm.conf | 11 ++ .../cadence-mhdp-fw/cadence-mhdp-fw_git.bb | 2 +- recipes-bsp/cnm-wave-fw/cnm-wave-fw_git.bb | 3 +- .../ti-img-rogue-driver_1.15.6133109.bb | 4 +- recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb | 1 + .../trusted-firmware-a_%.bbappend | 4 + .../ti-img-rogue-umlibs_1.15.6133109.bb | 3 +- recipes-kernel/linux/kernel-rdepends.inc | 2 + recipes-security/optee/optee-os_%.bbappend | 5 + recipes-ti/ti-rtos-bin/ti-rtos-firmware.bb | 135 ++++++++++++++++++ 11 files changed, 177 insertions(+), 4 deletions(-) create mode 100644 conf/machine/j784s4-hs-evm-k3r5.conf create mode 100644 conf/machine/j784s4-hs-evm.conf