From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2a00:1450:4864:20::344; helo=mail-wm1-x344.google.com; envelope-from=leif.lindholm@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-wm1-x344.google.com (mail-wm1-x344.google.com [IPv6:2a00:1450:4864:20::344]) (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 0727821B02822 for ; Thu, 29 Nov 2018 07:45:17 -0800 (PST) Received: by mail-wm1-x344.google.com with SMTP id y1so2743902wmi.3 for ; Thu, 29 Nov 2018 07:45:17 -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=mflv509sPGAEneQSKbmD+9FqPUzRx1YKX7Rtqah6b9c=; b=SvbCtFyEpTAVJKE6uwLlo2JnxjR0U1lhxCAkUzS5XhnCM1gH2syKY8Ke8wRdcv9Fmk G7q5tnmRe4QPKbFB6NahTS8i0RiEDvS3ol7bsa8OLiqWu70gPaTkoU29q0Uk/RA+h5Pn /vM3gge7/tQ5f4Y7qmG5uUZvi7N9Jw8Nnm4+4= 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=mflv509sPGAEneQSKbmD+9FqPUzRx1YKX7Rtqah6b9c=; b=J0sX9nB/y89zO6ZMcWoaAzB6Szh+uT0Rspk+UFH6ln+v06290ESYiY/AJETdwesJ/g q4L0L/MN9N2MwSDJROyR7VI9dKFN+fsqyXG/9ZEkdvdtk9TJyZgPZESwYNSJnV3tOy/W AWcc9E8Rn8JUlcKsvIVMUqbpKoBQWGEZR4f5gOS3DMElccnVkSwbEYcOlaK60kZrMHfq 1ptkPgp29vUhsTL02g1verFU46QZKDM5yqd0wMzVbhXQXHpR/V91CYPylaRB5mxqkw+/ rZ93Z6hj4f46GtNunMO5p544ck5y6mVT2b2a9u1TGB622MwUiYjUbKj+oSEModgkTMNm xKtQ== X-Gm-Message-State: AA+aEWZ0FTx2/97QjsSRHnuR5fjaygWMw8Tkb1HkKhUEiJBBQRK8n3m/ smF9O4MsVkJTQYNYFZBfM2Z72Q== X-Google-Smtp-Source: AFSGD/Xzx4TrDIEVT0cutCNA5XhHlcrQpozDtQLycWcdPNdzNmeLfhFirZchBAFmU5ESrTW5u8174Q== X-Received: by 2002:a1c:6783:: with SMTP id b125-v6mr2182459wmc.147.1543506316567; Thu, 29 Nov 2018 07:45:16 -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 t9sm2669140wrr.17.2018.11.29.07.45.15 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 29 Nov 2018 07:45:15 -0800 (PST) Date: Thu, 29 Nov 2018 15:45:14 +0000 From: Leif Lindholm To: Ard Biesheuvel Cc: edk2-devel@lists.01.org, Laszlo Ersek , Eric Auger , Andrew Jones , Philippe Mathieu-Daude , Julien Grall Message-ID: <20181129154514.2idwophovacnynrm@bivouac.eciton.net> References: <20181128143357.991-1-ard.biesheuvel@linaro.org> <20181128143357.991-14-ard.biesheuvel@linaro.org> MIME-Version: 1.0 In-Reply-To: <20181128143357.991-14-ard.biesheuvel@linaro.org> User-Agent: NeoMutt/20170113 (1.7.2) Subject: Re: [PATCH v3 13/16] ArmPlatformPkg/PlatformPei: drop unused PCD references X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Nov 2018 15:45:18 -0000 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Wed, Nov 28, 2018 at 03:33:54PM +0100, Ard Biesheuvel wrote: > Drop some PCD references that are not actually referenced from the > PlatformPei code. > > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Ard Biesheuvel Reviewed-by: Leif Lindholm > --- > ArmPlatformPkg/PlatformPei/PlatformPeiLib.inf | 3 --- > ArmPlatformPkg/PlatformPei/PlatformPeim.inf | 3 --- > 2 files changed, 6 deletions(-) > > diff --git a/ArmPlatformPkg/PlatformPei/PlatformPeiLib.inf b/ArmPlatformPkg/PlatformPei/PlatformPeiLib.inf > index 314789d0a990..23bb3f37e766 100644 > --- a/ArmPlatformPkg/PlatformPei/PlatformPeiLib.inf > +++ b/ArmPlatformPkg/PlatformPei/PlatformPeiLib.inf > @@ -46,8 +46,5 @@ [FixedPcd] > gArmTokenSpaceGuid.PcdFvBaseAddress > gArmTokenSpaceGuid.PcdFvSize > > - gEmbeddedTokenSpaceGuid.PcdPrePiCpuMemorySize > - gEmbeddedTokenSpaceGuid.PcdPrePiCpuIoSize > - > [depex] > TRUE > diff --git a/ArmPlatformPkg/PlatformPei/PlatformPeim.inf b/ArmPlatformPkg/PlatformPei/PlatformPeim.inf > index 423b9ab858d1..4934baa838e1 100644 > --- a/ArmPlatformPkg/PlatformPei/PlatformPeim.inf > +++ b/ArmPlatformPkg/PlatformPei/PlatformPeim.inf > @@ -57,9 +57,6 @@ [FixedPcd] > gArmTokenSpaceGuid.PcdFvBaseAddress > gArmTokenSpaceGuid.PcdFvSize > > - gEmbeddedTokenSpaceGuid.PcdPrePiCpuMemorySize > - gEmbeddedTokenSpaceGuid.PcdPrePiCpuIoSize > - > [Depex] > TRUE > > -- > 2.19.1 >