From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by mx.groups.io with SMTP id smtpd.web10.8036.1675422537058526989 for ; Fri, 03 Feb 2023 03:08:57 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@kernel.org header.s=k20201202 header.b=becAqvvw; spf=pass (domain: kernel.org, ip: 145.40.68.75, mailfrom: ardb@kernel.org) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 12C4DB8287A; Fri, 3 Feb 2023 11:08:55 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 69DFEC433D2; Fri, 3 Feb 2023 11:08:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1675422533; bh=Xmui7Dl7BB2BryNaGRDlL2gcRFMjYQo6o2FKlVSeAqU=; h=From:To:Cc:Subject:Date:From; b=becAqvvwZTKC6DYACtuGA1axHtBsQ6mvmdrdqOtmjZifsk1LEzLA8g1ShI0IWP+eD gEQE5UuivCCWqFqtnsM81HYvuUCFhgTZV7Pxpsa6trlky84g8AP37CcTh7z/Hf8Mne ZnrW+LOBIfzRiMeqinGQp2qyxVqwi9Ui0tUT88uLDTSdV4MHc0ZOcQ7J1tqpkfFPk6 BzavLdE1D7PoB1xOS+lTSQCEfM/QMP10y1+uClxUBIjvMmOt6qjRmvF3AhfTpw6aoG UdSA0opXrZrXJN2evBmEOOZtfef/ewiAyfXKObg+aRLwPhKj2X3etmgbN7m55JyJd7 qTTbU22UxXdTA== From: "Ard Biesheuvel" To: devel@edk2.groups.io Cc: sunilvl@ventanamicro.com, Ard Biesheuvel , Leif Lindholm , Abner Chang , Daniel Schaefer Subject: [PATCH] EmbeddedPkg/PrePiLib: Drop unused PCD PcdPrePiCpuIoSize Date: Fri, 3 Feb 2023 12:08:43 +0100 Message-Id: <20230203110843.2349736-1-ardb@kernel.org> X-Mailer: git-send-email 2.39.1 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit The code never references the PCD so the INF should not reference it either. The last reference was moved to PrePiHobLib in commit 05e48e00834b32e4bd2 (dated 2011!) and dropped from there as well in commit 97106391955337155e7. Cc: Leif Lindholm Cc: Abner Chang Cc: Daniel Schaefer Reported-by: Sunil V L Signed-off-by: Ard Biesheuvel --- EmbeddedPkg/Library/PrePiLib/PrePiLib.inf | 2 -- 1 file changed, 2 deletions(-) diff --git a/EmbeddedPkg/Library/PrePiLib/PrePiLib.inf b/EmbeddedPkg/Library/PrePiLib/PrePiLib.inf index 3c749ca22943..090bfe888f52 100644 --- a/EmbeddedPkg/Library/PrePiLib/PrePiLib.inf +++ b/EmbeddedPkg/Library/PrePiLib/PrePiLib.inf @@ -58,8 +58,6 @@ [Protocols] [FixedPcd.common] - gEmbeddedTokenSpaceGuid.PcdPrePiCpuIoSize - gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIReclaimMemory gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIMemoryNVS gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiReservedMemoryType -- 2.39.1