From patchwork Fri May 3 16:10:35 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bryan Brattlof X-Patchwork-Id: 1931106 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=ti.com header.i=@ti.com header.a=rsa-sha256 header.s=ti-com-17Q1 header.b=gO7QVxMk; dkim-atps=neutral Authentication-Results: legolas.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=lists.denx.de (client-ip=85.214.62.61; helo=phobos.denx.de; envelope-from=u-boot-bounces@lists.denx.de; receiver=patchwork.ozlabs.org) Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1)) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4VWG4n4M2fz1ybC for ; Sat, 4 May 2024 02:11:05 +1000 (AEST) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 68BE888BE0; Fri, 3 May 2024 18:10:52 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=quarantine dis=none) header.from=ti.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (1024-bit key; unprotected) header.d=ti.com header.i=@ti.com header.b="gO7QVxMk"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id ECEB9882F6; Fri, 3 May 2024 18:10:51 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on phobos.denx.de X-Spam-Level: X-Spam-Status: No, score=-3.6 required=5.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_MSPIKE_H2, SPF_HELO_PASS,SPF_PASS autolearn=ham autolearn_force=no version=3.4.2 Received: from lelv0143.ext.ti.com (lelv0143.ext.ti.com [198.47.23.248]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 13DBF88633 for ; Fri, 3 May 2024 18:10:47 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=quarantine dis=none) header.from=ti.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=bb@ti.com Received: from lelv0266.itg.ti.com ([10.180.67.225]) by lelv0143.ext.ti.com (8.15.2/8.15.2) with ESMTP id 443GAkLO008490; Fri, 3 May 2024 11:10:46 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1714752646; bh=+Pvp2pZ8X+JK5bi3B8DMzQgCEUdxKL42LpqB4XXCL18=; h=From:Date:Subject:References:In-Reply-To:To:CC; b=gO7QVxMkjFoPNha+BFH8YyLX/01+kdHk7Z5sRU26xaIB/ATkc/KO7TEjsKUooApq9 EekZge4QIUpl7w5XKi7BN3QzbKYj2SdVkWe9eI2CqjTjNII6K5ZLq+RMsRwWmIo7Sz VXz1153n/wyK4JZZPTpJR+V7OHVrvZWu+TT33w5o= Received: from DLEE102.ent.ti.com (dlee102.ent.ti.com [157.170.170.32]) by lelv0266.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 443GAktS026613 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Fri, 3 May 2024 11:10:46 -0500 Received: from DLEE114.ent.ti.com (157.170.170.25) by DLEE102.ent.ti.com (157.170.170.32) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23; Fri, 3 May 2024 11:10:45 -0500 Received: from lelvsmtp5.itg.ti.com (10.180.75.250) by DLEE114.ent.ti.com (157.170.170.25) 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, 3 May 2024 11:10:45 -0500 Received: from localhost (bb.dhcp.ti.com [128.247.81.12]) by lelvsmtp5.itg.ti.com (8.15.2/8.15.2) with ESMTP id 443GAjhZ097420; Fri, 3 May 2024 11:10:45 -0500 From: Bryan Brattlof Date: Fri, 3 May 2024 11:10:35 -0500 Subject: [PATCH v2 2/2] configs: add defconfigs for the am625-lp-sk MIME-Version: 1.0 Message-ID: <20240429-am62q-wip-v2-2-e78f09174e65@ti.com> References: <20240429-am62q-wip-v2-0-e78f09174e65@ti.com> In-Reply-To: <20240429-am62q-wip-v2-0-e78f09174e65@ti.com> To: Tom Rini CC: , Nitin Yadav , Bryan Brattlof , Dhruva Gole X-Mailer: b4 0.12.1 X-Developer-Signature: v=1; a=openpgp-sha256; l=1161; i=bb@ti.com; h=from:subject:message-id; bh=4DKLwW+Cap1YPDLkWFLweE7StcTso8sqekpOv8wTf1o=; b=owNCWmg5MUFZJlNZ/oSH/gAAan////dvz3/7St/0d2pWt3X7+X73dtb+2Pb/2/yu+5n/9HewA RmaiHpAAA0yaBoGgMQ0ADIDQyA0AZB6gAAAxAAAYgBoAeozU00YQZpmqIBpkAaGjQADQaANNGgA D1AAAA9NRoB6mhiNAeoBpmp6TQaA0GgNMeqaYRo0BkhoBppppiNHpDJpiGgYg0xABpoGmmgAAaY QMgZNGQ0ADRppo0yZGgGmgyGmgBQuBDnRkFiSUCIOKw88KfN5zFlpOAJhkvhs0+l0xYMYAiEBKE B8oX3RP4ThjSFyEb4NB5d4dtMxCgZ47S85KciTUITfCWq3Pv2EBV6iKqqzRpuBCDafpatTgUgNy gN7l9+46tO2MIUuCDgRhovn7F0ykEFJ/Vmj7AJRV6BQe1iFUMe9SYmvMBEmjgLYAUZY7J+ygNlm 8kcT5BrA4u4xQlw4BeT2z/kBSQMGtNKVjXYJRGRUe4kg/iMznwJWnX3ujVrbhXaC5ivM4ZqmtxW Apyh1cJGAPwLeQpJsxTrSAp3bivwd92mFGOUzVviWZNLcbVEGCRexHmwcubDzDZm4dLxdM02NEq lfo7tzUeD/LpvfFzQkF0fbJSG9CK4O+VsBgi+ZvFmdwyAfc2pVpfjS6MrLcQ2OnamVIAEBHbEgd 0DgCADuP+LuSKcKEh/QkP/A X-Developer-Key: i=bb@ti.com; a=openpgp; fpr=D3D177E40A38DF4D1853FEEF41B90D5D71D56CE0 X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.8 at phobos.denx.de X-Virus-Status: Clean The am62x-lp-sk is a package and reference board spin of the am62x-sk to showcase the low-power features of the am62x SoC family. Because it so closely resembles the am62x-sk board, use the preprocessor to inherit its configuration making the needed changes for this board where necessary. Reviewed-by: Dhruva Gole Signed-off-by: Bryan Brattlof --- configs/am62x_lp_sk_a53_defconfig | 3 +++ configs/am62x_lp_sk_r5_defconfig | 2 ++ 2 files changed, 5 insertions(+) diff --git a/configs/am62x_lp_sk_a53_defconfig b/configs/am62x_lp_sk_a53_defconfig new file mode 100644 index 0000000000000..904b2142b2f53 --- /dev/null +++ b/configs/am62x_lp_sk_a53_defconfig @@ -0,0 +1,3 @@ +#include +CONFIG_DEFAULT_DEVICE_TREE="ti/k3-am62-lp-sk" +CONFIG_OF_UPSTREAM=y diff --git a/configs/am62x_lp_sk_r5_defconfig b/configs/am62x_lp_sk_r5_defconfig new file mode 100644 index 0000000000000..93b3922e6fec5 --- /dev/null +++ b/configs/am62x_lp_sk_r5_defconfig @@ -0,0 +1,2 @@ +#include +CONFIG_DEFAULT_DEVICE_TREE="k3-am62-r5-lp-sk"