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::243; helo=mail-wr0-x243.google.com; envelope-from=leif.lindholm@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-wr0-x243.google.com (mail-wr0-x243.google.com [IPv6:2a00:1450:400c:c0c::243]) (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 E1A5E223972BB for ; Tue, 6 Feb 2018 09:59:41 -0800 (PST) Received: by mail-wr0-x243.google.com with SMTP id v15so2911052wrb.8 for ; Tue, 06 Feb 2018 10:05:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=Q2LY4uRbkS5jK/Ongqt8wflz8wPVmc3YFZ68sk7Dq90=; b=ipt+z9xr6dz2CBDE2gE1uYIqYpCsmt7BcEU2Ih93TVHcRQoE7PulkRL1rvTRv3Wiiv fs38gJN6bE8fpecFrCnHhTe47/zE2jV7dv6H42QJEyE8urUvlE8Nw0a9QXvLaSYzUdzw Pe1/OvcXsqXSXnuiyMYSZPXMscfjLs/zaJkSs= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=Q2LY4uRbkS5jK/Ongqt8wflz8wPVmc3YFZ68sk7Dq90=; b=S+kBGHGy/LadwV1S+wrivGjDl5oyZ6X3C0NgYAxtB47dDiImFmn2Gs4jxei32NtRK+ 5VTdq1GEfveey5qdM5JvAme76NIRoKn8PvyJ2Haa9zyW9Hk5Hrp3X9PqAXYsYyfP/bDI PIQCW9m0g4dy+2cOMEyfnGy8EMENyCL43mWThJyxdC1BEV8vW6XzugNU33A3zM67QdfK UWKjCAhnVNWEoCRlVp0rdYUyNj96Td2od7D4mQ7rA9cqoYBqZHBwgh8vKYcc9bPKEkaS c/M4JVxyfyqDyG8arN2RNpML0niYhflXt4aiuGHHF999CeQz02hMcJ+ElzUvq2n3JyCY c/lA== X-Gm-Message-State: APf1xPB1EVrN80hiy86YNXnmy6yWwE1yiZHsRXGwajZ1HqqkFRGVxsuj 6ZJb6rjBHgGdigYq+0HsJCatX+gQdPM= X-Google-Smtp-Source: AH8x225eJqNi0xNae2DiFBoeytTjI11N1n+c106CIYyY2E/qsb6KbfbJ8UBqmH4iw+q0xPBvgUUmOw== X-Received: by 10.223.195.1 with SMTP id n1mr3171980wrf.130.1517940323556; Tue, 06 Feb 2018 10:05:23 -0800 (PST) Received: from bivouac.eciton.net (bivouac.eciton.net. [2a00:1098:0:86:1000:23:0:2]) by smtp.gmail.com with ESMTPSA id a139sm78235wme.1.2018.02.06.10.05.22 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 06 Feb 2018 10:05:22 -0800 (PST) Date: Tue, 6 Feb 2018 18:05:21 +0000 From: Leif Lindholm To: Ard Biesheuvel Cc: "edk2-devel@lists.01.org" Message-ID: <20180206180520.j4n6gegdztbrz6z3@bivouac.eciton.net> References: <20180206171225.10676-1-leif.lindholm@linaro.org> <20180206171225.10676-3-leif.lindholm@linaro.org> MIME-Version: 1.0 In-Reply-To: User-Agent: NeoMutt/20170113 (1.7.2) Subject: Re: [PATCH edk2-platforms 3/3] Silicon/Marvell: drop unused EmbeddedPkg Pcds 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:59:42 -0000 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Tue, Feb 06, 2018 at 05:24:33PM +0000, Ard Biesheuvel wrote: > On 6 February 2018 at 17:12, Leif Lindholm wrote: > > A set of mostly Ebl-related Pcds are about to be deleted from > > edk2. Delete references to them here to keep platforms building. > > > > Contributed-under: TianoCore Contribution Agreement 1.1 > > Signed-off-by: Leif Lindholm > > For the series: > Reviewed-by: Ard Biesheuvel Thanks! Pushed as 4297639904..b75684ef78. > > --- > > Silicon/Marvell/Armada7k8k/Armada7k8k.dsc.inc | 19 ------------------- > > 1 file changed, 19 deletions(-) > > > > diff --git a/Silicon/Marvell/Armada7k8k/Armada7k8k.dsc.inc b/Silicon/Marvell/Armada7k8k/Armada7k8k.dsc.inc > > index bf11e7c813..ef70b52167 100644 > > --- a/Silicon/Marvell/Armada7k8k/Armada7k8k.dsc.inc > > +++ b/Silicon/Marvell/Armada7k8k/Armada7k8k.dsc.inc > > @@ -203,21 +203,6 @@ [LibraryClasses.ARM, LibraryClasses.AARCH64] > > ################################################################################ > > > > [PcdsFeatureFlag.common] > > - > > - # > > - # 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 > > - > > # Use the Vector Table location in CpuDxe. > > # We will not copy the Vector Table at PcdCpuVectorBaseAddress > > gArmTokenSpaceGuid.PcdRelocateVectorTable|FALSE > > @@ -314,10 +299,6 @@ [PcdsFixedAtBuild.common] > > gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x8000000F > > !endif > > > > - gEmbeddedTokenSpaceGuid.PcdEmbeddedAutomaticBootCommand|"" > > - gEmbeddedTokenSpaceGuid.PcdEmbeddedDefaultTextColor|0x07 > > - gEmbeddedTokenSpaceGuid.PcdEmbeddedMemVariableStoreSize|0x10000 > > - > > # > > # Optional feature to help prevent EFI memory map fragments > > # Turned on and off via: PcdPrePiProduceMemoryTypeInformationHob > > -- > > 2.11.0 > >