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::244; helo=mail-wr0-x244.google.com; envelope-from=leif.lindholm@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-wr0-x244.google.com (mail-wr0-x244.google.com [IPv6:2a00:1450:400c:c0c::244]) (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 6F4C921B02821 for ; Tue, 12 Dec 2017 11:08:45 -0800 (PST) Received: by mail-wr0-x244.google.com with SMTP id v22so22272494wrb.0 for ; Tue, 12 Dec 2017 11:13:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=64sfuJnOrH4Yb93CpZwPv8sjCOv9R/EikQu6wAEhcJ4=; b=RRILGHGVur5BaHRUeKshRoc1Ff9qKP53GIPUnsnQ3UoGHQxMQoRqAJQ/ynPNPHBWSY rZ7AntwHlP9Lm0Z79RZoZ+KEDyps3EW3uNQqG/dwkQ/U94AG1Mwl7JB7FNnSjX/oXmfY aY3mCFdKF+UMJZ2lwYEPOYstsWDiHDUt3wZOU= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=64sfuJnOrH4Yb93CpZwPv8sjCOv9R/EikQu6wAEhcJ4=; b=JcPbQEBxG127Me/3VRxhfOMk9XIRnMdoxM6p6bT5Y8x1sCbdguLPtfyjV36rhDedPo GmX96OgpiH1wwgYSaOR+xkHLU4/Hkay1TZTaSxEuVKCTE/gO9FycqSfoPrKxZ7EMmHG2 ZZYVu+1sJZ9eIuOTTQymWRsQfJYNNiRhX76JjFXsESayHk219krMduR/8qVGksYRfPC/ ehl0HAqhmYWs0E8DTsaKsrFY5VaS9NyVm7Bcbg2vOFIbEjAwwo3szDqLRmEcK2TmCsmE ++Ugjd4NNhQHJUy/ZMy1O7cTefG7s+zCDuea/5fJ/25zM8AXGHyh+ZeJx/qs4V6Z7oF8 lzpw== X-Gm-Message-State: AKGB3mKT2TOg7KbCsAUWswkoRSMAVRU2Og/TVNUqrsDuN2LKWo+//e47 IWbQ3enPzbS6csuPlobpmKSRAw== X-Google-Smtp-Source: ACJfBos5tGFr2/M3IrAQDN4YJ733CiTdjNsAm+QO0Ka07bXssLTZD10eKAjMB4iCTo6j0gzGcy+3TA== X-Received: by 10.223.160.217 with SMTP id n25mr4705141wrn.27.1513106003005; Tue, 12 Dec 2017 11:13:23 -0800 (PST) Received: from bivouac.eciton.net (bivouac.eciton.net. [2a00:1098:0:86:1000:23:0:2]) by smtp.gmail.com with ESMTPSA id a71sm171356wme.33.2017.12.12.11.13.21 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 12 Dec 2017 11:13:21 -0800 (PST) Date: Tue, 12 Dec 2017 19:13:20 +0000 From: Leif Lindholm To: Ard Biesheuvel Cc: edk2-devel@lists.01.org Message-ID: <20171212191320.ih6ux6ug4v3q2rl2@bivouac.eciton.net> References: <20171212190747.15742-1-ard.biesheuvel@linaro.org> MIME-Version: 1.0 In-Reply-To: <20171212190747.15742-1-ard.biesheuvel@linaro.org> User-Agent: NeoMutt/20170113 (1.7.2) 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:08:45 -0000 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline 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 > 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 >