From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2607:f8b0:4001:c06::243; helo=mail-io0-x243.google.com; envelope-from=ard.biesheuvel@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-io0-x243.google.com (mail-io0-x243.google.com [IPv6:2607:f8b0:4001:c06::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 A0AE5223972B5 for ; Tue, 6 Feb 2018 09:18:51 -0800 (PST) Received: by mail-io0-x243.google.com with SMTP id 25so3273235ioj.9 for ; Tue, 06 Feb 2018 09:24:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=B6IMc8w7t03YBs8PhcVFbgK6O85CFWay8p4Er4eoG5k=; b=e7V+VZT1Jxy4T/GZzB2LzEtb21l1ztQOeZGm3nYdfrZnoxL7xJuoerTYM8BQFVEqNF 5vzDvoEdvVhhnfLA/o9dwJOYHJUkTQQHuYgaGZe7bPMOngp5ZvRGXfxFj0eO058bqX1l LKCnMKFfdUTB96TMni01LTzBqZRF9CJ5mnx+M= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=B6IMc8w7t03YBs8PhcVFbgK6O85CFWay8p4Er4eoG5k=; b=iJevZb7KiuWTV8nor/qOxNwR0wP9iJH37qCO3wHUeYZ7Z5hJxTGEBhxfpKFq4WagPV UT/KgEMlc6EHd4YHL+dIVhHAg7fKdvGty+yYHoIwsnypYdwm1Tm0IcWtObX22yn5q5RM WMCs/EntUgFJYmcbw9T7znO7OCqh1317I6ucST2A61vJ+V7x7mpDdnCMrj/cWMMaosng 3VvzfNwPBUxagerX2JCsbTQWhumU4XSS+cjug7OwD83D9Rj3ocqEjbxsd4PzEo17b2Js xAN5RblEx7W/hgd6jYFfp467uwpaTRfHiTrXt4u7kr7cbYlpsPc/LxkehuFcOCdLufFh 2d8A== X-Gm-Message-State: APf1xPAYwOix7OrDfs2gXwe2Q/sAmkgGSyfYeRYLsEwOOvdtVkWc7Qqx oeN8uxzTSjW8p+A155C+Eua3/FKL557rWwV+NRA6//Zj X-Google-Smtp-Source: AH8x226h72ZkWBD7FZBGJJwQZlyFNGUmkf21KpbzKzBvXP69Y9bEsF7e+0Pc86DcLBkf6+F/Ee0LPXjzWqyp9Wghzxg= X-Received: by 10.107.33.65 with SMTP id h62mr3828473ioh.104.1517937873815; Tue, 06 Feb 2018 09:24:33 -0800 (PST) MIME-Version: 1.0 Received: by 10.107.112.13 with HTTP; Tue, 6 Feb 2018 09:24:33 -0800 (PST) In-Reply-To: <20180206171225.10676-3-leif.lindholm@linaro.org> References: <20180206171225.10676-1-leif.lindholm@linaro.org> <20180206171225.10676-3-leif.lindholm@linaro.org> From: Ard Biesheuvel Date: Tue, 6 Feb 2018 17:24:33 +0000 Message-ID: To: Leif Lindholm Cc: "edk2-devel@lists.01.org" 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:18:52 -0000 Content-Type: text/plain; charset="UTF-8" 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 > --- > 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 >