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:c0b::242; helo=mail-it0-x242.google.com; envelope-from=ard.biesheuvel@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-it0-x242.google.com (mail-it0-x242.google.com [IPv6:2607:f8b0:4001:c0b::242]) (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 CD189220EE111 for ; Tue, 12 Dec 2017 11:11:26 -0800 (PST) Received: by mail-it0-x242.google.com with SMTP id p139so950146itb.1 for ; Tue, 12 Dec 2017 11:16:05 -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=r3uUHKddq9O5wd49MKK+xJchc3C/pHHtrEbnCk8QvMs=; b=hFBK5BOAMsqaco2ArqbhmHEMzhQYnEXmErnsjS+iUtYzdQOn2g5bT7wN5am1ZzabtW yafnRJfnZcQ9PgH9p3XNVrFrcVFw4tOhHiiF4XlMVf4Ta9oIHgcQG+DEUZQAPHlWcZn9 fX54+9b4MIqhuUWVSPT452D64+RWgWghQWS58= 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=r3uUHKddq9O5wd49MKK+xJchc3C/pHHtrEbnCk8QvMs=; b=TQdIsZ2+GbsFakyCIHdZnYjCCmfMAMuniq7DhKqMeYh2dMQdlnQs500u1hB4IlpJQt Uu8yb83025hAi668bqsMGhlM/AOnC9lx2j7EZ3Iy3W0u3m8EdtpDPguYnf0UvCkqYHWG 3Nx2/W+spRuxm+zK1D9URVqXFzGlpZz/iqGiayhJCIJCDzfaf5RGtzgtX9Jl/1tuY1U4 NrFB4b0ER1Fk9+7TcBL56aBXkmk+lOURCt3h14S63KJwSWpjPt/oRFd9VRIio7C33MQN EyOLSDa+Ie3mGY4jqlXpZ6Oz5Vl16K1guYpJ/3MVyq9POfwSb5DFTL3LaqY/E/501XDl pGNA== X-Gm-Message-State: AKGB3mI1ZFOIo2Q1hXt2LatYFFtWhax4VGZfQuc6/6CpbM007/CSqwDs CDdJllXsLHjtAOom+wWPxTtjF2TbnhgzfQB8QMw/FJgCI6Y= X-Google-Smtp-Source: ACJfBosncq3+ghsN+E3u66/85Z9TJbB9XlMB5EBrgawr3BZBpvYEo6oBMr5bD2Uoeb89v1bxuOckkzIGr+nJhtCMkWo= X-Received: by 10.36.78.212 with SMTP id r203mr999494ita.58.1513106165244; Tue, 12 Dec 2017 11:16:05 -0800 (PST) MIME-Version: 1.0 Received: by 10.107.104.16 with HTTP; Tue, 12 Dec 2017 11:16:04 -0800 (PST) In-Reply-To: <20171212191320.ih6ux6ug4v3q2rl2@bivouac.eciton.net> References: <20171212190747.15742-1-ard.biesheuvel@linaro.org> <20171212191320.ih6ux6ug4v3q2rl2@bivouac.eciton.net> From: Ard Biesheuvel Date: Tue, 12 Dec 2017 19:16:04 +0000 Message-ID: To: Leif Lindholm Cc: "edk2-devel@lists.01.org" Subject: Re: [PATCH edk2-platforms v3 0/2] ArmPlatformPkg PCD cleanup 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: Tue, 12 Dec 2017 19:11:27 -0000 Content-Type: text/plain; charset="UTF-8" \\On 12 December 2017 at 19:13, Leif Lindholm wrote: > On Tue, Dec 12, 2017 at 07:07:45PM +0000, Ard Biesheuvel wrote: >> Remove lots and lots of PCD assignments of obsolete PCDs that are about >> to be removed from ArmPlatformPkg. > > For the series: > Reviewed-by: Leif Lindholm > Thanks. Pushed as 054921cef0f1..dfacf5057f3 >> v3: Don't replace instances of gArmPlatformTokenSpaceGuid.PcdFirmwareVendor >> with gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareVendor. First of all, the >> latter expects a Unicode string, but blindly replacing them would result >> in user visible changes in the firmware vendor reported by the OS. >> Instead, replace the only meaningful reference with a dedicated new PCD >> (for fastboot), and just drop all other assignments. >> Patch #2 is therefore modified as well, so I dropped Leif's R-b >> >> Ard Biesheuvel (2): >> Platform/ARM/VExpressPkg: use dedicated PCD for fastboot product name >> Platform Silicon: remove obsolete ArmPlatformPkg PCD assignments >> >> Platform/ARM/JunoPkg/ArmJuno.dsc | 13 ------------- >> Platform/ARM/JunoPkg/Drivers/ArmJunoDxe/ArmJunoDxe.inf | 3 --- >> Platform/ARM/VExpressPkg/ArmVExpress-CTA15-A7.dsc | 15 +-------------- >> Platform/ARM/VExpressPkg/ArmVExpress-FVP-AArch64.dsc | 17 ----------------- >> Platform/ARM/VExpressPkg/ArmVExpress.dsc.inc | 10 ---------- >> Platform/ARM/VExpressPkg/ArmVExpressPkg.dec | 1 + >> Platform/ARM/VExpressPkg/Drivers/ArmVExpressFastBootDxe/ArmVExpressFastBoot.c | 2 +- >> Platform/ARM/VExpressPkg/Drivers/ArmVExpressFastBootDxe/ArmVExpressFastBootDxe.inf | 2 +- >> Platform/ARM/VExpressPkg/Library/ArmVExpressLibRTSM/ArmVExpressLib.inf | 1 - >> Platform/ARM/VExpressPkg/Library/ArmVExpressLibRTSM/ArmVExpressLibSec.inf | 1 - >> Platform/Hisilicon/D02/Pv660D02.dsc | 20 -------------------- >> Platform/Hisilicon/D03/D03.dsc | 20 -------------------- >> Platform/Hisilicon/D05/D05.dsc | 12 ------------ >> Platform/Hisilicon/HiKey/HiKey.dsc | 1 - >> Silicon/AMD/Styx/Library/AmdStyxLib/AmdStyxLib.inf | 1 - >> Silicon/AMD/Styx/Library/AmdStyxLib/AmdStyxLibSec.inf | 1 - >> Silicon/Hisilicon/Hisilicon.dsc.inc | 14 -------------- >> Silicon/Hisilicon/Library/ArmPlatformLibHisilicon/ArmPlatformLib.inf | 1 - >> Silicon/Hisilicon/Library/ArmPlatformLibHisilicon/ArmPlatformLibSec.inf | 1 - >> Silicon/Marvell/Armada7k8k/Armada7k8k.dsc.inc | 5 ----- >> 20 files changed, 4 insertions(+), 137 deletions(-) >> >> -- >> 2.11.0 >>