From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2607:f8b0:4001:c06::236; helo=mail-io0-x236.google.com; envelope-from=ard.biesheuvel@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-io0-x236.google.com (mail-io0-x236.google.com [IPv6:2607:f8b0:4001:c06::236]) (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 B8463220D4C1F for ; Thu, 30 Nov 2017 06:30:48 -0800 (PST) Received: by mail-io0-x236.google.com with SMTP id w127so7692628iow.11 for ; Thu, 30 Nov 2017 06:35:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=TB+s1wu/j1A/TKYfRiHw/FBTYvTl+owrVixSkZZg9Qc=; b=NZTfnsG7uc5ghZ9KCUX0k2ShHRTKg5S+lBZ4PTCfsH9ZbMKhrd2Gnw2s8D/+/tyxPm VRbH7mlRg4Vak1EVGj05JeW8/WXt8og2W/jLEYpuwaJqbt2LHHHI89cBhGAWz6jX/c4X aHYGXf3Z7jSxJmHkdKkqyVNWIiciMurhbDcTo= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=TB+s1wu/j1A/TKYfRiHw/FBTYvTl+owrVixSkZZg9Qc=; b=H1bv9wDHWfRDL8IeDY1RXZXYpHEniOayHriy00TAgHb+cWwQzmr8pHmgBqrEvGCw1O 09YcLksHwvm/Zc2SeOp+Lv/Ven89FKhfhvH1r2bydh6mbBd7HlFmqA2QyuBjuCnk5Q4K JKV8Z4RN10Jbebtb2UMeMop8WI5o+xvikzgj4g/PB5ZLxaqbo9rPQaxdkvsADpppZnht nWhFRU5y/1XRWV1n9sdqMbTEd0KoMurcGHbbxg6MnFZSc3xgEjkeQaaxR8EQg40iNrS4 MrwldF8H7yXXj6tv5rcOT9PdBCbEgD23utOv7qf/Zq7DGHjH7QUMRg4sei6V5HgpqqAj yNIA== X-Gm-Message-State: AJaThX5RZCvXlnddvCscdZjliZLYTys4gCR5on6Idfcx/QhctrU0kg0s K7hKqQWw5e/kHpC/tQ8aSl1x+Xa9GLWjR9nkRCtWCzN/YA0= X-Google-Smtp-Source: AGs4zMZPSZlQbyCPR5O2BAMTv3ee2rBh5fMRY3vb5K/ncL38k5L6kxtAylyhsMzqtCo0aEXyiJ2PG70v2guxALRnJXg= X-Received: by 10.107.174.222 with SMTP id n91mr7735524ioo.43.1512052513494; Thu, 30 Nov 2017 06:35:13 -0800 (PST) MIME-Version: 1.0 Received: by 10.107.104.16 with HTTP; Thu, 30 Nov 2017 06:35:13 -0800 (PST) In-Reply-To: <20171130143146.mlxbdzufjvegadej@bivouac.eciton.net> References: <20171130135947.25682-1-ard.biesheuvel@linaro.org> <20171130143146.mlxbdzufjvegadej@bivouac.eciton.net> From: Ard Biesheuvel Date: Thu, 30 Nov 2017 14:35:13 +0000 Message-ID: To: Leif Lindholm Cc: "edk2-devel@lists.01.org" Subject: Re: [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 14:30:48 -0000 Content-Type: text/plain; charset="UTF-8" On 30 November 2017 at 14:31, Leif Lindholm wrote: > On Thu, Nov 30, 2017 at 01:59:47PM +0000, Ard Biesheuvel wrote: >> 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 > > Reviewed-by: Leif Lindholm > Thanks. Pushed as 362fe44d406313eb1f5e7d0e92182d3cf484f5d5