From patchwork Wed May 11 16:00:52 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ard Biesheuvel X-Patchwork-Id: 67606 Delivered-To: patch@linaro.org Received: by 10.140.92.199 with SMTP id b65csp310862qge; Wed, 11 May 2016 09:20:23 -0700 (PDT) X-Received: by 10.55.212.15 with SMTP id l15mr4653310qki.21.1462983622943; Wed, 11 May 2016 09:20:22 -0700 (PDT) Return-Path: Received: from lists.linaro.org (lists.linaro.org. [54.225.227.206]) by mx.google.com with ESMTP id t65si5713988qkt.9.2016.05.11.09.20.22; Wed, 11 May 2016 09:20:22 -0700 (PDT) Received-SPF: pass (google.com: domain of linaro-uefi-bounces@lists.linaro.org designates 54.225.227.206 as permitted sender) client-ip=54.225.227.206; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linaro-uefi-bounces@lists.linaro.org designates 54.225.227.206 as permitted sender) smtp.mailfrom=linaro-uefi-bounces@lists.linaro.org; dmarc=pass (p=NONE dis=NONE) header.from=linaro.org Received: by lists.linaro.org (Postfix, from userid 109) id 298B26163C; Wed, 11 May 2016 16:20:22 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on ip-10-142-244-252 X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, URIBL_BLOCKED autolearn=disabled version=3.4.0 Received: from [127.0.0.1] (localhost [127.0.0.1]) by lists.linaro.org (Postfix) with ESMTP id 962106166F; Wed, 11 May 2016 16:05:57 +0000 (UTC) X-Original-To: linaro-uefi@lists.linaro.org Delivered-To: linaro-uefi@lists.linaro.org Received: by lists.linaro.org (Postfix, from userid 109) id A3348616B7; Wed, 11 May 2016 16:05:54 +0000 (UTC) Received: from mail-wm0-f54.google.com (mail-wm0-f54.google.com [74.125.82.54]) by lists.linaro.org (Postfix) with ESMTPS id B7C936169F for ; Wed, 11 May 2016 16:01:34 +0000 (UTC) Received: by mail-wm0-f54.google.com with SMTP id g17so90872386wme.1 for ; Wed, 11 May 2016 09:01:34 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=T4o5Bht1Ylb1OnzF1euuk3r3efH1C5oK/Fe8CjfwnIs=; b=Bh762CE5w+bpbc4GZE1C5PZSRfzuhygUYbvYaH6CJX3ydIlRs42aT/77ESXtvUA+iI ZfzyLEPF/p6SIL7X+ZJAA/0+p7wAy7/K6o49IPMM8Py2MBjnd4tJIJkFjhKdp6sLX3iH RgAJv6d87hm/lrd9erRZVNxtb9b0u+eGGAtoMOR95yf0/kLZZXgN6VyU12m2HohFOGgd KpLdlZTQhj4xkHnOlUGenx/gUBIQGvjBIbbheWEU763OmpPAxbXngyfai+2aUucAnGKM QOgRxuiyOWEXAbQT5F5flqlwGk7hg2JpRv63YD7XaIl8Rw4Gs/GwfUvwPYb3/TXSTPqW XuhA== X-Gm-Message-State: AOPr4FXgxffbcRymmFXTE+KklOzSoW7y43IarOjrJoAnqHVD2SjjIFOB7TkL4NqWC5Y/AP3D0So= X-Received: by 10.28.135.135 with SMTP id j129mr5420041wmd.101.1462982493878; Wed, 11 May 2016 09:01:33 -0700 (PDT) Received: from localhost.localdomain ([195.55.142.58]) by smtp.gmail.com with ESMTPSA id f11sm36699133wmf.22.2016.05.11.09.01.31 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 11 May 2016 09:01:33 -0700 (PDT) From: Ard Biesheuvel To: linaro-uefi@lists.linaro.org Date: Wed, 11 May 2016 18:00:52 +0200 Message-Id: <1462982452-1316-12-git-send-email-ard.biesheuvel@linaro.org> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1462982452-1316-1-git-send-email-ard.biesheuvel@linaro.org> References: <1462982452-1316-1-git-send-email-ard.biesheuvel@linaro.org> Cc: leo.duran@amd.com Subject: [Linaro-uefi] [PATCH 11/11] Platforms/AMD/Styx/OverdriveBoard: make MnpDxe less noisy X-BeenThere: linaro-uefi@lists.linaro.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: linaro-uefi-bounces@lists.linaro.org Sender: "Linaro-uefi" This is a temporary debug patch to make MnpDxe less noisy, since it makes it difficult to use the console. Fixing the root cause it of course preferable, but hey ... Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ard Biesheuvel --- Platforms/AMD/Styx/OverdriveBoard/OverdriveBoard.dsc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Platforms/AMD/Styx/OverdriveBoard/OverdriveBoard.dsc b/Platforms/AMD/Styx/OverdriveBoard/OverdriveBoard.dsc index b5069b073d45..7d879197946a 100644 --- a/Platforms/AMD/Styx/OverdriveBoard/OverdriveBoard.dsc +++ b/Platforms/AMD/Styx/OverdriveBoard/OverdriveBoard.dsc @@ -626,7 +626,10 @@ DEFINE DO_RTK = 0 MdeModulePkg/Universal/Network/Dhcp4Dxe/Dhcp4Dxe.inf # MdeModulePkg/Universal/Network/Ip4ConfigDxe/Ip4ConfigDxe.inf MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Dxe.inf - MdeModulePkg/Universal/Network/MnpDxe/MnpDxe.inf + MdeModulePkg/Universal/Network/MnpDxe/MnpDxe.inf { + + gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x21 + } MdeModulePkg/Universal/Network/VlanConfigDxe/VlanConfigDxe.inf MdeModulePkg/Universal/Network/Mtftp4Dxe/Mtftp4Dxe.inf MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Dxe.inf