From patchwork Mon Mar 27 18:40:35 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bryan Brattlof X-Patchwork-Id: 1761905 X-Patchwork-Delegate: trini@ti.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@legolas.ozlabs.org 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=) 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=A2JuEMYr; dkim-atps=neutral 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 (P-384)) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4PlhW03hLcz1yXq for ; Tue, 28 Mar 2023 05:42:04 +1100 (AEDT) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id BE55D85746; Mon, 27 Mar 2023 20:41:34 +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="A2JuEMYr"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id B452C85C86; Mon, 27 Mar 2023 20:41:03 +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=-2.1 required=5.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,SPF_HELO_PASS, SPF_PASS autolearn=ham autolearn_force=no version=3.4.2 Received: from fllv0015.ext.ti.com (fllv0015.ext.ti.com [198.47.19.141]) (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 C4149860B6 for ; Mon, 27 Mar 2023 20:40:40 +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 lelv0265.itg.ti.com ([10.180.67.224]) by fllv0015.ext.ti.com (8.15.2/8.15.2) with ESMTP id 32RIebDs104263; Mon, 27 Mar 2023 13:40:37 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1679942437; bh=nTq3waWLxJI39RM9eLNYKneXMiEv16g23IbOLLqdHGg=; h=From:To:CC:Subject:Date:In-Reply-To:References; b=A2JuEMYroWj7mkckQrQ766oN8PP7edZ3IFNRCTpWaNck6vaZ2PIHO8Z2Hs3tYal9w 0Jt1PjEcaqs0udYcwWgICkctWo3mzOLT33WTYsd72o4fyndGPgGrPO5SKHkF/8ALad /kPoBu23N2CZbdBbbZud/298i+AvZT31+D7cniQE= Received: from DFLE113.ent.ti.com (dfle113.ent.ti.com [10.64.6.34]) by lelv0265.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 32RIebF7013587 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Mon, 27 Mar 2023 13:40:37 -0500 Received: from DFLE113.ent.ti.com (10.64.6.34) by DFLE113.ent.ti.com (10.64.6.34) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.16; Mon, 27 Mar 2023 13:40:37 -0500 Received: from fllv0040.itg.ti.com (10.64.41.20) by DFLE113.ent.ti.com (10.64.6.34) 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; Mon, 27 Mar 2023 13:40:37 -0500 Received: from localhost (ileaxei01-snat.itg.ti.com [10.180.69.5]) by fllv0040.itg.ti.com (8.15.2/8.15.2) with ESMTP id 32RIebWp068690; Mon, 27 Mar 2023 13:40:37 -0500 From: Bryan Brattlof To: Tom Rini CC: Vignesh Raghavendra , Andrew Davis , UBoot Mailing List , Bryan Brattlof Subject: [PATCH 5/5] configs: am62ax: enable ymodem support for a53 spl Date: Mon, 27 Mar 2023 13:40:35 -0500 Message-ID: <20230327184035.2128786-6-bb@ti.com> X-Mailer: git-send-email 2.40.0 In-Reply-To: <20230327184035.2128786-1-bb@ti.com> References: <20230327184035.2128786-1-bb@ti.com> MIME-Version: 1.0 X-Developer-Signature: v=1; a=openpgp-sha256; l=862; i=bb@ti.com; h=from:subject; bh=DD+LYq1aIRYoc8Xriya5Q9MJXLHxvFLXqFNL4UP2bBc=; b=owNCWmg5MUFZJlNZB0j7xAAAYn///rb52zu/2J/5VZv3fTrP3PLzd+++Of7/Wb895l183++wA RtqaQ9IAGjRkAyAABoDTTTIAAAAaPU0NAA0NB6j1PSPUaaaBp6mho009QbUZMj1G1MEQMgAGjTE NAZBkGCZDQ0GmmJpkyZNGgZMTTQ00GQANGI0DTCYjaIMjQaBoaDtQ9RiGmQaGmjTRkAaBoHqDJo DQAGmmg00GmQDI0xMIMjINBoA0GgZNBk09T9UAwyg9xYoBqRAdGki5FeLGAnzRkfcvYeOiRmx3B WGZ51NfKCFf299AqBOl+ub1A1BwYI8TEiZBLGM5+y1wQcsoZAOAnQhz6jBOF2pdoza7R4iy9A9N 43yGXRpE7AUZtiCLM5tRgqPENLilEzdDyh6ytlySyDvqKRoNhmjBSVMZWLXxdY1WXEsWYa/LXff MDjxESIxF3ylQAOst2qGuPtuMTPHc6j02xxIs9s7iAyuAF51JC65vg6rVIx26g6H8v/wb7GA51e ZXCWpbRWlWBcLzXsYdwBIdeSQYNTyQH2l8IWVdKh8Ctza5l9VOqCED/JNcKcIxyeZA1cufRDGs4 H15/d0IWt9kkUBv5NUYwEYU09xSUkyuDE4AJ/nDEiNR0/Ag4FC9yyJfVFbow3/3fDhAfk8BoEdc dgDRkqyOJ7qOtHbsj/F3JFOFCQB0j7xAA== 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 Automated testing inside TI currently relies on loading the boot-loaders into the SoC via UART. Enable SPL_YMODEM_SUPPORT so our testing infrastructure can boot (and test) our boards. Fixes: 719bd650c30e8 ("configs: introduce configs for the am62a") Signed-off-by: Bryan Brattlof --- configs/am62ax_evm_a53_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/am62ax_evm_a53_defconfig b/configs/am62ax_evm_a53_defconfig index 5905e7e6a9652..625168f6fe7f5 100644 --- a/configs/am62ax_evm_a53_defconfig +++ b/configs/am62ax_evm_a53_defconfig @@ -33,6 +33,7 @@ CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR=0x1400 CONFIG_SPL_FS_LOAD_PAYLOAD_NAME="u-boot.img" CONFIG_SPL_DM_MAILBOX=y CONFIG_SPL_POWER_DOMAIN=y +CONFIG_SPL_YMODEM_SUPPORT=y CONFIG_CMD_MMC=y CONFIG_OF_CONTROL=y CONFIG_SPL_OF_CONTROL=y