From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.web10.20343.1673432030966176719 for ; Wed, 11 Jan 2023 02:13:51 -0800 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: arm.com, ip: 217.140.110.172, mailfrom: vivek.gautam@arm.com) 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 E39F6FEC; Wed, 11 Jan 2023 02:14:31 -0800 (PST) Received: from usa.arm.com (a077843.arm.com [10.162.43.190]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id ADE9F3F587; Wed, 11 Jan 2023 02:13:47 -0800 (PST) From: "Vivek Kumar Gautam" To: devel@edk2.groups.io Cc: ardb+tianocore@kernel.org, Sami.Mujawar@arm.com, Pierre.Gondois@arm.com, Vivek.Gautam@arm.com Subject: [edk2-platforms][PATCH V1 1/1] Revert "Platform/Sgi: Fix missing FdtLib instance issue" Date: Wed, 11 Jan 2023 15:43:42 +0530 Message-Id: <20230111101342.3936253-1-vivek.gautam@arm.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable This reverts commit eb3950b842d3f335671600fdfa9b58c482886c79. This commit referenced the change (9ad168c9e0 StandaloneMmPkg: Include libfdt in the StMM) in edk2 as the dependency to add FdtLib instance. However, as this change is not yet upstreamed, it was incorrect to introduce this dependency and refer to the change in the commit message. So reverting this patch. Signed-off-by: Vivek Gautam --- Platform/ARM/SgiPkg/SgiPlatformMm.dsc.inc | 1 - 1 file changed, 1 deletion(-) Apologies, this was a mistake on my part. I used a bunch of commits on edk2 that were not upstreamed and based the patch on them. This led me to believe that there is a build break and so posted the commit eb3950b842d3f335671600fdfa9b58c482886c79 for review. diff --git a/Platform/ARM/SgiPkg/SgiPlatformMm.dsc.inc b/Platform/ARM/SgiPk= g/SgiPlatformMm.dsc.inc index 01f0a7657c51..ae0ff7247a6a 100644 --- a/Platform/ARM/SgiPkg/SgiPlatformMm.dsc.inc +++ b/Platform/ARM/SgiPkg/SgiPlatformMm.dsc.inc @@ -38,7 +38,6 @@ ArmLib|ArmPkg/Library/ArmLib/ArmBaseLib.inf=0D StandaloneMmMmuLib|ArmPkg/Library/StandaloneMmMmuLib/ArmMmuStandaloneMmL= ib.inf=0D ArmSvcLib|ArmPkg/Library/ArmSvcLib/ArmSvcLib.inf=0D - FdtLib|EmbeddedPkg/Library/FdtLib/FdtLib.inf=0D CacheMaintenanceLib|ArmPkg/Library/ArmCacheMaintenanceLib/ArmCacheMainte= nanceLib.inf=0D PeCoffExtraActionLib|StandaloneMmPkg/Library/StandaloneMmPeCoffExtraActi= onLib/StandaloneMmPeCoffExtraActionLib.inf=0D =0D --=20 2.25.1