From nobody Sun May 5 20:01:55 2024 Delivered-To: importer@patchew.org Received-SPF: none (zoho.com: 198.145.21.10 is neither permitted nor denied by domain of lists.01.org) client-ip=198.145.21.10; envelope-from=edk2-devel-bounces@lists.01.org; helo=ml01.01.org; Authentication-Results: mx.zohomail.com; dkim=fail; spf=none (zoho.com: 198.145.21.10 is neither permitted nor denied by domain of lists.01.org) smtp.mailfrom=edk2-devel-bounces@lists.01.org Return-Path: Received: from ml01.01.org (ml01.01.org [198.145.21.10]) by mx.zohomail.com with SMTPS id 1503591611844115.5801748663007; Thu, 24 Aug 2017 09:20:11 -0700 (PDT) Received: from [127.0.0.1] (localhost [IPv6:::1]) by ml01.01.org (Postfix) with ESMTP id AF99821E49BD4; Thu, 24 Aug 2017 09:17:34 -0700 (PDT) Received: from mail-wr0-x229.google.com (mail-wr0-x229.google.com [IPv6:2a00:1450:400c:c0c::229]) (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 F26A52095B9D1 for ; Thu, 24 Aug 2017 09:17:32 -0700 (PDT) Received: by mail-wr0-x229.google.com with SMTP id w9so4106286wre.1 for ; Thu, 24 Aug 2017 09:20:08 -0700 (PDT) Received: from vanye.hemma.eciton.net (cpc92316-cmbg19-2-0-cust118.5-4.cable.virginm.net. [82.12.0.119]) by smtp.gmail.com with ESMTPSA id b130sm3601122wme.28.2017.08.24.09.20.05 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 24 Aug 2017 09:20:05 -0700 (PDT) X-Original-To: edk2-devel@lists.01.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id; bh=ELVND+bMA3Rkq+sDKM23/iSCEgo0I34L6E0vo/wHYVA=; b=Mdw3p21dvj4J8gUCYvM8i0hSMv9lZEDrvamIlIm0s2lrp6F6i02bvGJaBi3iO7G0dv Naggu7oaZ56YflhVok3YLDzyqaQGfgD++vyQ9ghFPsJkkFb3Trm9/PAKCAslmKHXu1F3 36ao9JGk9iRDztOaTmuRiGYwLmO9SA9RisZtE= 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; bh=ELVND+bMA3Rkq+sDKM23/iSCEgo0I34L6E0vo/wHYVA=; b=amGizoE89KPAKMRZ/cLzWq4o89RsIeqPEa03A8TzcCcYkxZlupYKZYBjuqq55igsMq nGRvecUE6g2p2RsbjIfhsyCDUdC2GKcF2zD6tnBAnFOEX5lXujj5jWiVVpnfxocsPrJ6 GugaZDlrZCVibyjdOKGtWSp7NkRtkGfa+yYy6a7UGUUaZGbDAOsE90nsWSiuLR6M4g+M 4oPXrKosrPBIJ8TnVT9SzCd/HdhTst8VVszFaiPqw5GUY6dGvYV+n4+3uMrETk7tADV3 XGkGoK7jUEMh/HpPWRFbTs/Y/HXH+VXBzgZRYbnpXtQm2qTn7BapkoGVR/SVBWFBRrGz B9Kw== X-Gm-Message-State: AHYfb5i4eIyBuTEZ2ZxkG9qJGSFwp+ZWI4obfjQYjHYjKGhT53wOgHA4 I1MwrTN9QxqQ+V2ZqXL/Hg== X-Received: by 10.223.198.83 with SMTP id u19mr3757187wrg.32.1503591606366; Thu, 24 Aug 2017 09:20:06 -0700 (PDT) From: Leif Lindholm To: edk2-devel@lists.01.org Date: Thu, 24 Aug 2017 17:20:04 +0100 Message-Id: <20170824162004.23337-1-leif.lindholm@linaro.org> X-Mailer: git-send-email 2.11.0 Subject: [edk2] [PATCH] ArmVirtPkg: drop unused Pcds from ArmVirt.dsc.inc 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: , Cc: Laszlo Ersek , Ard Biesheuvel MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Errors-To: edk2-devel-bounces@lists.01.org Sender: "edk2-devel" X-ZohoMail-DKIM: fail (Header signature does not verify) X-ZohoMail: RDKM_2 RSF_4 Z_629925259 SPT_0 Content-Type: text/plain; charset="utf-8" A block of settings has been copied around ARM platforms for years. These are consumed only by Ebl, and since none of the ArmVirtPkg platforms use that, drop them. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Leif Lindholm Reviewed-by: Laszlo Ersek --- ArmVirtPkg/ArmVirt.dsc.inc | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/ArmVirtPkg/ArmVirt.dsc.inc b/ArmVirtPkg/ArmVirt.dsc.inc index bfc40286d7..6a5544e695 100644 --- a/ArmVirtPkg/ArmVirt.dsc.inc +++ b/ArmVirtPkg/ArmVirt.dsc.inc @@ -259,18 +259,6 @@ [PcdsFeatureFlag.common] gEfiMdeModulePkgTokenSpaceGuid.PcdHiiOsRuntimeSupport|FALSE =20 - # - # Control what commands are supported from the UI - # Turn these on and off to add features or save size - # - gEmbeddedTokenSpaceGuid.PcdEmbeddedMacBoot|TRUE - gEmbeddedTokenSpaceGuid.PcdEmbeddedDirCmd|TRUE - gEmbeddedTokenSpaceGuid.PcdEmbeddedHobCmd|TRUE - gEmbeddedTokenSpaceGuid.PcdEmbeddedHwDebugCmd|TRUE - gEmbeddedTokenSpaceGuid.PcdEmbeddedPciDebugCmd|TRUE - gEmbeddedTokenSpaceGuid.PcdEmbeddedIoEnable|FALSE - gEmbeddedTokenSpaceGuid.PcdEmbeddedScriptCmd|FALSE - gEmbeddedTokenSpaceGuid.PcdCacheEnable|TRUE =20 # Use the Vector Table location in CpuDxe. We will not copy the Vector T= able at PcdCpuVectorBaseAddress --=20 2.11.0 _______________________________________________ edk2-devel mailing list edk2-devel@lists.01.org https://lists.01.org/mailman/listinfo/edk2-devel