From patchwork Tue Sep 17 08:09:41 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Patrice CHOTARD X-Patchwork-Id: 1163220 X-Patchwork-Delegate: patrick.delaunay73@gmail.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.denx.de (client-ip=81.169.180.215; helo=lists.denx.de; envelope-from=u-boot-bounces@lists.denx.de; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=st.com Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=st.com header.i=@st.com header.b="VfWqSExl"; dkim-atps=neutral Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 46XbQ05sqvz9sP3 for ; Tue, 17 Sep 2019 18:10:16 +1000 (AEST) Received: by lists.denx.de (Postfix, from userid 105) id 6FBFBC220DA; Tue, 17 Sep 2019 08:10:13 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on lists.denx.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=T_DKIM_INVALID autolearn=unavailable autolearn_force=no version=3.4.0 Received: from lists.denx.de (localhost [IPv6:::1]) by lists.denx.de (Postfix) with ESMTP id 7BAB8C21D9A; Tue, 17 Sep 2019 08:10:11 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id 26056C21DB3; Tue, 17 Sep 2019 08:10:10 +0000 (UTC) Received: from mx07-00178001.pphosted.com (mx07-00178001.pphosted.com [62.209.51.94]) by lists.denx.de (Postfix) with ESMTPS id C193BC21D83 for ; Tue, 17 Sep 2019 08:10:09 +0000 (UTC) Received: from pps.filterd (m0046668.ppops.net [127.0.0.1]) by mx07-00178001.pphosted.com (8.16.0.42/8.16.0.42) with SMTP id x8H87io3008254; Tue, 17 Sep 2019 10:10:08 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=st.com; h=from : to : cc : subject : date : message-id : in-reply-to : references : mime-version : content-type; s=STMicroelectronics; bh=XmfUU9fRoCU82R+y+FXOqc7eh/QqZgTBDC1Sne4zBQY=; b=VfWqSExlvvSZOKbp++sX6425T6ji4a7cn9wyHJu+cT2XJLPdYnSGDn+joOTAU0FJbRbP 7RZbVym5pYgEme5EKiI0qNs7WUtUTWCn9E6fte++Lmb+dGtRpR2NB2CBZk8Ge9BEurbt MWQLfg1eYt08fCuC6IRime3gSC94o3QEVQciMZH2jLQvSbvmCX9D+eXGpLyBy+8KEA+m /tCUX0/CBbIKNSc6UZNfVIB0mVbHnkdAb2e9unl2ylF22+LB/I5+9dGleeOND72XKq0G K/waZZBkPkKZgGCvrwmLv/eqhANTXINJI0t7K3jJ4cDGdRAJ9/VIIggNR9/k54kJepfp MQ== Received: from beta.dmz-ap.st.com (beta.dmz-ap.st.com [138.198.100.35]) by mx07-00178001.pphosted.com with ESMTP id 2v0np10314-1 (version=TLSv1 cipher=ECDHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 17 Sep 2019 10:10:08 +0200 Received: from euls16034.sgp.st.com (euls16034.sgp.st.com [10.75.44.20]) by beta.dmz-ap.st.com (STMicroelectronics) with ESMTP id 4846022; Tue, 17 Sep 2019 08:09:57 +0000 (GMT) Received: from Webmail-eu.st.com (Safex1hubcas21.st.com [10.75.90.44]) by euls16034.sgp.st.com (STMicroelectronics) with ESMTP id 9DFFC2AC5EC; Tue, 17 Sep 2019 10:09:56 +0200 (CEST) Received: from SAFEX1HUBCAS23.st.com (10.75.90.46) by SAFEX1HUBCAS21.st.com (10.75.90.44) with Microsoft SMTP Server (TLS) id 14.3.439.0; Tue, 17 Sep 2019 10:09:56 +0200 Received: from localhost (10.201.23.73) by webmail-ga.st.com (10.75.90.48) with Microsoft SMTP Server (TLS) id 14.3.439.0; Tue, 17 Sep 2019 10:09:55 +0200 From: Patrice Chotard To: Date: Tue, 17 Sep 2019 10:09:41 +0200 Message-ID: <20190917080946.9593-2-patrice.chotard@st.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20190917080946.9593-1-patrice.chotard@st.com> References: <20190917080946.9593-1-patrice.chotard@st.com> MIME-Version: 1.0 X-Originating-IP: [10.201.23.73] X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:6.0.70,1.0.8 definitions=2019-09-17_05:2019-09-11,2019-09-17 signatures=0 Cc: U-Boot STM32 Subject: [U-Boot] [PATCH 1/5] configs: stm32f429-discovery: Disable CONFIG_NET flag X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.18 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" Network support was never added on this board, disable CONFIG_NET flag to avoid following warning: ===================== WARNING ====================== This board does not use CONFIG_DM_ETH (Driver Model for Ethernet drivers). Please update the board to use CONFIG_DM_ETH before the v2020.07 release. Failure to update by the deadline may result in board removal. See doc/driver-model/migration.rst for more info. ==================================================== Signed-off-by: Patrice Chotard Acked-by: Patrick Delaunay --- configs/stm32f429-discovery_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/stm32f429-discovery_defconfig b/configs/stm32f429-discovery_defconfig index 3c3501566c..45fdb9d2ad 100644 --- a/configs/stm32f429-discovery_defconfig +++ b/configs/stm32f429-discovery_defconfig @@ -21,5 +21,6 @@ CONFIG_CMD_TIMER=y CONFIG_OF_CONTROL=y CONFIG_DEFAULT_DEVICE_TREE="stm32f429-disco" CONFIG_ENV_IS_IN_FLASH=y +# CONFIG_NET is not set # CONFIG_MMC is not set CONFIG_MTD_NOR_FLASH=y From patchwork Tue Sep 17 08:09:42 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Patrice CHOTARD X-Patchwork-Id: 1163222 X-Patchwork-Delegate: patrick.delaunay73@gmail.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.denx.de (client-ip=81.169.180.215; helo=lists.denx.de; envelope-from=u-boot-bounces@lists.denx.de; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=st.com Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=st.com header.i=@st.com header.b="JiYaNiku"; dkim-atps=neutral Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 46XbQB6NbKz9sP7 for ; Tue, 17 Sep 2019 18:10:26 +1000 (AEST) Received: by lists.denx.de (Postfix, from userid 105) id 77B81C22103; Tue, 17 Sep 2019 08:10:22 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on lists.denx.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=T_DKIM_INVALID autolearn=unavailable autolearn_force=no version=3.4.0 Received: from lists.denx.de (localhost [IPv6:::1]) by lists.denx.de (Postfix) with ESMTP id 087F1C220CC; Tue, 17 Sep 2019 08:10:12 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id 3760DC21D9A; Tue, 17 Sep 2019 08:10:10 +0000 (UTC) Received: from mx07-00178001.pphosted.com (mx07-00178001.pphosted.com [62.209.51.94]) by lists.denx.de (Postfix) with ESMTPS id C3D02C21D9A for ; Tue, 17 Sep 2019 08:10:09 +0000 (UTC) Received: from pps.filterd (m0046668.ppops.net [127.0.0.1]) by mx07-00178001.pphosted.com (8.16.0.42/8.16.0.42) with SMTP id x8H87io4008254; Tue, 17 Sep 2019 10:10:09 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=st.com; h=from : to : cc : subject : date : message-id : in-reply-to : references : mime-version : content-type; s=STMicroelectronics; bh=VnDYfAUtj9UbBO3qOL1swsTDq7ecu5gvWnzxg0P8RiE=; b=JiYaNikue22ui30AtsjANri4+15MAzq4ppENMZcD3EamKubkKqhjFraA+bvrXmlmZnDe 0t/GsmLp4MPwnSyv/PaN6X2PiLWilGCuKMh5IrgL+bAuI5fFIdydPkqSIZR7bNv65Dbf v5kSbwMZgsMvIT8n8MI+aNGkKqDQymHBLMJGADySw6CWC/0qiRnlTEMp7A6XT8rGSZKz 8t8/g+p0TP9b2RdRCg8C0ANPficBjn+HOs0zNzHLj8RJu9mBZMR6lICocHWxGqUc/Um6 ZLBvPGGL/w1oSj2fE+mmfYB8G1TnCdp/IvxeruFbMJgz/5SGmcPFNVMdJ5ZGvopvqM+e NQ== Received: from beta.dmz-ap.st.com (beta.dmz-ap.st.com [138.198.100.35]) by mx07-00178001.pphosted.com with ESMTP id 2v0np10316-1 (version=TLSv1 cipher=ECDHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 17 Sep 2019 10:10:09 +0200 Received: from euls16034.sgp.st.com (euls16034.sgp.st.com [10.75.44.20]) by beta.dmz-ap.st.com (STMicroelectronics) with ESMTP id 0ED3056; Tue, 17 Sep 2019 08:09:58 +0000 (GMT) Received: from Webmail-eu.st.com (Safex1hubcas24.st.com [10.75.90.94]) by euls16034.sgp.st.com (STMicroelectronics) with ESMTP id C1D182AC5E7; Tue, 17 Sep 2019 10:09:57 +0200 (CEST) Received: from SAFEX1HUBCAS23.st.com (10.75.90.46) by Safex1hubcas24.st.com (10.75.90.94) with Microsoft SMTP Server (TLS) id 14.3.439.0; Tue, 17 Sep 2019 10:09:57 +0200 Received: from localhost (10.201.23.73) by webmail-ga.st.com (10.75.90.48) with Microsoft SMTP Server (TLS) id 14.3.439.0; Tue, 17 Sep 2019 10:09:57 +0200 From: Patrice Chotard To: Date: Tue, 17 Sep 2019 10:09:42 +0200 Message-ID: <20190917080946.9593-3-patrice.chotard@st.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20190917080946.9593-1-patrice.chotard@st.com> References: <20190917080946.9593-1-patrice.chotard@st.com> MIME-Version: 1.0 X-Originating-IP: [10.201.23.73] X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:6.0.70,1.0.8 definitions=2019-09-17_05:2019-09-11,2019-09-17 signatures=0 Cc: U-Boot STM32 Subject: [U-Boot] [PATCH 2/5] configs: stm32f429-evaluation: Disable CONFIG_NET flag X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.18 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" Network support was never added on this board, disable CONFIG_NET flag to avoid following warning: ===================== WARNING ====================== This board does not use CONFIG_DM_ETH (Driver Model for Ethernet drivers). Please update the board to use CONFIG_DM_ETH before the v2020.07 release. Failure to update by the deadline may result in board removal. See doc/driver-model/migration.rst for more info. ==================================================== Signed-off-by: Patrice Chotard Acked-by: Patrick Delaunay --- configs/stm32f429-evaluation_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/stm32f429-evaluation_defconfig b/configs/stm32f429-evaluation_defconfig index 51f587f629..2b118a0dff 100644 --- a/configs/stm32f429-evaluation_defconfig +++ b/configs/stm32f429-evaluation_defconfig @@ -17,12 +17,12 @@ CONFIG_CMD_GPT=y # CONFIG_RANDOM_UUID is not set CONFIG_CMD_MMC=y # CONFIG_CMD_SETEXPR is not set -# CONFIG_CMD_MII is not set CONFIG_CMD_CACHE=y CONFIG_CMD_TIMER=y # CONFIG_ISO_PARTITION is not set CONFIG_OF_CONTROL=y CONFIG_DEFAULT_DEVICE_TREE="stm32429i-eval" +# CONFIG_NET is not set CONFIG_DM_MMC=y CONFIG_ARM_PL180_MMCI=y CONFIG_MTD_NOR_FLASH=y From patchwork Tue Sep 17 08:09:43 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Patrice CHOTARD X-Patchwork-Id: 1163228 X-Patchwork-Delegate: patrick.delaunay73@gmail.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.denx.de (client-ip=81.169.180.215; helo=lists.denx.de; envelope-from=u-boot-bounces@lists.denx.de; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=st.com Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=st.com header.i=@st.com header.b="w6uTQwWA"; dkim-atps=neutral Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 46XbRg5qGsz9sN1 for ; Tue, 17 Sep 2019 18:11:43 +1000 (AEST) Received: by lists.denx.de (Postfix, from userid 105) id 5EB12C220CC; Tue, 17 Sep 2019 08:10:52 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on lists.denx.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=T_DKIM_INVALID autolearn=unavailable autolearn_force=no version=3.4.0 Received: from lists.denx.de (localhost [IPv6:::1]) by lists.denx.de (Postfix) with ESMTP id 44CC4C22109; Tue, 17 Sep 2019 08:10:44 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id 82A67C22104; Tue, 17 Sep 2019 08:10:17 +0000 (UTC) Received: from mx07-00178001.pphosted.com (mx07-00178001.pphosted.com [62.209.51.94]) by lists.denx.de (Postfix) with ESMTPS id E874CC2210D for ; Tue, 17 Sep 2019 08:10:14 +0000 (UTC) Received: from pps.filterd (m0046037.ppops.net [127.0.0.1]) by mx07-00178001.pphosted.com (8.16.0.42/8.16.0.42) with SMTP id x8H86qhe025074; Tue, 17 Sep 2019 10:10:13 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=st.com; h=from : to : cc : subject : date : message-id : in-reply-to : references : mime-version : content-type; s=STMicroelectronics; bh=a9tz9nwwESu09zxJIYE2h2d6Nng722BdipegJSlfSfQ=; b=w6uTQwWAN3Z5W+SfmMqhDvmmMGXlQQ7lNNqDW2e772WxDJML/IjeL00lMoSVQgz9q/Ne dWzROM51DOM/H+gG3FNOZApQODSXMjNA4oHqsMNNoFUL54EK2qVR1dsZfXiiMHUjiGtQ 8CZR69/e31b98iC3QDEc7MHwcEKzq+A3yhO9Ca32umihnyrmpFmWuZq1HM6x762didQ6 y6/1gemaGroZdddQRj2JKd0es7fE1Ip1jo3tb9SA47slql89C3YkImTQ0LY6w/hfd4zr r20UVxztNZvy24HyXDsWjTVE7E7Ghy6yb0TasuMBSEnxcGbBINu+tsLSoBcOqZSTCbVK 9A== Received: from beta.dmz-ap.st.com (beta.dmz-ap.st.com [138.198.100.35]) by mx07-00178001.pphosted.com with ESMTP id 2v0nyx01ds-1 (version=TLSv1 cipher=ECDHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 17 Sep 2019 10:10:12 +0200 Received: from euls16034.sgp.st.com (euls16034.sgp.st.com [10.75.44.20]) by beta.dmz-ap.st.com (STMicroelectronics) with ESMTP id 769074B; Tue, 17 Sep 2019 08:09:59 +0000 (GMT) Received: from Webmail-eu.st.com (Safex1hubcas21.st.com [10.75.90.44]) by euls16034.sgp.st.com (STMicroelectronics) with ESMTP id 363642AC5ED; Tue, 17 Sep 2019 10:09:59 +0200 (CEST) Received: from SAFEX1HUBCAS23.st.com (10.75.90.46) by SAFEX1HUBCAS21.st.com (10.75.90.44) with Microsoft SMTP Server (TLS) id 14.3.439.0; Tue, 17 Sep 2019 10:09:59 +0200 Received: from localhost (10.201.23.73) by webmail-ga.st.com (10.75.90.48) with Microsoft SMTP Server (TLS) id 14.3.439.0; Tue, 17 Sep 2019 10:09:58 +0200 From: Patrice Chotard To: Date: Tue, 17 Sep 2019 10:09:43 +0200 Message-ID: <20190917080946.9593-4-patrice.chotard@st.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20190917080946.9593-1-patrice.chotard@st.com> References: <20190917080946.9593-1-patrice.chotard@st.com> MIME-Version: 1.0 X-Originating-IP: [10.201.23.73] X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:6.0.70,1.0.8 definitions=2019-09-17_05:2019-09-11,2019-09-17 signatures=0 Cc: U-Boot STM32 Subject: [U-Boot] [PATCH 3/5] configs: stm32f469-discovery: Disable CONFIG_NET flag X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.18 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" Network support was never added on this board, disable CONFIG_NET flag to avoid following warning: ===================== WARNING ====================== This board does not use CONFIG_DM_ETH (Driver Model for Ethernet drivers). Please update the board to use CONFIG_DM_ETH before the v2020.07 release. Failure to update by the deadline may result in board removal. See doc/driver-model/migration.rst for more info. ==================================================== Signed-off-by: Patrice Chotard Acked-by: Patrick Delaunay --- configs/stm32f469-discovery_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/stm32f469-discovery_defconfig b/configs/stm32f469-discovery_defconfig index dcd0697677..5cedb765d1 100644 --- a/configs/stm32f469-discovery_defconfig +++ b/configs/stm32f469-discovery_defconfig @@ -18,12 +18,12 @@ CONFIG_CMD_GPT=y CONFIG_CMD_MMC=y CONFIG_CMD_SF=y # CONFIG_CMD_SETEXPR is not set -# CONFIG_CMD_MII is not set CONFIG_CMD_CACHE=y CONFIG_CMD_TIMER=y # CONFIG_ISO_PARTITION is not set CONFIG_OF_CONTROL=y CONFIG_DEFAULT_DEVICE_TREE="stm32f469-disco" +# CONFIG_NET is not set CONFIG_DM_MMC=y CONFIG_ARM_PL180_MMCI=y CONFIG_MTD=y From patchwork Tue Sep 17 08:09:44 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Patrice CHOTARD X-Patchwork-Id: 1163230 X-Patchwork-Delegate: patrick.delaunay73@gmail.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.denx.de (client-ip=81.169.180.215; helo=lists.denx.de; envelope-from=u-boot-bounces@lists.denx.de; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=st.com Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=st.com header.i=@st.com header.b="vYjdoVW4"; dkim-atps=neutral Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 46XbRq5TMJz9sNx for ; Tue, 17 Sep 2019 18:11:51 +1000 (AEST) Received: by lists.denx.de (Postfix, from userid 105) id 7C165C220CC; Tue, 17 Sep 2019 08:10:38 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on lists.denx.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=T_DKIM_INVALID autolearn=unavailable autolearn_force=no version=3.4.0 Received: from lists.denx.de (localhost [IPv6:::1]) by lists.denx.de (Postfix) with ESMTP id 954BFC2211A; Tue, 17 Sep 2019 08:10:37 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id DB857C21D83; Tue, 17 Sep 2019 08:10:19 +0000 (UTC) Received: from mx07-00178001.pphosted.com (mx07-00178001.pphosted.com [62.209.51.94]) by lists.denx.de (Postfix) with ESMTPS id CA7B5C2211C for ; Tue, 17 Sep 2019 08:10:16 +0000 (UTC) Received: from pps.filterd (m0046037.ppops.net [127.0.0.1]) by mx07-00178001.pphosted.com (8.16.0.42/8.16.0.42) with SMTP id x8H86qhf025074; Tue, 17 Sep 2019 10:10:16 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=st.com; h=from : to : cc : subject : date : message-id : in-reply-to : references : mime-version : content-type; s=STMicroelectronics; bh=Ki+v7TzhXonAei+7s1ELkcJ+7WHLwNSNACwjw03thUA=; b=vYjdoVW4bwl6Zv+6dWFshsk0ZIcQC7pQYHfHBthQJtx6YwNuw2Mf/MA+LQki+nTcFYxj FLyl4HxbEBTxcF4MANVxW6z7Dt6IQy4iiouRVWlvKaHOHvqRMqu6GnX5Zo2z4STwKvke T/T09gf1k2bqNaW7kBhd2iashsp5R6PSeiaEWoCizEXCwURMwFe8Y+U2m5ars/O3l4GF L+syhi7YNxlmC3c0f7B+0JnjhZ+c6Uw1wuJk88ars5OaCnQEu3CLOF7goUzkmRKVPZue 0BB9LuZSYrSPJaSwvXvcB7DEx9awe69+fJGPs60li0DX36TntFXtuvzsLMqyBpj9+QGd 3Q== Received: from beta.dmz-ap.st.com (beta.dmz-ap.st.com [138.198.100.35]) by mx07-00178001.pphosted.com with ESMTP id 2v0nyx01e5-1 (version=TLSv1 cipher=ECDHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 17 Sep 2019 10:10:16 +0200 Received: from euls16034.sgp.st.com (euls16034.sgp.st.com [10.75.44.20]) by beta.dmz-ap.st.com (STMicroelectronics) with ESMTP id CC1CB68; Tue, 17 Sep 2019 08:10:00 +0000 (GMT) Received: from Webmail-eu.st.com (Safex1hubcas21.st.com [10.75.90.44]) by euls16034.sgp.st.com (STMicroelectronics) with ESMTP id 894FE2AC5ED; Tue, 17 Sep 2019 10:10:00 +0200 (CEST) Received: from SAFEX1HUBCAS23.st.com (10.75.90.46) by SAFEX1HUBCAS21.st.com (10.75.90.44) with Microsoft SMTP Server (TLS) id 14.3.439.0; Tue, 17 Sep 2019 10:10:00 +0200 Received: from localhost (10.201.23.73) by webmail-ga.st.com (10.75.90.48) with Microsoft SMTP Server (TLS) id 14.3.439.0; Tue, 17 Sep 2019 10:09:59 +0200 From: Patrice Chotard To: Date: Tue, 17 Sep 2019 10:09:44 +0200 Message-ID: <20190917080946.9593-5-patrice.chotard@st.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20190917080946.9593-1-patrice.chotard@st.com> References: <20190917080946.9593-1-patrice.chotard@st.com> MIME-Version: 1.0 X-Originating-IP: [10.201.23.73] X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:6.0.70,1.0.8 definitions=2019-09-17_05:2019-09-11,2019-09-17 signatures=0 Cc: U-Boot STM32 Subject: [U-Boot] [PATCH 4/5] configs: stm32h743-disco: Disable CONFIG_NET flag X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.18 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" Network support was never added on this board, disable CONFIG_NET flag to avoid following warning: ===================== WARNING ====================== This board does not use CONFIG_DM_ETH (Driver Model for Ethernet drivers). Please update the board to use CONFIG_DM_ETH before the v2020.07 release. Failure to update by the deadline may result in board removal. See doc/driver-model/migration.rst for more info. ==================================================== Signed-off-by: Patrice Chotard Acked-by: Patrick Delaunay --- configs/stm32h743-disco_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/stm32h743-disco_defconfig b/configs/stm32h743-disco_defconfig index 1691c2ea19..ea4c128430 100644 --- a/configs/stm32h743-disco_defconfig +++ b/configs/stm32h743-disco_defconfig @@ -24,6 +24,7 @@ CONFIG_CMD_EXT4_WRITE=y # CONFIG_ISO_PARTITION is not set CONFIG_OF_CONTROL=y CONFIG_DEFAULT_DEVICE_TREE="stm32h743i-disco" +# CONFIG_NET is not set CONFIG_DM_MMC=y CONFIG_STM32_SDMMC2=y # CONFIG_PINCTRL_FULL is not set From patchwork Tue Sep 17 08:09:45 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Patrice CHOTARD X-Patchwork-Id: 1163235 X-Patchwork-Delegate: patrick.delaunay73@gmail.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.denx.de (client-ip=81.169.180.215; helo=lists.denx.de; envelope-from=u-boot-bounces@lists.denx.de; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=st.com Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=st.com header.i=@st.com header.b="z646dJTk"; dkim-atps=neutral Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 46XbT72p0dz9sP6 for ; Tue, 17 Sep 2019 18:12:59 +1000 (AEST) Received: by lists.denx.de (Postfix, from userid 105) id 17C18C22134; Tue, 17 Sep 2019 08:11:09 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on lists.denx.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=T_DKIM_INVALID autolearn=unavailable autolearn_force=no version=3.4.0 Received: from lists.denx.de (localhost [IPv6:::1]) by lists.denx.de (Postfix) with ESMTP id 44AE6C220E2; Tue, 17 Sep 2019 08:11:01 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id 00C4DC220CB; Tue, 17 Sep 2019 08:10:29 +0000 (UTC) Received: from mx07-00178001.pphosted.com (mx08-00178001.pphosted.com [91.207.212.93]) by lists.denx.de (Postfix) with ESMTPS id 822DFC220E1 for ; Tue, 17 Sep 2019 08:10:26 +0000 (UTC) Received: from pps.filterd (m0046661.ppops.net [127.0.0.1]) by mx08-00178001.pphosted.com (8.16.0.42/8.16.0.42) with SMTP id x8H877V1012956; Tue, 17 Sep 2019 10:10:25 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=st.com; h=from : to : cc : subject : date : message-id : in-reply-to : references : mime-version : content-type; s=STMicroelectronics; bh=6qMyBl+KDK5KX2AA3C6dmxXRDKEzlm3THZlS+wEBHvA=; b=z646dJTkKjlJC1mM357T2mjgWspRPBi3rheCCx504dW5YlcMKwvI6sgquaNNifhuVSmD NvmofKC3OjyJfaMmqgeHVQCqB+rkDU2G7CslsbAZz6ui7wgqeNANhNy10qJoihSTmInH JH7/VDTDahfauPINhlXY3q7ME3tXKH9VqAzerj66A0JXXexw+yeC+FtMjvRBZenf3+OJ eoxVVFGARaywEU5JEAC9jwSuyCX/J1EyIue+oRhNSZnGw98halyqip4xPsRg/qhpXBLd Ow5GbJuvwVtiHmq0c9jJfG2jXDpeqdMQtcVfOkiQjp1vSaz8La+t7ExpVCDLM4ZuN+oK jg== Received: from beta.dmz-ap.st.com (beta.dmz-ap.st.com [138.198.100.35]) by mx08-00178001.pphosted.com with ESMTP id 2v0q3fquet-1 (version=TLSv1 cipher=ECDHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 17 Sep 2019 10:10:25 +0200 Received: from euls16034.sgp.st.com (euls16034.sgp.st.com [10.75.44.20]) by beta.dmz-ap.st.com (STMicroelectronics) with ESMTP id 0A5384C; Tue, 17 Sep 2019 08:10:02 +0000 (GMT) Received: from Webmail-eu.st.com (Safex1hubcas22.st.com [10.75.90.92]) by euls16034.sgp.st.com (STMicroelectronics) with ESMTP id BE2B62AC5ED; Tue, 17 Sep 2019 10:10:01 +0200 (CEST) Received: from SAFEX1HUBCAS23.st.com (10.75.90.46) by Safex1hubcas22.st.com (10.75.90.92) with Microsoft SMTP Server (TLS) id 14.3.439.0; Tue, 17 Sep 2019 10:10:01 +0200 Received: from localhost (10.201.23.73) by webmail-ga.st.com (10.75.90.48) with Microsoft SMTP Server (TLS) id 14.3.439.0; Tue, 17 Sep 2019 10:10:01 +0200 From: Patrice Chotard To: Date: Tue, 17 Sep 2019 10:09:45 +0200 Message-ID: <20190917080946.9593-6-patrice.chotard@st.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20190917080946.9593-1-patrice.chotard@st.com> References: <20190917080946.9593-1-patrice.chotard@st.com> MIME-Version: 1.0 X-Originating-IP: [10.201.23.73] X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:6.0.70,1.0.8 definitions=2019-09-17_05:2019-09-11,2019-09-17 signatures=0 Cc: U-Boot STM32 Subject: [U-Boot] [PATCH 5/5] configs: stm32h743-eval: Disable CONFIG_NET flag X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.18 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" Network support was never added on this board, disable CONFIG_NET flag to avoid following warning: ===================== WARNING ====================== This board does not use CONFIG_DM_ETH (Driver Model for Ethernet drivers). Please update the board to use CONFIG_DM_ETH before the v2020.07 release. Failure to update by the deadline may result in board removal. See doc/driver-model/migration.rst for more info. ==================================================== Signed-off-by: Patrice Chotard Acked-by: Patrick Delaunay --- configs/stm32h743-eval_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/stm32h743-eval_defconfig b/configs/stm32h743-eval_defconfig index e1c6cbf503..cacfdb5eb2 100644 --- a/configs/stm32h743-eval_defconfig +++ b/configs/stm32h743-eval_defconfig @@ -24,6 +24,7 @@ CONFIG_CMD_EXT4_WRITE=y # CONFIG_ISO_PARTITION is not set CONFIG_OF_CONTROL=y CONFIG_DEFAULT_DEVICE_TREE="stm32h743i-eval" +# CONFIG_NET is not set CONFIG_DM_MMC=y CONFIG_STM32_SDMMC2=y # CONFIG_PINCTRL_FULL is not set