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::442; helo=mail-wr1-x442.google.com; envelope-from=ard.biesheuvel@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-wr1-x442.google.com (mail-wr1-x442.google.com [IPv6:2a00:1450:4864:20::442]) (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 2117D21195BDD for ; Mon, 26 Nov 2018 14:38:44 -0800 (PST) Received: by mail-wr1-x442.google.com with SMTP id r10so20638033wrs.10 for ; Mon, 26 Nov 2018 14:38:44 -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=Lt39KwAiezuMfuyOFO+nkoKdSLDDovio3bWzmfY0Zg0=; b=gtmzGz8WNupTsHEIDwitKpsjQqgWhljbnoCmDexyffBsTjkDaAWEPOm8cfMHVt6N6m pV/byOA8/92ZcRL+Ttvmxuo9tkymSkHlgnbdzw+qpP7j7DXZANBz4Kktq6TUnV3rk4jy Vn2KXJ42oN3GLpwcYeUH9h28xPBuJH656qQtk= 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=Lt39KwAiezuMfuyOFO+nkoKdSLDDovio3bWzmfY0Zg0=; b=pypTBo+kP4ZpvIK8X+2Ti4XpN8tiuKnlGK4SjWOY8JOBsutoFrWWs+ep5NJw0uJi1b 3jUpC993tB1ZshboQbbNw3PnLcIpsRsqCkzCx817kN/PDIjn7J8gdwn4VTGAlO7pgOyI sZF5N5qLgSHO3mUsSZJZoofz4fsgAjI1oOmUcKzYd9/N6s5stggW9rcHm5OrCeu3uhYK zT3IMC95oWLr3D1NBt3AlMARkZK1Q/BJwYxEym9e4FU5ybLwhxeCmAOZEAVA/UYdvyS7 TDToVb1p1KlrwXWPNTqXwoGoTNHN4ZjYXiZJpff4Br/94NLNvCyVrfSLFk/cLJRp3bI3 k2LA== X-Gm-Message-State: AA+aEWZZyDYKKYrMruSc6dcfxsxuLb0INgjTMERFcWhxh3qkAOKZVHw6 B8lLl5Zm56X7+9NbTdoAB5ieggXIEzk= X-Google-Smtp-Source: AFSGD/XhBluwdTVd9xiQa6mpWmKNyaQWulMN7IQjKglCAHVbUGPPWvUSW084H2/Mtyb9LsJ9Yh/zsA== X-Received: by 2002:adf:e64d:: with SMTP id b13mr25988173wrn.276.1543271922349; Mon, 26 Nov 2018 14:38:42 -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.41 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 26 Nov 2018 14:38:41 -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:38:00 +0100 Message-Id: <20181126223801.17121-13-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 12/13] ArmVirtPkg: drop PcdPrePiCpuMemorySize assignments from all platforms 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:44 -0000 Content-Transfer-Encoding: 8bit PcdPrePiCpuMemorySize is no longer used so drop the PCD overrides from all platform descriptions in ArmVirtPkg. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ard Biesheuvel --- ArmVirtPkg/ArmVirt.dsc.inc | 3 --- ArmVirtPkg/ArmVirtQemu.dsc | 4 ---- ArmVirtPkg/ArmVirtQemuKernel.dsc | 4 ---- 3 files changed, 11 deletions(-) diff --git a/ArmVirtPkg/ArmVirt.dsc.inc b/ArmVirtPkg/ArmVirt.dsc.inc index 70a0ac4d786c..fbdb5c982604 100644 --- a/ArmVirtPkg/ArmVirt.dsc.inc +++ b/ArmVirtPkg/ArmVirt.dsc.inc @@ -388,9 +388,6 @@ [PcdsFixedAtBuild.common] # gEfiMdeModulePkgTokenSpaceGuid.PcdSetNxForStack|TRUE -[PcdsFixedAtBuild.ARM] - gEmbeddedTokenSpaceGuid.PcdPrePiCpuMemorySize|40 - [Components.common] # # Ramdisk support diff --git a/ArmVirtPkg/ArmVirtQemu.dsc b/ArmVirtPkg/ArmVirtQemu.dsc index 885c6b14b844..a107b6bb5104 100644 --- a/ArmVirtPkg/ArmVirtQemu.dsc +++ b/ArmVirtPkg/ArmVirtQemu.dsc @@ -143,10 +143,6 @@ [PcdsFixedAtBuild.common] gEmbeddedTokenSpaceGuid.PcdPrePiCpuIoSize|16 [PcdsFixedAtBuild.AARCH64] - # KVM limits it IPA space to 40 bits (1 TB), so there is no need to - # support anything bigger, even if the host hardware does - gEmbeddedTokenSpaceGuid.PcdPrePiCpuMemorySize|40 - # Clearing BIT0 in this PCD prevents installing a 32-bit SMBIOS entry point, # if the entry point version is >= 3.0. AARCH64 OSes cannot assume the # presence of the 32-bit entry point anyway (because many AARCH64 systems diff --git a/ArmVirtPkg/ArmVirtQemuKernel.dsc b/ArmVirtPkg/ArmVirtQemuKernel.dsc index 434d6861a56f..d8fbf14e8f4e 100644 --- a/ArmVirtPkg/ArmVirtQemuKernel.dsc +++ b/ArmVirtPkg/ArmVirtQemuKernel.dsc @@ -157,10 +157,6 @@ [PcdsFixedAtBuild.AARCH64] # gEmbeddedTokenSpaceGuid.PcdPrePiCpuIoSize|16 - # KVM limits it IPA space to 40 bits (1 TB), so there is no need to - # support anything bigger, even if the host hardware does - gEmbeddedTokenSpaceGuid.PcdPrePiCpuMemorySize|40 - [PcdsDynamicDefault.common] gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut|3 -- 2.19.1