From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2a00:1450:400c:c0c::243; helo=mail-wr0-x243.google.com; envelope-from=ard.biesheuvel@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-wr0-x243.google.com (mail-wr0-x243.google.com [IPv6:2a00:1450:400c:c0c::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 882C4220C1C43 for ; Thu, 30 Nov 2017 05:55:33 -0800 (PST) Received: by mail-wr0-x243.google.com with SMTP id z34so6684615wrz.10 for ; Thu, 30 Nov 2017 05:59:58 -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; bh=NcjlyMf2NHlD69UPKizkmc/wCBWUZv9rxOEhzzLXlJo=; b=NNBUR2j5D4RYsX08f3xohanwym1c8GfStWo/2sF6MNx6f4I5SfMK9WRDdrTAK9w+dx EmjMe+5/rPDtCGQXhUELdploBdRvExrPQfFbup1VXGlE3Ejhdo6inu7DdbGoI7T3YzZ1 xFnnX18jYo67TiauAe/cArPFwzHsnrOXP7B54= 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; bh=NcjlyMf2NHlD69UPKizkmc/wCBWUZv9rxOEhzzLXlJo=; b=lSeUlKDikTgIrQ7uBbr3UGrbI65SrF6Wzr/UcIEuWpwMYUYoBTX35qm0K4Ii3WdAJn RiYt6jaKYXgCpZfqZ4qqDKitXg5R/AxUFXGrHgccSXGwhBYBaX+K8lkDEE835aFeAnbn 9xLn++q1zf7v5S1OdFMDVj70Ekqq9jzVDn0vrH2ZFw6/EpiXZgV6LrZR4wam6+dT0fl3 0MJUc4wpn8C642toOnXdcXIEbZXiFHA4ikuzAje4JaGyRWW/pzlLV1cbC7BQuLQvNP4k HnN1zf3HGGUY53c72I2KKNVC9ShJfDRbr3MhiiGMlXRniFMdwJ3hDafU7DZ8UlID4rFg y6hw== X-Gm-Message-State: AJaThX6FKUmBxrW9zr3016S8K6L868KVYtMxmrQGs75jqQzCKuhqsgqy DdSxLHCOLuiwzVF5E3uewxCw7I2x9eU= X-Google-Smtp-Source: AGs4zMa6GOe/kG+RUqY49otcgfVKzo2lXG+OSeVmRSFVeA/o9VpOKyxDqxkJw48paIuK7N/IqPXZyg== X-Received: by 10.223.148.102 with SMTP id 93mr2062639wrq.32.1512050396568; Thu, 30 Nov 2017 05:59:56 -0800 (PST) Received: from localhost.localdomain ([105.150.171.234]) by smtp.gmail.com with ESMTPSA id j13sm4776260wre.55.2017.11.30.05.59.54 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 30 Nov 2017 05:59:55 -0800 (PST) From: Ard Biesheuvel To: edk2-devel@lists.01.org Cc: leif.lindholm@linaro.org, Ard Biesheuvel Date: Thu, 30 Nov 2017 13:59:47 +0000 Message-Id: <20171130135947.25682-1-ard.biesheuvel@linaro.org> X-Mailer: git-send-email 2.11.0 Subject: [PATCH edk2-platforms] Platform: remove gArmPlatformTokenSpaceGuid.PcdSystemMemoryInitializeInSec X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Nov 2017 13:55:33 -0000 Remove references to the ArmPlatformPkg PCD PcdSystemMemoryInitializeInSec, which is only used on PrePeiCore platforms anyway, and which has no effect whatsoever given that it decides when ArmPlatformInitializeSystemMemory() is called, which is implemented as an empty function by all these platforms anyway. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ard Biesheuvel --- Platform/ARM/JunoPkg/ArmJuno.dsc | 2 -- Platform/ARM/VExpressPkg/ArmVExpress-CTA15-A7.dsc | 1 - Platform/Hisilicon/D05/D05.dsc | 1 - Platform/Hisilicon/HiKey/HiKey.dsc | 2 -- 4 files changed, 6 deletions(-) diff --git a/Platform/ARM/JunoPkg/ArmJuno.dsc b/Platform/ARM/JunoPkg/ArmJuno.dsc index 115609180263..2844c91813d4 100644 --- a/Platform/ARM/JunoPkg/ArmJuno.dsc +++ b/Platform/ARM/JunoPkg/ArmJuno.dsc @@ -78,8 +78,6 @@ [BuildOptions] ################################################################################ [PcdsFeatureFlag.common] - gArmPlatformTokenSpaceGuid.PcdSystemMemoryInitializeInSec|TRUE - ## If TRUE, Graphics Output Protocol will be installed on virtual handle created by ConsplitterDxe. # It could be set FALSE to save size. gEfiMdeModulePkgTokenSpaceGuid.PcdConOutGopSupport|TRUE diff --git a/Platform/ARM/VExpressPkg/ArmVExpress-CTA15-A7.dsc b/Platform/ARM/VExpressPkg/ArmVExpress-CTA15-A7.dsc index b2eb4b14da0b..98513b282fa7 100644 --- a/Platform/ARM/VExpressPkg/ArmVExpress-CTA15-A7.dsc +++ b/Platform/ARM/VExpressPkg/ArmVExpress-CTA15-A7.dsc @@ -86,7 +86,6 @@ [BuildOptions] [PcdsFeatureFlag.common] gArmTokenSpaceGuid.PcdNormalMemoryNonshareableOverride|TRUE - gArmPlatformTokenSpaceGuid.PcdSystemMemoryInitializeInSec|TRUE gArmPlatformTokenSpaceGuid.PcdSendSgiToBringUpSecondaryCores|TRUE ## If TRUE, Graphics Output Protocol will be installed on virtual handle created by ConsplitterDxe. diff --git a/Platform/Hisilicon/D05/D05.dsc b/Platform/Hisilicon/D05/D05.dsc index 00cf0f20d23f..1daac38e1152 100644 --- a/Platform/Hisilicon/D05/D05.dsc +++ b/Platform/Hisilicon/D05/D05.dsc @@ -113,7 +113,6 @@ [BuildOptions] [PcdsFeatureFlag.common] !if $(EDK2_SKIP_PEICORE) == 1 - gArmPlatformTokenSpaceGuid.PcdSystemMemoryInitializeInSec|TRUE gArmPlatformTokenSpaceGuid.PcdSendSgiToBringUpSecondaryCores|TRUE !endif diff --git a/Platform/Hisilicon/HiKey/HiKey.dsc b/Platform/Hisilicon/HiKey/HiKey.dsc index 957e4d4a9e4c..8322ab53c020 100644 --- a/Platform/Hisilicon/HiKey/HiKey.dsc +++ b/Platform/Hisilicon/HiKey/HiKey.dsc @@ -192,8 +192,6 @@ [PcdsFeatureFlag.common] gEmbeddedTokenSpaceGuid.PcdPrePiProduceMemoryTypeInformationHob|TRUE - gArmPlatformTokenSpaceGuid.PcdSystemMemoryInitializeInSec|TRUE - ## If TRUE, Graphics Output Protocol will be installed on virtual handle created by ConsplitterDxe. # It could be set FALSE to save size. gEfiMdeModulePkgTokenSpaceGuid.PcdConOutGopSupport|FALSE -- 2.11.0