From nobody Wed Apr 24 20:12:58 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) client-ip=66.175.222.108; envelope-from=bounce+27952+94011+1787277+3901457@groups.io; helo=mail02.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+94011+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=arm.com ARC-Seal: i=1; a=rsa-sha256; t=1663692837; cv=none; d=zohomail.com; s=zohoarc; b=K4eccUegjBOD/YVTdD9iLvPIKeoarj2HVHMBf234RmtXRSfH8KukqE2dKwWM6Ei3f0AThFrpb3xwFq9r8PWj/0k/ER3NM7EnmEZrHPE6u2TNC+yRvnlnbY6D8v+FB9px8+I2yta5zPEzIDuLb1K0H2xCX+8MNZUmaCo3WStU+uU= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1663692837; h=Cc:Date:From:List-Subscribe:List-Id:List-Help:List-Unsubscribe:Message-ID:Reply-To:Sender:Subject:To; bh=TMQCIgk1q4RsmRojOIj+veoUYNK11jH8KY7hpmO2i1w=; b=m4dYx2oYBLaY2Vlsmy5HyQZD7SA2Yrsj/gpYrC3LV403Eb0fjJ2z4/MIVymSiDXxGnNcq+6svYw1306/WWqn9rMl+M21ShHv0sWnbQoZujCIMtWBufHyv8V2nzSOml83kE243jMvo2tWaQIrbKOCwH6d52TrTniuamEznr19my8= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+94011+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by mx.zohomail.com with SMTPS id 1663692837839676.8307336843228; Tue, 20 Sep 2022 09:53:57 -0700 (PDT) Return-Path: X-Received: by 127.0.0.2 with SMTP id KpqHYY1788612x6PGHk1qcyQ; Tue, 20 Sep 2022 09:53:57 -0700 X-Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.web10.14522.1663692836602431733 for ; Tue, 20 Sep 2022 09:53:56 -0700 X-Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 4FF07143D; Tue, 20 Sep 2022 09:54:02 -0700 (PDT) X-Received: from usa.arm.com (unknown [10.162.46.10]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id D9EED3F5A1; Tue, 20 Sep 2022 09:53:53 -0700 (PDT) From: "Vijayenthiran Subramaniam" To: sami.mujawar@arm.com, ardb+tianocore@kernel.org, thomas.abraham@arm.com Cc: quic_llindhol@quicinc.com, devel@edk2.groups.io Subject: [edk2-devel] [edk2-platforms][PATCH] Platform/Sgi: Add VariableFlashInfoLib to fix missing dependency Date: Tue, 20 Sep 2022 22:23:50 +0530 Message-Id: <20220920165350.50544-1-vijayenthiran.subramaniam@arm.com> Precedence: Bulk List-Unsubscribe: List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,vijayenthiran.subramaniam@arm.com X-Gm-Message-State: aH6kTbh2KD4pP8xv8lCxurtIx1787277AA= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1663692837; bh=ui4woZbfaVX8E6XajL54Lpif1w2V2/ma5ZA0Zfgqi0k=; h=Cc:Date:From:Reply-To:Subject:To; b=NpVhjo4g4Z3qg5zlrL2fJSUmDkiCA6+W4Vpf+aZN0aivDY+F1ES2esMoUeuIemT1sVU PtMC2D3x0JGP1q4CZIBZVMFU/PhfUIXCkhV6tUvwIATu0nNr88AaqlSdpgjKu/GhrZig+ bjkkJ5JM5Rtm5/Sc5qxohKxm+QtyiunX1e0= X-ZohoMail-DKIM: pass (identity @groups.io) X-ZM-MESSAGEID: 1663692839653100002 Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3479 A recent change in MdeModulePkg [1] introduced VariableFlashInfoLib as a dependency to support dynamic variable flash information. Add an instance for the library class VariableFlashInfoLib in SgiPlatformMm.dsc.inc to resolve this dependency. [1]: https://github.com/tianocore/edk2/commit/8db39c60cdf35e0a53ccdbccf7e15= 2ab41f54f4c Signed-off-by: Vijayenthiran Subramaniam --- Platform/ARM/SgiPkg/SgiPlatformMm.dsc.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/Platform/ARM/SgiPkg/SgiPlatformMm.dsc.inc b/Platform/ARM/SgiPk= g/SgiPlatformMm.dsc.inc index 68fc3ad93a5f..e57b5b75ff73 100644 --- a/Platform/ARM/SgiPkg/SgiPlatformMm.dsc.inc +++ b/Platform/ARM/SgiPkg/SgiPlatformMm.dsc.inc @@ -70,6 +70,7 @@ [LibraryClasses.common.MM_STANDALONE] SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchroniza= tionLib.inf TimerLib|MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplat= e.inf VarCheckLib|MdeModulePkg/Library/VarCheckLib/VarCheckLib.inf + VariableFlashInfoLib|MdeModulePkg/Library/BaseVariableFlashInfoLib/BaseV= ariableFlashInfoLib.inf SafeIntLib|MdePkg/Library/BaseSafeIntLib/BaseSafeIntLib.inf !endif =20 --=20 2.17.1 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#94011): https://edk2.groups.io/g/devel/message/94011 Mute This Topic: https://groups.io/mt/93808344/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-