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:c09::242; helo=mail-wm0-x242.google.com; envelope-from=ard.biesheuvel@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-wm0-x242.google.com (mail-wm0-x242.google.com [IPv6:2a00:1450:400c:c09::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 9EE6D220EE115 for ; Tue, 12 Dec 2017 11:03:19 -0800 (PST) Received: by mail-wm0-x242.google.com with SMTP id b199so730757wme.1 for ; Tue, 12 Dec 2017 11:07: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=W1n0B2+EnAbz51f8U8EXiXxZRly5yKSx63DLKT4Fu0g=; b=F1ypCZ06mBzMNPDCRmguD6D0P6YLWQeEZQFre3xgdbFgv9B8GovUwT3jdo/l1+rsk4 WpO2c1lpyD5PA6Pnh9EylLbUiTKhYqUR4QRE2Ya+ny1qOB+aRnAfRwZYmN1qHtmbjz0I Wnsa1QaCNE3dKRPoWVRAtnHz1sB+EBRLInA2g= 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=W1n0B2+EnAbz51f8U8EXiXxZRly5yKSx63DLKT4Fu0g=; b=Kajz2rBs0b9NvQSY7Mg5xNmn+DLIb6XvOMlYhUryARB98wukYOSRGpPyNZsrCZ+dsb V0vAjUVFEfwdLutfEovCL9sYHEqs3slmW0Bf9CUn8moecdPo//ig61VuYm2zOBsibiw+ xp+Od+keCgQXN+BdkbzIpqz7Ru1kUnkPGIGJkfarN9hpVwb8qi+panNjcImQNYToU//l vhqk+UCbToak4REqkQenPSS15hmNJuiD9cr1n3O8gtalQwxF0+xir8MCFQwVUDgJXkZ7 Ty25e1hJJVop7av/zu/JWHw5oRTRbI0JM7sJU5QsehQtbp2JVaHKYL0LjhgPk/WJaBTQ gG5g== X-Gm-Message-State: AKGB3mJMZFQwEYo5NvVDLaa2XVgMvgF2locn5BUUbG1BlaZVqPfbkEaF UQ7ZtVWSYdSHvlDsq9wF1UQx3cSqLyA= X-Google-Smtp-Source: ACJfBovxo5XyXqMY/VKsZe12hySUeCR7OXsXdG7IJQC6wBLJ/dbCveUx6zS+fyHh2m2DcU6ywVd7cA== X-Received: by 10.28.213.79 with SMTP id m76mr2517802wmg.67.1513105676500; Tue, 12 Dec 2017 11:07:56 -0800 (PST) Received: from localhost.localdomain ([196.71.25.202]) by smtp.gmail.com with ESMTPSA id f19sm191058wmf.5.2017.12.12.11.07.54 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 12 Dec 2017 11:07:55 -0800 (PST) From: Ard Biesheuvel To: edk2-devel@lists.01.org Cc: leif.lindholm@linaro.org, Ard Biesheuvel Date: Tue, 12 Dec 2017 19:07:45 +0000 Message-Id: <20171212190747.15742-1-ard.biesheuvel@linaro.org> X-Mailer: git-send-email 2.11.0 Subject: [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:03:20 -0000 Remove lots and lots of PCD assignments of obsolete PCDs that are about to be removed from ArmPlatformPkg. 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