From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: None (no SPF record) identity=mailfrom; client-ip=2a00:1450:4010:c07::22a; helo=mail-lf0-x22a.google.com; envelope-from=mw@semihalf.com; receiver=edk2-devel@lists.01.org Received: from mail-lf0-x22a.google.com (mail-lf0-x22a.google.com [IPv6:2a00:1450:4010:c07::22a]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 051F621EA15B9 for ; Mon, 9 Oct 2017 09:50:46 -0700 (PDT) Received: by mail-lf0-x22a.google.com with SMTP id l23so21160594lfk.10 for ; Mon, 09 Oct 2017 09:54:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=semihalf-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=T7pBxJ7iBCnpsaLdb4uSfMDXS+28ewIFiK/Jxhy55jg=; b=hNY5YCuiVH1Ydbz9hsl6Cj78DD3TppHH+nma0siuzRz6U/TbzIkO/BpyGlEJROfn76 xK+pIxuKKDxzIWgmWfISzgoNDtVJdeR1350GajvTa3fELNmFfxZ5F5UT2KAFGTindywH 3+MhZ7d0vdrLj0kblbu+J7FNPevvMsXS0ZuswYh8vL1OgRiHzI4Z7UwA5G8Zt6SV7jIm loUoDjeTpTj2qgr37QPVYgDK6dkGI+kgnKxcgc9xuCmU3bkLBqrbjpgkY1cS8L0ASn6i ekMMq/nzG7acdo7U386GRWXyz2+G0RzqF0Ae70iCuugkoidOT3Arvg4V8Na5sskbnet1 u5Mw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=T7pBxJ7iBCnpsaLdb4uSfMDXS+28ewIFiK/Jxhy55jg=; b=b8LdZUts0KrqhSfr8o1s/dq6ae8qdY+JkcgptSGaLQh7DIDfTRWqthnb9PCP1aqoKt 5n0O/jKGC9OSXLpmhQlQJwwO5VyuhpEPn+ToXe3/kQCHedZLfmcHLrc1MJcWssyEyaFE vI+495PhxU5QvpjgwDiZn2ALWPp18vmmPAOKrgqAwjwVhHqX77NIi4Ck8VbC3jS29b8Q zlel0jHpTwovh6JcJISZ4r7oSoiNwybiI6zZgKv8RLtAOvQUGtukVZ7X1ls5j+LTUBEW StJLFVrEU6gS17UQX43qyZxBZEFZ3KZRWkvNW5URdIUQMlGMHtZqdnyn2FhHyaJtLU2C 8lpg== X-Gm-Message-State: AMCzsaX/d5XtO3OMD9MbU1fcGhW8Tns1SEBo64xVcgfcmQ+sIlASl/Fu bPArl0qgraiXF32cDi7nvIx6yah7F2c= X-Google-Smtp-Source: AOwi7QAtxpzg3mG7LCFrIvjls7rY6QJGoZ3q495naWquztOa8RZ3P8v30xTZ3Hu4NyGJ5n7Psj5r8Q== X-Received: by 10.25.159.146 with SMTP id i140mr3239490lfe.253.1507568052326; Mon, 09 Oct 2017 09:54:12 -0700 (PDT) Received: from enkidu.local (31-172-191-173.noc.fibertech.net.pl. [31.172.191.173]) by smtp.gmail.com with ESMTPSA id z204sm1421490lff.33.2017.10.09.09.54.11 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 09 Oct 2017 09:54:11 -0700 (PDT) From: Marcin Wojtas To: edk2-devel@lists.01.org Cc: leif.lindholm@linaro.org, ard.biesheuvel@linaro.org, nadavh@marvell.com, neta@marvell.com, kostap@marvell.com, jinghua@marvell.com, mw@semihalf.com, jsd@semihalf.com Date: Mon, 9 Oct 2017 19:00:56 +0200 Message-Id: <1507568462-28775-8-git-send-email-mw@semihalf.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1507568462-28775-1-git-send-email-mw@semihalf.com> References: <1507568462-28775-1-git-send-email-mw@semihalf.com> Subject: [platforms: PATCH 07/13] Marvell/Armada: Re-enable driver model diagnostics PCDs X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Oct 2017 16:50:47 -0000 From: Ard Biesheuvel For some reason, one of the early ARM platforms disabled all the diagnostics related to the UEFI driver model, resulting in the output of UEFI shell utilities such as 'devices' or 'drivers' to become completely useless. Armada's shared .DSC include file inherited this for no good reason, so let's revert it. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ard Biesheuvel Signed-off-by: Marcin Wojtas --- Platform/Marvell/Armada/Armada.dsc.inc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Platform/Marvell/Armada/Armada.dsc.inc b/Platform/Marvell/Armada/Armada.dsc.inc index e920461..5071bd5 100644 --- a/Platform/Marvell/Armada/Armada.dsc.inc +++ b/Platform/Marvell/Armada/Armada.dsc.inc @@ -207,10 +207,6 @@ ################################################################################ [PcdsFeatureFlag.common] - gEfiMdePkgTokenSpaceGuid.PcdComponentNameDisable|TRUE - gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnosticsDisable|TRUE - gEfiMdePkgTokenSpaceGuid.PcdComponentName2Disable|TRUE - gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnostics2Disable|TRUE # # Control what commands are supported from the UI -- 1.8.3.1