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::341; helo=mail-wm1-x341.google.com; envelope-from=ard.biesheuvel@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-wm1-x341.google.com (mail-wm1-x341.google.com [IPv6:2a00:1450:4864:20::341]) (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 65F8021BADAB3 for ; Mon, 26 Nov 2018 14:38:40 -0800 (PST) Received: by mail-wm1-x341.google.com with SMTP id s11so20291359wmh.1 for ; Mon, 26 Nov 2018 14:38:40 -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=RpooLXpmivqvD6xpO8Ae+3KdOOLa2Bq4uFjG/CWwKvHEyWOvOl4m/U2W/z216VMeRc f43nxC+UUUQc8H535WNGmxaTAmdhbVrArGOb9LDDM2EpHMZJuiOAbZZEFydWUcAfBgTL BHFmc0EIJuOBpCm837djs5c1ptzXDKrhzSRT8= 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=mqXDCHhOAVnCihhH7GhVH1D9wLGYWMjpD59bCjJxZdQB6as9mUCOdKsInjdCNlBoja TR61IO1cBZCGt0QkiAJL53g60WfWulhpYdMVNLRywsN4BWE1DwF1hCnfKnzTez1h4v8Y BjPUqxgnhtSNezy79OnF3pP1B+clEO6PJszvUe7Z14M6cH6ydb/K1pSGVr0OGdMQAc1m mt4/vNcvyz05EsXfkQd2VgV+C3OG3gCIrarNUhOjx0SaZtFc8iRECVfKQH1s3PDlwRJc 6343RXXxv/tu5QWRoWkS8SEJSnadADkAyV4lTP7zbKRf/i50+14XFgMUQ/cip4Fn6mXW y1sQ== X-Gm-Message-State: AA+aEWZCqPoX5e7H0HxHg2qGvamDIQfFYWZRY4yOOCKcCgO+AduCUiOA Z8xUszzerp/WTIdNfBk7hgGI3Jnve8E= X-Google-Smtp-Source: AFSGD/WUW9KnMS7MfEF79BCgpbgykpYNs5gPvM1BwYFS53MiR3twUVnF31YOUaQvIR3y3S4RNRFyBA== X-Received: by 2002:a1c:bb85:: with SMTP id l127mr24842094wmf.98.1543271918590; Mon, 26 Nov 2018 14:38:38 -0800 (PST) Received: from harold.home ([2a01:cb1d:112:6f00:8571:4c23:4f5c:5eb7]) by smtp.gmail.com with ESMTPSA id v5sm2641916wrn.71.2018.11.26.14.38.37 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 26 Nov 2018 14:38:37 -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: Mon, 26 Nov 2018 23:37:57 +0100 Message-Id: <20181126223801.17121-10-ard.biesheuvel@linaro.org> X-Mailer: git-send-email 2.19.1 In-Reply-To: <20181126223801.17121-1-ard.biesheuvel@linaro.org> References: <20181126223801.17121-1-ard.biesheuvel@linaro.org> MIME-Version: 1.0 Subject: [PATCH v2 09/13] 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: Mon, 26 Nov 2018 22:38:40 -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