From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail05.groups.io (mail05.groups.io [45.79.224.7]) by spool.mail.gandi.net (Postfix) with ESMTPS id 5E11A740039 for ; Mon, 5 Aug 2024 12:31:01 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=2aEKLFl2DPD26XvVbmhqyilnNfKarRGT2JHSoo726Wk=; c=relaxed/simple; d=groups.io; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References:MIME-Version:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Resent-Date:Resent-From:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Transfer-Encoding; s=20240206; t=1722861061; v=1; b=py1F4pPKrUnjE8DOZ8Co7osF7+dhZDkEzZXzFGgmXnvETYkKel6ipThZZOwYi7+HHCMQgM8T Vl7a3byAEBPtgyetmjuZr5NVp88QQS/kTYZCk/D0xrt0CuVNTIZMiafo8i7JTI7EULBy0L5KqWb E6E0pngmjPGWeEOGUz0p9sWLk7yL6v0HrKnrXsmUcgkJrt6TscTmnF0VSK4hq7quRzouRFo57Xw M7lrVCHpR35PIccJBSDcjCFfAbu16HpGI9XkiDh6bY9JO7FVHaZcQp7xfOsMEYOjVeG6Y59Sgy2 h2NTxvg/6MEpEYZYdKr3qhG66X0Ua+SGGkc9ZbIZq652g== X-Received: by 127.0.0.2 with SMTP id ftUiYY7687511xrSeebhEqSy; Mon, 05 Aug 2024 05:30:59 -0700 X-Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.web10.6750.1722861058245007197 for ; Mon, 05 Aug 2024 05:30:58 -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 B06D5143D; Mon, 5 Aug 2024 05:31:23 -0700 (PDT) X-Received: from e129823.cambridge.arm.com (e129823.arm.com [10.1.197.6]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id 1C3EF3F6A8; Mon, 5 Aug 2024 05:30:57 -0700 (PDT) From: "levi.yun" To: devel@edk2.groups.io Cc: yeoreum.yun@arm.com, sami.mujawar@arm.com, pierre.gondois@arm.com, nd@arm.com, thomas.abraham@arm.com Subject: [edk2-devel] [PATCH edk2-platform v1 2/2] ARM/SgiPkg: Add HobPrintLib in StandaloneMm Date: Mon, 5 Aug 2024 13:30:54 +0100 Message-Id: <20240805123054.309657-3-yeoreum.yun@arm.com> In-Reply-To: <20240805123054.309657-2-yeoreum.yun@arm.com> References: <20240805123054.309657-1-yeoreum.yun@arm.com> <20240805123054.309657-2-yeoreum.yun@arm.com> MIME-Version: 1.0 Precedence: Bulk List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Resent-Date: Mon, 05 Aug 2024 05:30:58 -0700 Resent-From: yeoreum.yun@arm.com Reply-To: devel@edk2.groups.io,yeoreum.yun@arm.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: 56q6FhmOmuh1oZUIU7wtIyUfx7686176AA= Content-Transfer-Encoding: quoted-printable X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20240206 header.b=py1F4pPK; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=arm.com (policy=none); spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 45.79.224.7 as permitted sender) smtp.mailfrom=bounce@groups.io commit: d5b03d5fba30d ("MdeModulePkg: Add HobPrintLib instance") adds HobPinrtLib which causes build failure for StandaloneMm To fix build failure, add HobPrintLib for StandaloneMm. Signed-off-by: Levi Yun --- 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 19fd08dd781744e2efe4ff5a2e7ffb9dffab551b..f4fe1b3f69cca038ba675526f47= c4d49fff333f5 100644 --- a/Platform/ARM/SgiPkg/SgiPlatformMm.dsc.inc +++ b/Platform/ARM/SgiPkg/SgiPlatformMm.dsc.inc @@ -22,6 +22,7 @@ [LibraryClasses] ExtractGuidedSectionLib|EmbeddedPkg/Library/PrePiExtractGuidedSectionLib= /PrePiExtractGuidedSectionLib.inf=0D FvLib|StandaloneMmPkg/Library/FvLib/FvLib.inf=0D HobLib|StandaloneMmPkg/Library/StandaloneMmCoreHobLib/StandaloneMmCoreHo= bLib.inf=0D + HobPrintLib|MdeModulePkg/Library/HobPrintLib/HobPrintLib.inf=0D IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf=0D MemLib|StandaloneMmPkg/Library/StandaloneMmMemLib/StandaloneMmMemLib.inf= =0D MemoryAllocationLib|StandaloneMmPkg/Library/StandaloneMmCoreMemoryAlloca= tionLib/StandaloneMmCoreMemoryAllocationLib.inf=0D -- Guid("CE165669-3EF3-493F-B85D-6190EE5B9759") -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#120225): https://edk2.groups.io/g/devel/message/120225 Mute This Topic: https://groups.io/mt/107730606/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-