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::443; helo=mail-wr1-x443.google.com; envelope-from=ard.biesheuvel@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-wr1-x443.google.com (mail-wr1-x443.google.com [IPv6:2a00:1450:4864:20::443]) (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 B1F482119621F for ; Wed, 28 Nov 2018 06:34:22 -0800 (PST) Received: by mail-wr1-x443.google.com with SMTP id t3so26529939wrr.3 for ; Wed, 28 Nov 2018 06:34:22 -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 :mime-version:content-transfer-encoding; bh=ApOBnBxIBKYfzHatDR5QEYDMU7Y72qSs9yPe8ZYkwiE=; b=HTawq8Xy5MqAx/wwdi5dAi2ULmma5WWCOU5idP3mH2P5Ecinkk9PKBxNuuCK1qfDEF NnjuSSjuqv7zcqHHJE2N0uno/bLeCtSeJg5u3R6CEyYAoxuoz8Z9CAVyEQO8bPu9tGKu gauyz+k3s7n9yI1Oz6xD9Z4bmIKD7ralmp+04= 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:mime-version:content-transfer-encoding; bh=ApOBnBxIBKYfzHatDR5QEYDMU7Y72qSs9yPe8ZYkwiE=; b=KmuS1OVkat8FmdVELcBnB/AH5UNtGDoFRbgvC8zzHeW8MWsh0c+fWzJ2l1nvKGZhfO 70xtOqHC9NqhEf8EklRv3zG/w+mZh5ooz0saAKmCelt5G4D+/t645TMSX8N2srXbPJ7Y oO2yPYnntx6lYw3jQ7Qq+MaQWHWdc23TDCGkrTT85YxCQNpNCrSsYa6Gf/JRkls5WiLG wYmujLWNK+4CBcgvqYUlxuXX60SZdsn0ufjlwcHcTMDalqtSEfsq2M+J8nTVit4zCeAz SpC6TnD1663h8L6PIdorJbqhVI+kxi4ffKptUZtFphUjETWH3OT77D+B3cpoYR0Qu05Z osbg== X-Gm-Message-State: AA+aEWaqpK/esKdavTU4s9Sc1roAP6AGYqrFin3VqscwnNTD2moiK7E1 myG85qJZuz6RZwITulU0u5uuAKK+a7Y= X-Google-Smtp-Source: AFSGD/UnQNkdEY5RR1W1c2lePcAH61u7EsatCR+CEMh6iMJiNo6yPTrTIqCSW58tSBY5gvTCvjbR8Q== X-Received: by 2002:adf:fb0d:: with SMTP id c13mr25679076wrr.285.1543415660919; Wed, 28 Nov 2018 06:34:20 -0800 (PST) Received: from harold.home ([2a01:cb1d:112:6f00:296f:238b:c20d:3626]) by smtp.gmail.com with ESMTPSA id 6sm3391891wmk.26.2018.11.28.06.34.19 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 28 Nov 2018 06:34:20 -0800 (PST) From: Ard Biesheuvel To: edk2-devel@lists.01.org Cc: Ard Biesheuvel , Laszlo Ersek , Leif Lindholm , Eric Auger , Andrew Jones , Philippe Mathieu-Daude , Julien Grall Date: Wed, 28 Nov 2018 15:33:54 +0100 Message-Id: <20181128143357.991-14-ard.biesheuvel@linaro.org> X-Mailer: git-send-email 2.19.1 In-Reply-To: <20181128143357.991-1-ard.biesheuvel@linaro.org> References: <20181128143357.991-1-ard.biesheuvel@linaro.org> MIME-Version: 1.0 Subject: [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: Wed, 28 Nov 2018 14:34:23 -0000 Content-Transfer-Encoding: 8bit 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 --- 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