From mboxrd@z Thu Jan 1 00:00:00 1970 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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 382C4C433F5 for ; Sat, 25 Sep 2021 00:33:03 +0000 (UTC) Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id A583561212 for ; Sat, 25 Sep 2021 00:33:02 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org A583561212 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=chromium.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=lists.denx.de Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 97A82834FA; Sat, 25 Sep 2021 02:32:27 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=chromium.org 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=chromium.org header.i=@chromium.org header.b="TIMzMHzA"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 7BA76834E2; Sat, 25 Sep 2021 02:31:35 +0200 (CEST) Received: from mail-oi1-x235.google.com (mail-oi1-x235.google.com [IPv6:2607:f8b0:4864:20::235]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 9B103834F0 for ; Sat, 25 Sep 2021 02:31:09 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=chromium.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=sjg@chromium.org Received: by mail-oi1-x235.google.com with SMTP id y201so16901410oie.3 for ; Fri, 24 Sep 2021 17:31:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=tlmwqnPWslkplfbXUnHIHuwnSPSmtTDj/OIE26WnRbo=; b=TIMzMHzAA9+ThOZkSvQvnfbt6kruFTjIvgeGpAVgyEd7+9b7Apotw/ww0eIbEDldvO JbRIBjhNEUN+ssT1eqBsJwoo6pgyo2efFdv7OqOIVUnjhOo1tWevl8gpsaS5i8ikfbAS H+UV9WLW9MfTgbYLcbzoVegziIMnsCgyfFDpw= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=tlmwqnPWslkplfbXUnHIHuwnSPSmtTDj/OIE26WnRbo=; b=6r6UdOYKu/TG+cDN8DTGMSnhCPD3HOmRjVXv2R/vs0wYobn0B0/ohIzKXlCHNdrvSN BaFFmGpGxBnycGPVQPjxLiLTtExiCkSspIr4/wTDBu1/YAtpjjX1Z/iLgSsroMHAc3gW 0fSVyjM0pQMfaRaHRcoKzITn19dvDmtG1N4TFTy5/EexCe408EyXvHjZHhkNXBlGvoR4 MA1G+yhxdTVgKHfIfgcdfdoB76zKerScwVbw0wEVA1mZbHNNsKyt/jKV13N2HbVlFXVl mvZnC55IGY9Zf3oxdV/ZMTOD0pqYck3G/xr1GeUZCV5i01pphhzL/KGVnzvDDJ3fMcfx wjrg== X-Gm-Message-State: AOAM531BjZigHTcxrJESIxrlio+BFMjW/fgGUi+WbsWTvjbmmakemiMP Um4SHHqtUqZe/rgiHJd9ilvPhjB2/ixToQ== X-Google-Smtp-Source: ABdhPJz0cfzbw0zkxR2RpeeNSpOFD3/SY3VDzuRb4h2f5c61yH8mEh7lfV2JesWeHJvX1FPmFBvp3g== X-Received: by 2002:a05:6808:138c:: with SMTP id c12mr3685301oiw.34.1632529868166; Fri, 24 Sep 2021 17:31:08 -0700 (PDT) Received: from kiwi.bld.corp.google.com (c-67-190-101-114.hsd1.co.comcast.net. [67.190.101.114]) by smtp.gmail.com with ESMTPSA id y83sm2491462oia.47.2021.09.24.17.31.07 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 24 Sep 2021 17:31:07 -0700 (PDT) From: Simon Glass To: U-Boot Mailing List Cc: Heinrich Schuchardt , Bin Meng , Christian Melki , Tom Rini , Ilias Apalodimas , Simon Glass , Alexander Graf Subject: [PATCH v2 08/39] efi: Enable DM_ETH for the app Date: Fri, 24 Sep 2021 18:30:24 -0600 Message-Id: <20210925003055.759305-4-sjg@chromium.org> X-Mailer: git-send-email 2.33.0.685.g46640cef36-goog In-Reply-To: <20210925003055.759305-1-sjg@chromium.org> References: <20210925003055.759305-1-sjg@chromium.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.34 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.2 at phobos.denx.de X-Virus-Status: Clean There is no need to avoid driver model for networking. Drop this. Signed-off-by: Simon Glass --- Changes in v2: - Add new patch to enable DM_ETH for the app configs/efi-x86_app_defconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/configs/efi-x86_app_defconfig b/configs/efi-x86_app_defconfig index e9ee66250cf..3f7c9ba9008 100644 --- a/configs/efi-x86_app_defconfig +++ b/configs/efi-x86_app_defconfig @@ -32,7 +32,6 @@ CONFIG_ENV_OVERWRITE=y CONFIG_SYS_RELOC_GD_ENV_ADDR=y CONFIG_REGMAP=y CONFIG_SYSCON=y -# CONFIG_DM_ETH is not set # CONFIG_REGEX is not set # CONFIG_GZIP is not set CONFIG_EFI=y -- 2.33.0.685.g46640cef36-goog