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:c09::242; helo=mail-wm0-x242.google.com; envelope-from=leif.lindholm@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-wm0-x242.google.com (mail-wm0-x242.google.com [IPv6:2a00:1450:400c:c09::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 8CF29223972B5 for ; Tue, 6 Feb 2018 09:16:24 -0800 (PST) Received: by mail-wm0-x242.google.com with SMTP id v123so5333302wmd.5 for ; Tue, 06 Feb 2018 09:22:07 -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=JUWunl5O1GEDIbFp2RbKnx3kMZGn2NeZ4OqdEvh2yCQ=; b=NtkE6gGlO4ddlcEt9jgPt5G3QNYzE2BhjdB9gfK9uleEXmETgopzDe1jJgnEbkckZ2 kfpXMs1/rN4DPvM70VycQkkD4kpz99KcmcJJXZ+0SMGFcRi3u0vn5t/o6ns3PSdGn03T ma0B0e8OiPwUucSPmhv4dU5m2XKxadrtSYUlE= 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=JUWunl5O1GEDIbFp2RbKnx3kMZGn2NeZ4OqdEvh2yCQ=; b=tQbVf35vtmfdfM/yuow8KxMUxfRbJR/AfWMAUg4vv0pNxO2+nJ9a7yrckvr8ApyZMp I5iDRyWqqUIYnVPR2YRcfBaPBM7rlQsWDp5oQfJaD0FI6IPckye6JmQpdMvPV3ib/bfJ 4EBy/GwGt3yGolGbf6UfKiZ1ql+fsgkw6fiXTo+QjdODLWaYosMB9TVcr6qkxVprxXby e7dG7WSzrVe3F6IzwVAGbsyjjQNXGzZdeKJggdpiWjc1pMzLLM2KiPbBb2PfycVNKa3e DW5+Bon/swP06JkiPXjpaauNfJdKXdhwhT4uTun4OQCbD18TcFFfocrcHhX4P7AGibW0 X9jw== X-Gm-Message-State: APf1xPAcLAoa0uNq8DeJzoKBOJca8cBSpoK1M3IR+VCqwj8OnwIF3IRw f23LFOQgEDrGCqY9ni08HRwWdskoXRg= X-Google-Smtp-Source: AH8x226Dv9V87vG4TFwZMnLW7gLGlDdOPg+2xsRtSbfbwfPsBs8H1sz4nmEwO6sjOJjuQ2Dx9J1i3Q== X-Received: by 10.28.151.70 with SMTP id z67mr2296642wmd.13.1517937725778; Tue, 06 Feb 2018 09:22:05 -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.04 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 06 Feb 2018 09:22:04 -0800 (PST) From: Leif Lindholm To: edk2-devel@lists.01.org Cc: ard.biesheuvel@linaro.org Date: Tue, 6 Feb 2018 17:21:57 +0000 Message-Id: <20180206172202.11667-2-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 1/6] ArmVirtPkg: drop unused PcdCacheEnable 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:25 -0000 ArmVirt.dsc.inc sets gEmbeddedTokenSpaceGuid.PcdCacheEnable, which is unused and about to be deleted. Drop it. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Leif Lindholm --- ArmVirtPkg/ArmVirt.dsc.inc | 2 -- 1 file changed, 2 deletions(-) diff --git a/ArmVirtPkg/ArmVirt.dsc.inc b/ArmVirtPkg/ArmVirt.dsc.inc index 9874637a3d..5144bb10df 100644 --- a/ArmVirtPkg/ArmVirt.dsc.inc +++ b/ArmVirtPkg/ArmVirt.dsc.inc @@ -257,8 +257,6 @@ [BuildOptions] [PcdsFeatureFlag.common] gEfiMdeModulePkgTokenSpaceGuid.PcdHiiOsRuntimeSupport|FALSE - gEmbeddedTokenSpaceGuid.PcdCacheEnable|TRUE - # Use the Vector Table location in CpuDxe. We will not copy the Vector Table at PcdCpuVectorBaseAddress gArmTokenSpaceGuid.PcdRelocateVectorTable|FALSE -- 2.11.0