From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2a00:1450:400c:c0c::242; helo=mail-wr0-x242.google.com; envelope-from=leif.lindholm@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-wr0-x242.google.com (mail-wr0-x242.google.com [IPv6:2a00:1450:400c:c0c::242]) (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 4B122223972B5 for ; Tue, 6 Feb 2018 09:16:29 -0800 (PST) Received: by mail-wr0-x242.google.com with SMTP id a43so2772745wrc.4 for ; Tue, 06 Feb 2018 09:22:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=2wBDpGHmPRUjDrC1LsVhzpxxlKxODOsXztFgCyV/5r0=; b=hD2yqvV0a6kK7BhsrHpsQ4MKL7ZYLZHJChFgx8NvMu2xTkgQ8FnYb2daQoJU0FhLJz 5Okz689Z/YBkeLeX5gNMz/BjtDoq3wTFKd/uJ53EXRDRc70MN99pQHUwy7xLENnnP1c4 MIoZeYi3MXFNfz2gXnEFs5KhB249IIlTYD0/4= 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=2wBDpGHmPRUjDrC1LsVhzpxxlKxODOsXztFgCyV/5r0=; b=Zh0AccOomvy4X57fiNIYrljxu7dR4LjTNvdaoAyPWMxPbMUBVLcsx6ZyxYek9djxrC x5gTYfw1+wKkoWplRCUKT9YlN8TQ6dR3QHSPfO6MYO/k44y6rmkEbUVzyZaNXkllLOBJ R3PPOvTA2A6Yor99TPV55eYYGvDNVcSCtcXKfEi1C1/vHHvLZU94rXl4CIjihmzCyFQV Jf9UQAqA3+yvbo7vz3dihK37kWDr6Dd6Bu5f7Lwe/rwotlpHMAmxJmdjjw6i4uIqxQJJ k+fl+DVhsbmxr1u6nmLSx2VaH4wjipihei2hUDVi3aUmW/8QPG94kFrwdC68vEE9veYG UVDw== X-Gm-Message-State: APf1xPArOuQwZIrbey7gclKVqWBi24WBumwAYBN2xK2EbL/KqBZfPo69 2xse/90P5/eooJ68TkE57azyY8bRkcs= X-Google-Smtp-Source: AH8x225mqbfPsBwoN65AhPqV+jCbwyf2DkMK/nvsyGfdE+AdQf5OjmplaIHnZqgDJgYeo8QRqsIavg== X-Received: by 10.223.172.174 with SMTP id o43mr2929820wrc.121.1517937730649; Tue, 06 Feb 2018 09:22:10 -0800 (PST) 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 77sm14854664wmt.37.2018.02.06.09.22.09 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 06 Feb 2018 09:22:09 -0800 (PST) From: Leif Lindholm To: edk2-devel@lists.01.org Cc: ard.biesheuvel@linaro.org Date: Tue, 6 Feb 2018 17:22:00 +0000 Message-Id: <20180206172202.11667-5-leif.lindholm@linaro.org> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20180206172202.11667-1-leif.lindholm@linaro.org> References: <20180206172202.11667-1-leif.lindholm@linaro.org> Subject: [PATCH 4/6] EmbeddedPkg: drop unused Pcds from package .dsc X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Feb 2018 17:16:29 -0000 A bunch of Ebl-related Pcds are still referenced in package Pcd. Drop them. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Leif Lindholm --- EmbeddedPkg/EmbeddedPkg.dsc | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/EmbeddedPkg/EmbeddedPkg.dsc b/EmbeddedPkg/EmbeddedPkg.dsc index 6120c46b35..e6fad5e58b 100644 --- a/EmbeddedPkg/EmbeddedPkg.dsc +++ b/EmbeddedPkg/EmbeddedPkg.dsc @@ -148,18 +148,6 @@ [PcdsFeatureFlag.common] gEfiMdePkgTokenSpaceGuid.PcdComponentName2Disable|FALSE gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnostics2Disable|FALSE - # - # 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.PcdEmbeddedIoEnable|FALSE - gEmbeddedTokenSpaceGuid.PcdEmbeddedScriptCmd|FALSE - gEmbeddedTokenSpaceGuid.PcdEmbeddedPciDebugCmd|TRUE - gEmbeddedTokenSpaceGuid.PcdPrePiProduceMemoryTypeInformationHob|FALSE @@ -180,9 +168,6 @@ [PcdsFixedAtBuild.common] gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80000000 gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress|0xE0000000 gEfiMdePkgTokenSpaceGuid.PcdFSBClock|200000000 - gEmbeddedTokenSpaceGuid.PcdEmbeddedAutomaticBootCommand|L"" - gEmbeddedTokenSpaceGuid.PcdEmbeddedDefaultTextColor|0x07 - gEmbeddedTokenSpaceGuid.PcdEmbeddedMemVariableStoreSize|0x10000 gEmbeddedTokenSpaceGuid.PcdPrePiStackBase|0 gEmbeddedTokenSpaceGuid.PcdPrePiStackSize|0 -- 2.11.0